unittests/html/forms2.html in watir-1.4.1 vs unittests/html/forms2.html in watir-1.5.2

- old
+ new

@@ -3,25 +3,25 @@ <title> Test page for Forms </title> </head> <body> -CVS Revision: "$Revision: 1.3 $" +CVS Revision: "$Revision: 1009 $" <br> <br> <table> <tr> <td> -<form method = get action = pass.html border=1> +<form method = get action = pass.html> <input type = button name = b1 id = b2 value = "Click Me" > </form> <td> Form with no name <tr> <td> -<form name = test2 method = get action = pass2.html> +<form name = test2 id = f2 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form is identical to the one above \ No newline at end of file