Title: [88747] trunk/LayoutTests
Revision
88747
Author
[email protected]
Date
2011-06-13 18:46:22 -0700 (Mon, 13 Jun 2011)

Log Message

REGRESSION (r88579-r88581): compositing/iframes/invisible-nested-iframe-show.html,
compositing/tiling/huge-layer-add-remove-child.html failing on Windows 7 Release (Tests).
https://bugs.webkit.org/show_bug.cgi?id=62566

Add/update the (failing?) expected results for Windows in order to get the bots green.

* platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
* platform/win/compositing/tiling: Added.
* platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88746 => 88747)


--- trunk/LayoutTests/ChangeLog	2011-06-14 01:15:27 UTC (rev 88746)
+++ trunk/LayoutTests/ChangeLog	2011-06-14 01:46:22 UTC (rev 88747)
@@ -1,3 +1,15 @@
+2011-06-13  Jessie Berlin  <[email protected]>
+
+        REGRESSION (r88579-r88581): compositing/iframes/invisible-nested-iframe-show.html,
+        compositing/tiling/huge-layer-add-remove-child.html failing on Windows 7 Release (Tests).
+        https://bugs.webkit.org/show_bug.cgi?id=62566
+
+        Add/update the (failing?) expected results for Windows in order to get the bots green.
+
+        * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
+        * platform/win/compositing/tiling: Added.
+        * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
+
 2011-06-13  David Levin  <[email protected]>
 
         Reviewed by Dmitry Titov.

Modified: trunk/LayoutTests/platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt (88746 => 88747)


--- trunk/LayoutTests/platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt	2011-06-14 01:15:27 UTC (rev 88746)
+++ trunk/LayoutTests/platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt	2011-06-14 01:46:22 UTC (rev 88747)
@@ -10,6 +10,7 @@
           (position 30.00 214.00)
           (bounds 210.00 210.00)
           (drawsContent 1)
+          (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 1.00 1.00])
         )
       )
     )

Added: trunk/LayoutTests/platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt (0 => 88747)


--- trunk/LayoutTests/platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt	2011-06-14 01:46:22 UTC (rev 88747)
@@ -0,0 +1,58 @@
+The yellow box should be large enough to scroll off the bottom. At the start there should be no child. After 100ms a red box is added and after 100ms more it should be removed. This tests that we can support very large compositing layers with dynamically added and removed child compositing layers.
+
+First (no children):
+(GraphicsLayer
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (usingTiledLayer 1)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
+
+Second (child added):
+(GraphicsLayer
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (usingTiledLayer 1)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
+
+Third (child removed):
+(GraphicsLayer
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (usingTiledLayer 1)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to