Sha256: 231dbd8ee7f9b425b9efaaee2cd637d4a771c714612aafd808691131a09b2d3b
Contents?: true
Size: 709 Bytes
Versions: 1
Compression:
Stored size: 709 Bytes
Contents
<html> <head> <title> Test page for Forms </title> </head> <body> CVS Revision: "$Revision$" <br> <br> <table> <tr> <td> <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 id = f2 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form is identical to the one above <tr> <td> <form name = test3 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form has a name <tr> <td> <form name = test2 method = get action = pass2.html> <br><input type = submit value=Submit> </form <td> This form has a name </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.6.5 | unittests/html/forms2.html |