7 This test just makes sense if webkit was build with NO_LISTBOX_RENDERING enabled.
<br><br>
8 You should see in the following table three comboboxes and no listboxes.
<br><br>
9 At the right cell you see a description of what should be the state of the elements just after loading this page.
<br><br>
13 <td><select><option>1</option><option>2</option></select></td>
14 <td>combobox in previos cell should have option '
1' selected.
</td>
17 <td><select multiple
><option>1</option><option>2</option></select></td>
18 <td>combobox in previos cell should have no selected option.
</td>
21 <td><select size=
"5"><option>1</option><option>2</option>s
</select></td>
22 <td>combobox in previos cell should have no selected option.
</td>
27 <optgroup label=
"1"></optgroup>
32 <optgroup label=
"2"></optgroup>
39 <td>combobox in previos cell should handle optgroup correctly.
</td>
44 <optgroup label=
"1"></optgroup>
49 <optgroup label=
"2"></optgroup>
56 <td>combobox in previos cell should handle optgroup correctly.
</td>
59 <td><input type=
"reset"</td>
60 <td>after pressing this button all the combo boxes should go back to the state discribed above.
</td>