haikuwebkit/LayoutTests/fast/forms/hidden-listbox.html

9 lines
269 B
HTML

<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>