3 <script type=
"text/javascript">
4 if (window
.testRunner
) {
5 testRunner
.waitUntilDone();
8 var testEl
= document
.getElementById("limittest");
11 if (window
.testRunner
)
12 setTimeout("testRunner.notifyDone()", 0);
16 * { margin:
0; padding:
0; }
17 form.colly { width:
100%; }
18 form.colly label { float: left; height:
30px; margin:
5px
0px
0px; }
19 form.colly br { clear: both; }
22 <body onload=
"test()">
24 <label for=
"hidesubpages">Hide subpages
</label>
25 <input type=
"checkbox" name=
"hidesubpages" value=
"on" />
27 <select name=
"limit" id=
"limittest">
28 <option value=
"10">10000</option>
29 <option value=
"25" selected=
"selected">2</option>
30 <option value=
"50">5</option>