[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

rik at webkit.org rik at webkit.org
Sun Feb 20 23:06:09 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 4cfa85f5140a96437f60b4f3c1e4105966fbbfe8
Author: rik at webkit.org <rik at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 14:59:40 2011 +0000

    2011-01-17  Anthony Ricaud  <rik at webkit.org>
    
            Reviewed by Kent Tamura.
    
            [HTML5] Revert display:none on datalist
            https://bugs.webkit.org/show_bug.cgi?id=52214
    
            * fast/forms/datalist-expected.txt:
            * fast/forms/datalist-nonoption-child-expected.txt:
            * fast/forms/datalist.html:
    2011-01-17  Anthony Ricaud  <rik at webkit.org>
    
            Reviewed by Kent Tamura.
    
            [HTML5] Revert display:none on datalist
            https://bugs.webkit.org/show_bug.cgi?id=52214
    
            * css/html.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75940 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index dcae2db..0044612 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-17  Anthony Ricaud  <rik at webkit.org>
+
+        Reviewed by Kent Tamura.
+
+        [HTML5] Revert display:none on datalist
+        https://bugs.webkit.org/show_bug.cgi?id=52214
+
+        * fast/forms/datalist-expected.txt:
+        * fast/forms/datalist-nonoption-child-expected.txt:
+        * fast/forms/datalist.html:
+
 2011-01-17  Pavel Podivilov  <podivilov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/LayoutTests/fast/forms/datalist-expected.txt b/LayoutTests/fast/forms/datalist-expected.txt
index 4609489..31a3d3c 100644
--- a/LayoutTests/fast/forms/datalist-expected.txt
+++ b/LayoutTests/fast/forms/datalist-expected.txt
@@ -8,4 +8,4 @@ PASS datalist.options.length is 3
 PASS successfullyParsed is true
 
 TEST COMPLETE
-
+The choices are , , , and .
diff --git a/LayoutTests/fast/forms/datalist-nonoption-child-expected.txt b/LayoutTests/fast/forms/datalist-nonoption-child-expected.txt
index b0aa7d5..c7f23d9 100644
--- a/LayoutTests/fast/forms/datalist-nonoption-child-expected.txt
+++ b/LayoutTests/fast/forms/datalist-nonoption-child-expected.txt
@@ -9,4 +9,6 @@ PASS datalist.firstChild.nodeName is "DIV"
 PASS successfullyParsed is true
 
 TEST COMPLETE
+Text is ok. An inline element is ok.
+A block element is not ok.
 
diff --git a/LayoutTests/fast/forms/datalist.html b/LayoutTests/fast/forms/datalist.html
index 0114972..1da926b 100644
--- a/LayoutTests/fast/forms/datalist.html
+++ b/LayoutTests/fast/forms/datalist.html
@@ -29,7 +29,8 @@ document.getElementById('o4').disabled = true;
 shouldBe('datalist.options.length', '3');
 
 var successfullyParsed = true;
-// The expected text should not contain the text in the datalist element.
+// After datalist is implemented, the expected text should not contain the
+// text in the datalist element.
 </script>
 <script src="../../fast/js/resources/js-test-post.js"></script>
 </body>
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index fb20e73..89ee8c0 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-17  Anthony Ricaud  <rik at webkit.org>
+
+        Reviewed by Kent Tamura.
+
+        [HTML5] Revert display:none on datalist
+        https://bugs.webkit.org/show_bug.cgi?id=52214
+
+        * css/html.css:
+
 2011-01-17  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/Source/WebCore/css/html.css b/Source/WebCore/css/html.css
index d5b3a19..3c75559 100644
--- a/Source/WebCore/css/html.css
+++ b/Source/WebCore/css/html.css
@@ -537,10 +537,6 @@ select[size="1"] {
     white-space: pre;
 }
 
-datalist {
-    display: none;
-}
-
 optgroup {
     font-weight: bolder;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list