Sha256: 30f6e10f3e8a3f8c7fede9a04d75cf7e84ac91b9de9c649fa9927f6d0e0291f2

Contents?: true

Size: 760 Bytes

Versions: 2

Compression:

Stored size: 760 Bytes

Contents

<html>
<head>
<title>
Test page for Forms
</title>
</head>
<body>
CVS Revision: "$Revision: 1009 $"
<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

2 entries across 2 versions & 1 rubygems

Version Path
watir-1.5.2 unittests/html/forms2.html
watir-1.5.3 unittests/html/forms2.html