Sha256: b2bde8634f8e8dd88b2322481e04b942059e295df518f045a5525a11060a3ad6
Contents?: true
Size: 543 Bytes
Versions: 1
Compression:
Stored size: 543 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 $ <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.6.5 | unittests/html/forms4.html |