Sha256: c1d1305e41910187fc6b45d6a6b465100db6567e0846bb20c243fe51db3e30ea
Contents?: true
Size: 573 Bytes
Versions: 3
Compression:
Stored size: 573 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Test page for forms</title> </head> <body> CVS Revision: $Revision 1.0$ <br> <br> <table> <tbody> <tr> <td> <form name="apple_form" method="get" action="pass.html"> <input name="name" value="apple" type="text"> </form> </td> </tr> <tr> <td> <form name="banana_form" method="get" action="pass2.html"> <input name="name" value="banana" type="text"> </form> </td> </tr> </tbody> </table> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
firewatir-1.6.6 | unittests/html/forms4.html |
firewatir-1.6.6.rc2 | unittests/html/forms4.html |
firewatir-1.6.6.rc1 | unittests/html/forms4.html |