Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / display-none-option.html
blob30071f353606514e608f7af4e0ef5c2d50534a71
1 <p>
2 When you click the following &lt;select&gt;, you should see only two options.
3 Mac Safari doesn't pass this test yet.
4 See <a href="https://bugs.webkit.org/show_bug.cgi?id=8351">Bug 8351</a> for detail.
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>