blob: 30071f353606514e608f7af4e0ef5c2d50534a71 [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<p>
2When you click the following &lt;select&gt;, you should see only two options.
3Mac Safari doesn't pass this test yet.
4See <a href="https://bugs.webkit.org/show_bug.cgi?id=8351">Bug 8351</a> for detail.
5
6<p>
7<select>
8 <option>First choice</option>
9 <option style="display: none">You must NOT see this</option>
10 <option>Second choice</option>
11</select>