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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 12:40:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a5527ef6f8f31ec11d7fdb8ffa84bc9a0bc4012c
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 00:09:15 2010 +0000

    2010-08-26  Ryosuke Niwa  <rniwa at webkit.org>
    
            Reviewed by Dan Bernstein.
    
            REGRESSION: rebaseline needed for tables/mozilla_expected_failures/bugs/bug56024.html
            https://bugs.webkit.org/show_bug.cgi?id=44733
    
            The failure was caused by color property moving from anonymous block to the form element inside
            the anonymous block. Rebaselined /tables/mozilla_expected_failures/bugs/bug56024.html for mac.
    
            * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66154 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 41cd1c9..7a5821c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-26  Ryosuke Niwa  <rniwa at webkit.org>
+
+        Reviewed by Dan Bernstein.
+
+        REGRESSION: rebaseline needed for tables/mozilla_expected_failures/bugs/bug56024.html
+        https://bugs.webkit.org/show_bug.cgi?id=44733
+
+        The failure was caused by color property moving from anonymous block to the form element inside
+        the anonymous block. Rebaselined /tables/mozilla_expected_failures/bugs/bug56024.html for mac.
+
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
+
 2010-08-26  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt b/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt
index d90bd20..ea5341c 100644
--- a/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt
@@ -25,7 +25,7 @@ layer at (0,0) size 800x96
                     text run at (0,18) width 78: "Fall makeup"
                     text run at (0,36) width 83: "sale. Save up"
                     text run at (0,54) width 49: "to 47%."
-              RenderBlock (anonymous) at (1,73) size 94x0 [color=#CC3333]
-                RenderBlock {FORM} at (0,0) size 94x0
+              RenderBlock (anonymous) at (1,73) size 94x0
+                RenderBlock {FORM} at (0,0) size 94x0 [color=#CC3333]
               RenderBlock (anonymous) at (1,73) size 94x0
                 RenderInline {FONT} at (0,0) size 0x0 [color=#CC3333]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list