Title: [185250] trunk/LayoutTests
Revision
185250
Author
za...@apple.com
Date
2015-06-05 10:17:30 -0700 (Fri, 05 Jun 2015)

Log Message

[iOS] Mask layer now is part of the layer tree output.

Unreviewed gardening.

* platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (185249 => 185250)


--- trunk/LayoutTests/ChangeLog	2015-06-05 17:08:18 UTC (rev 185249)
+++ trunk/LayoutTests/ChangeLog	2015-06-05 17:17:30 UTC (rev 185250)
@@ -1,3 +1,11 @@
+2015-06-05  Zalan Bujtas  <za...@apple.com>
+
+        [iOS] Mask layer now is part of the layer tree output.
+
+        Unreviewed gardening.
+
+        * platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:
+
 2015-06-05  Dean Jackson  <d...@apple.com>
 
         [Mac] Popup focus is cut off

Modified: trunk/LayoutTests/platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt (185249 => 185250)


--- trunk/LayoutTests/platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt	2015-06-05 17:08:18 UTC (rev 185249)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt	2015-06-05 17:17:30 UTC (rev 185250)
@@ -14,11 +14,20 @@
           (position 8.00 8.00)
           (bounds 300.00 300.00)
           (drawsContent 1)
+          (mask layer)
+            (GraphicsLayer
+              (bounds 300.00 300.00)
+            )
         )
         (GraphicsLayer
           (position 8.00 308.00)
           (bounds 300.00 300.00)
           (drawsContent 1)
+          (mask layer)
+            (GraphicsLayer
+              (bounds 300.00 300.00)
+              (drawsContent 1)
+            )
           (repaint rects
             (rect 0.00 0.00 300.00 300.00)
           )
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to