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