test/htdocs/form_test.html in mechanize-2.0.1 vs test/htdocs/form_test.html in mechanize-2.1.pre.1
- old
+ new
@@ -1,13 +1,13 @@
<html>
<head><title>Page Title</title></head>
<body>
<h1>Post Form 1</h1>
- <form name="post_form1" method="post" action="/form_post" id="generic_form" >
+ <form name="post_form1" method="post" action="/form_post" id="generic_form" class="really_generic_form" >
<table>
<tr>
<td>First Name</td>
- <td><input type="text" name="first_name" id="name_first" /></td>
+ <td><input type="text" name="first_name" id="name_first" class="text_input"/></td>
</tr>
<tr>
<td>Gender</td>
<td>
M: <input type="radio" name="gender" value="male" /><br />