blob: 30071f353606514e608f7af4e0ef5c2d50534a71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<p>
When you click the following <select>, you should see only two options.
Mac Safari doesn't pass this test yet.
See <a href="https://bugs.webkit.org/show_bug.cgi?id=8351">Bug 8351</a> for detail.
<p>
<select>
<option>First choice</option>
<option style="display: none">You must NOT see this</option>
<option>Second choice</option>
</select>
|