Sha256: 2b6d9353ff39ea1fc7b21b6e5315e9a4907cf9845c73ad5f88ad6181568ce780

Contents?: true

Size: 730 Bytes

Versions: 23

Compression:

Stored size: 730 Bytes

Contents

<html>
<head>
<title>
Test page for Forms
</title>
</head>
<body>
<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

23 entries across 23 versions & 1 rubygems

Version Path
firewatir-1.9.4 unittests/html/forms2.html
firewatir-1.9.3 unittests/html/forms2.html
firewatir-1.9.2 unittests/html/forms2.html
firewatir-1.9.2.rc1 unittests/html/forms2.html
firewatir-1.9.1 unittests/html/forms2.html
firewatir-1.9.1.rc1 unittests/html/forms2.html
firewatir-1.9.0 unittests/html/forms2.html
firewatir-1.9.0.rc7 unittests/html/forms2.html
firewatir-1.9.0.rc6 unittests/html/forms2.html
firewatir-1.9.0.rc5 unittests/html/forms2.html
firewatir-1.9.0.rc4 unittests/html/forms2.html
firewatir-1.9.0.rc3 unittests/html/forms2.html
firewatir-1.9.0.rc2 unittests/html/forms2.html
firewatir-1.9.0.rc1 unittests/html/forms2.html
firewatir-1.8.1 unittests/html/forms2.html
firewatir-1.8.1.rc1 unittests/html/forms2.html
firewatir-1.8.0 unittests/html/forms2.html
firewatir-1.8.0.rc1 unittests/html/forms2.html
firewatir-1.7.1 unittests/html/forms2.html
firewatir-1.7.0 unittests/html/forms2.html