blob: 95a40a7824d4134e035c3613aa3240e460e33c59 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.displayAndTrackRepaints();
</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>