summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/hidden-listbox.html
blob: dec81b40e99c80899eb476da0218d11778051890 (plain)
1
2
3
4
5
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>