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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 11:14:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a656120ff8f6d14171e17dd56ea21b63bec9f981
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 20:57:42 2010 +0000

    2010-07-15  Simon Fraser  <simon.fraser at apple.com>
    
            Fix results of two tests that are affected by r63452.
    
            * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
            * compositing/plugins/small-to-large-composited-plugin-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63459 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e192fc8..eb41c14 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-15  Simon Fraser  <simon.fraser at apple.com>
+
+        Fix results of two tests that are affected by r63452.
+
+        * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
+        * compositing/plugins/small-to-large-composited-plugin-expected.txt:
+
 2010-07-15  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt b/LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt
index d40ad69..0bf6c0c 100644
--- a/LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt
@@ -11,9 +11,9 @@
   (transform identity)
   (children 1
     (GraphicsLayer
-      (position 0.00 -87.00)
+      (position 0.00 0.00)
       (anchor 0.50 0.50)
-      (bounds 800.00 687.00)
+      (bounds 800.00 600.00)
       (opacity 1.00)
       (usingTiledLayer 0)
       (preserves3D 0)
@@ -24,7 +24,7 @@
       (childrenTransform identity)
       (children 3
         (GraphicsLayer
-          (position 8.00 95.00)
+          (position 8.00 8.00)
           (anchor 0.50 0.50)
           (bounds 30.00 30.00)
           (opacity 0.00)
@@ -37,7 +37,7 @@
           (childrenTransform identity)
         )
         (GraphicsLayer
-          (position 20.00 107.00)
+          (position 20.00 20.00)
           (anchor 0.50 0.50)
           (bounds 306.00 206.00)
           (opacity 1.00)
@@ -50,7 +50,7 @@
           (childrenTransform identity)
         )
         (GraphicsLayer
-          (position 23.00 110.00)
+          (position 23.00 23.00)
           (anchor 0.50 0.50)
           (bounds 285.00 200.00)
           (opacity 1.00)
diff --git a/LayoutTests/compositing/plugins/small-to-large-composited-plugin-expected.txt b/LayoutTests/compositing/plugins/small-to-large-composited-plugin-expected.txt
index 9d20be9..6fe2a6f 100644
--- a/LayoutTests/compositing/plugins/small-to-large-composited-plugin-expected.txt
+++ b/LayoutTests/compositing/plugins/small-to-large-composited-plugin-expected.txt
@@ -40,7 +40,7 @@
             (GraphicsLayer
               (position 0.00 0.00)
               (anchor 0.50 0.50)
-              (bounds 302.00 152.00)
+              (bounds 200.00 100.00)
               (opacity 1.00)
               (usingTiledLayer 0)
               (preserves3D 0)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list