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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 15:19:22 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4ddaeeee7ef44bc0553299057261ab7b4eb1d34a
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Oct 31 20:33:45 2010 +0000

    2010-10-31  James Simonsen  <simonjam at chromium.org>
    
            Reviewed by Andreas Kling.
    
            Rebaseline a fast/dynamic LayoutTest for Chromium Linux
    
            fast/dynamic/positioned-movement-with-positioned-children.html exposes
            a change to the defult button style on Linux.
    
            Prior to bug 26030, buttons were always drawn as #dddddd, regardless of
            what the style said. The default style had been #c0c0c0. With the fix,
            buttons now honor the style sheet, but in order to maintain
            consistency, the default style for Linux was changed to #dddddd.
    
            This patch updates the test to reflect the newer Linux button style.
    
            https://bugs.webkit.org/show_bug.cgi?id=48460
    
            * platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
            * platform/chromium/test_expectations.txt: Removed rebaselined test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70998 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 19b73ab..a55f18b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,24 @@
+2010-10-31  James Simonsen  <simonjam at chromium.org>
+
+        Reviewed by Andreas Kling.
+
+        Rebaseline a fast/dynamic LayoutTest for Chromium Linux
+
+        fast/dynamic/positioned-movement-with-positioned-children.html exposes
+        a change to the defult button style on Linux.
+
+        Prior to bug 26030, buttons were always drawn as #dddddd, regardless of
+        what the style said. The default style had been #c0c0c0. With the fix,
+        buttons now honor the style sheet, but in order to maintain
+        consistency, the default style for Linux was changed to #dddddd.
+
+        This patch updates the test to reflect the newer Linux button style.
+
+        https://bugs.webkit.org/show_bug.cgi?id=48460
+
+        * platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
+        * platform/chromium/test_expectations.txt: Removed rebaselined test.
+
 2010-10-31  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r70959.
diff --git a/LayoutTests/platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt b/LayoutTests/platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt
new file mode 100644
index 0000000..bfa4d55
--- /dev/null
+++ b/LayoutTests/platform/chromium-linux/fast/dynamic/positioned-movement-with-positioned-children-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
+        RenderText {#text} at (0,0) size 92x59
+          text run at (0,0) width 92: "You should not"
+          text run at (0,20) width 91: "see this. Resize"
+          text run at (0,40) width 74: "the window."
+layer at (8,8) size 100x126
+  RenderBlock (positioned) {DIV} at (0,0) size 100x126
+    RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+    RenderBlock (anonymous) at (0,100) size 100x26
+      RenderButton {BUTTON} at (2,2) size 54x22 [bgcolor=#DDDDDD] [border: (2px outset #DDDDDD)]
+        RenderBlock (anonymous) at (8,3) size 38x16
+          RenderText {#text} at (0,0) size 38x16
+            text run at (0,0) width 38: "Button"
+      RenderText {#text} at (0,0) size 0x0
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index c02749b..f92d9a4 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -1943,9 +1943,6 @@ BUG12361 LINUX MAC DEBUG : http/tests/cookies/double-quoted-value-with-semi-colo
 BUG12361 LINUX RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
 BUG12361 SLOW MAC RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
 
-// WebKit 44438:44544
-BUG13721 LINUX : fast/dynamic/positioned-movement-with-positioned-children.html = FAIL
-
 BUG14207 LINUX : tables/mozilla/bugs/bug28341.html = FAIL
 BUG32231 WIN DEBUG : tables/mozilla/bugs/bug28341.html = IMAGE PASS
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list