blob: 77d170815f75d0c1b9d42698dd105db17d49df17 [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>