blob: aeac2f68d14de6bc6275a3d2859af32d5db49629 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.display();
</script>
This tests that the whole listbox control is hidden when visibility is set to hidden.
<br>
<select multiple style="visibility: hidden">
<option>This text should not be visible
</select>