[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:29:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c971ca8874fb0967c08d20b69671a66beb81acc5
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 03:43:10 2010 +0000

    2010-07-26  Simon Fraser  <simon.fraser at apple.com>
    
            Fix a couple of test results after r64095.
    
            * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
            * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64102 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 22fca2d..bdc9fc9 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-26  Simon Fraser  <simon.fraser at apple.com>
+
+        Fix a couple of test results after r64095.
+        
+        * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
+        * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+
 2010-07-26  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt b/LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt
index 5af82d4..76e4f34 100644
--- a/LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt
+++ b/LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt
@@ -167,9 +167,9 @@ middlebottom
           (childrenTransform identity)
           (children 1
             (GraphicsLayer
-              (position 0.00 -100.00)
+              (position 0.00 0.00)
               (anchor 0.50 0.50)
-              (bounds 110.00 2200.00)
+              (bounds 110.00 200.00)
               (opacity 1.00)
               (usingTiledLayer 0)
               (preserves3D 0)
@@ -225,7 +225,7 @@ middlebottom
             (GraphicsLayer
               (position 5.00 2058.00)
               (anchor 0.50 0.50)
-              (bounds 69.00 28.00)
+              (bounds 0.00 0.00)
               (opacity 1.00)
               (usingTiledLayer 0)
               (preserves3D 0)
diff --git a/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt b/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt
index b847213..a1c3c15 100644
--- a/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt
+++ b/LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt
@@ -78,9 +78,9 @@ middle
               (childrenTransform identity)
               (children 2
                 (GraphicsLayer
-                  (position -1.00 20.00)
+                  (position -980.00 20.00)
                   (anchor 0.50 0.50)
-                  (bounds 1070.00 100.00)
+                  (bounds 2050.00 100.00)
                   (opacity 1.00)
                   (usingTiledLayer 0)
                   (preserves3D 0)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list