[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hamaji at chromium.org hamaji at chromium.org
Wed Dec 22 15:40:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 97634f37ea71594d47931bd7eb5bb78455426865
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 10 09:12:25 2010 +0000

    2010-11-10  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Adding a manual test which I forgot to add in r71618.
    
            [Chromium] display:none has no effect on <option> element
            https://bugs.webkit.org/show_bug.cgi?id=49169
    
            * manual-tests/display-none-option.html: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71727 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c8dbeb0..cf27a9c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-10  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Adding a manual test which I forgot to add in r71618.
+
+        [Chromium] display:none has no effect on <option> element
+        https://bugs.webkit.org/show_bug.cgi?id=49169
+
+        * manual-tests/display-none-option.html: Added.
+
 2010-11-10  Shane Stephens  <shanestephens at google.com>
 
         Reviewed by Dirk Schulze.
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>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list