Title: [238765] trunk/LayoutTests
Revision
238765
Author
[email protected]
Date
2018-11-30 16:40:24 -0800 (Fri, 30 Nov 2018)

Log Message

Rebaseline test after https://trac.webkit.org/changeset/238725/webkit
https://bugs.webkit.org/show_bug.cgi?id=192201

Unreviewed Test Gardening.

* platform/ios/compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (238764 => 238765)


--- trunk/LayoutTests/ChangeLog	2018-12-01 00:32:42 UTC (rev 238764)
+++ trunk/LayoutTests/ChangeLog	2018-12-01 00:40:24 UTC (rev 238765)
@@ -1,3 +1,12 @@
+2018-11-30  Truitt Savell  <[email protected]>
+
+        Rebaseline test after https://trac.webkit.org/changeset/238725/webkit
+        https://bugs.webkit.org/show_bug.cgi?id=192201
+
+        Unreviewed Test Gardening.
+
+        * platform/ios/compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt: Added.
+
 2018-11-30  Justin Fan  <[email protected]>
 
         [WebGPU] WebGPUQueue::submit and WebGPURenderingContext::present() implementation

Added: trunk/LayoutTests/platform/ios/compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt (0 => 238765)


--- trunk/LayoutTests/platform/ios/compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt	2018-12-01 00:40:24 UTC (rev 238765)
@@ -0,0 +1,30 @@
+(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 8.00 8.00)
+          (bounds 302.00 302.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (offsetFromRenderer width=-1 height=-1)
+              (position 1.00 1.00)
+              (bounds 300.00 300.00)
+              (children 1
+                (GraphicsLayer
+                  (offsetFromRenderer width=1 height=1)
+                  (bounds 300.00 2000.00)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to