Title: [179832] trunk/LayoutTests
Revision
179832
Author
[email protected]
Date
2015-02-09 10:22:00 -0800 (Mon, 09 Feb 2015)

Log Message

REGRESSION (r179771): [iOS] Gardening for compositing/layer-creation/subpixel-adjacent-layers-overlap.html

Test recently added for:
Convert the compositing overlap map to use LayoutRects
<http://webkit.org/b/141346>

* platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt:
Add platform-specific results for ios-simulator.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (179831 => 179832)


--- trunk/LayoutTests/ChangeLog	2015-02-09 18:07:46 UTC (rev 179831)
+++ trunk/LayoutTests/ChangeLog	2015-02-09 18:22:00 UTC (rev 179832)
@@ -1,3 +1,14 @@
+2015-02-09  David Kilzer  <[email protected]>
+
+        REGRESSION (r179771): [iOS] Gardening for compositing/layer-creation/subpixel-adjacent-layers-overlap.html
+
+        Test recently added for:
+        Convert the compositing overlap map to use LayoutRects
+        <http://webkit.org/b/141346>
+
+        * platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt:
+        Add platform-specific results for ios-simulator.
+
 2015-02-09  Carlos Alberto Lopez Perez  <[email protected]>
 
         Unreviewed GTK Gardening.

Added: trunk/LayoutTests/platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt (0 => 179832)


--- trunk/LayoutTests/platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt	2015-02-09 18:22:00 UTC (rev 179832)
@@ -0,0 +1,20 @@
+Here is some text
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 0.00 44.00)
+          (anchor 0.50 0.50)
+          (bounds 200.00 200.50)
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to