Sha256: 9bec8bdec9054bb0fb58357f1d44949c10ab977d63f7b4de1d7d8bfcee5df449
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
<html> <head> <title> Test page for select boxes </title> </head> <body> CVS Revision: $Revision" $ <br> <br> <table> <tr> <td> <select name = sel1 > <option value=o1>Option 1 <option value=o2>Option 2 <option value=o3 SELECTED >Option 3 <option value=o4>Option 4 </select> <tr> <td> <select name = sel2 multiple> <option value=o1>Option 1 <option value=o2>Option 2 <option value=o3 SELECTED >Option 3 <option value=o4>Option 4 <option value=o6>Option 5 <option value=o6 SELECTED >Option 6 </form> <tr> <td> <select name = sel3 onChange = 'javascript:document.location="pass.html";'> <option value = o1>Option 1 <option value = o2>Option 2 <option value = o3 selected>Option 3 <option value = o4>Option 4 </select> <td> This box is used for testing the onchange event <tr> <td><select id = 'selectbox_4' disabled><option value = o1>Option 1<option value = o2>Option 2 <td>This box has an id </table> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-1.4.1 | unittests/html/selectboxes1.html |