Sha256: e0080ad80c64b10ca8acff289a9f9ca62bd757301706ef2d93d6eaa7ac3861c3
Contents?: true
Size: 1.71 KB
Versions: 10
Compression:
Stored size: 1.71 KB
Contents
<html> <head> <title> Test page for buttons </title> <link rel="stylesheet" type="text/css" href="watir_unit_tests.css"> </head> <body> CVS Revision: $Revision: 1.0 $ <br> <br> <table> <tr> <td> <form name = test1 method = get action = pass.html> <input type = button class="italic_button" name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';" title = "this is button1"> <br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled> <input type=text id="text_id" value="OldValue" size="20"/> </form> </td> <td> The top button is for testing buttons with names <br> The second button is used for testing disabled buttons </td> </tr> <tr> <td> <form name = test2 method = get action = pass2.html> <br><input type = submit value=Submit> </form> </td> <td> This button is a submit ( the others are buttons) </td> </tr> <tr> <td> <form name = test3 method = get action = pass3.html> <br><input type = image src=images/button.jpg name =sub3> </form> </td> <td> This button is an image. It should behave the same as a submit </td> </tr> <tr> <td> <form name = test1 method = get action = pass.html> <button class="italic_button" name=b6 id = b7 value="Click Me2" onClick="javascript:document.location='pass.html';" title="this is button2">Click Me2</button> <br><button name = b8 id=b9 value ="Disabled Button2" onClick="javascript:document.location='fail.html';" disabled>Disabled Button2</button> <button>Sign In</button> </td> </form> <td> The top button is for testing buttons with names <br> The second button is used for testing disabled buttons </td> </tr> </table> </body> </html>
Version data entries
10 entries across 10 versions & 2 rubygems