summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/display-none-option.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/display-none-option.html')
-rw-r--r--WebCore/manual-tests/display-none-option.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/manual-tests/display-none-option.html b/WebCore/manual-tests/display-none-option.html
new file mode 100644
index 0000000..30071f3
--- /dev/null
+++ b/WebCore/manual-tests/display-none-option.html
@@ -0,0 +1,11 @@
+<p>
+When you click the following &lt;select&gt;, 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>