Title: [243228] trunk/LayoutTests
Revision
243228
Author
[email protected]
Date
2019-03-20 12:56:45 -0700 (Wed, 20 Mar 2019)

Log Message

Unreviewed test gardening. Fix the results for absolute-in-async-overflow-scroll.html.

* compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
* platform/ios-wk2/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt: Copied from LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243227 => 243228)


--- trunk/LayoutTests/ChangeLog	2019-03-20 19:52:40 UTC (rev 243227)
+++ trunk/LayoutTests/ChangeLog	2019-03-20 19:56:45 UTC (rev 243228)
@@ -1,3 +1,10 @@
+2019-03-20  Simon Fraser  <[email protected]>
+
+        Unreviewed test gardening. Fix the results for absolute-in-async-overflow-scroll.html.
+
+        * compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
+        * platform/ios-wk2/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt: Copied from LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt.
+
 2019-03-20  Devin Rousso  <[email protected]>
 
         Web Inspector: Debugger: move breakpoint storage to use `WI.ObjectStore`

Modified: trunk/LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt (243227 => 243228)


--- trunk/LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt	2019-03-20 19:52:40 UTC (rev 243227)
+++ trunk/LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt	2019-03-20 19:56:45 UTC (rev 243228)
@@ -16,12 +16,12 @@
             (GraphicsLayer
               (offsetFromRenderer width=1 height=1)
               (position 1.00 1.00)
-              (bounds 200.00 200.00)
+              (bounds 185.00 185.00)
               (children 1
                 (GraphicsLayer
                   (offsetFromRenderer width=1 height=1)
                   (anchor 0.00 0.00)
-                  (bounds 200.00 840.00)
+                  (bounds 185.00 841.00)
                   (drawsContent 1)
                   (children 1
                     (GraphicsLayer

Copied: trunk/LayoutTests/platform/ios-wk2/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt (from rev 243227, trunk/LayoutTests/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt) (0 => 243228)


--- trunk/LayoutTests/platform/ios-wk2/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk2/compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt	2019-03-20 19:56:45 UTC (rev 243228)
@@ -0,0 +1,43 @@
+This layer should be composited.
+(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 18.00 10.00)
+          (bounds 202.00 202.00)
+          (opacity 0.80)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (offsetFromRenderer width=1 height=1)
+              (position 1.00 1.00)
+              (bounds 200.00 200.00)
+              (children 1
+                (GraphicsLayer
+                  (offsetFromRenderer width=1 height=1)
+                  (anchor 0.00 0.00)
+                  (bounds 200.00 840.00)
+                  (drawsContent 1)
+                  (children 1
+                    (GraphicsLayer
+                      (position 0.00 89.00)
+                      (bounds 320.00 40.00)
+                      (contentsOpaque 1)
+                      (drawsContent 1)
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to