Title: [246503] trunk/LayoutTests
Revision
246503
Author
simon.fra...@apple.com
Date
2019-06-17 11:29:30 -0700 (Mon, 17 Jun 2019)

Log Message

Add missing test result after r246471. EWS didn't show any failure when it was missing.

* compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246502 => 246503)


--- trunk/LayoutTests/ChangeLog	2019-06-17 18:28:03 UTC (rev 246502)
+++ trunk/LayoutTests/ChangeLog	2019-06-17 18:29:30 UTC (rev 246503)
@@ -1,3 +1,9 @@
+2019-06-17  Simon Fraser  <simon.fra...@apple.com>
+
+        Add missing test result after r246471. EWS didn't show any failure when it was missing.
+
+        * compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
+
 2019-06-16  Darin Adler  <da...@apple.com>
 
         Convert some uses of fixed width and fixed precision floating point formatting to use shortest instead

Added: trunk/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt (0 => 246503)


--- trunk/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt	2019-06-17 18:29:30 UTC (rev 246503)
@@ -0,0 +1,42 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (paintingPhases [background, foreground])
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (paintingPhases [background, foreground])
+      (children 1
+        (GraphicsLayer
+          (bounds 800.00 600.00)
+          (drawsContent 1)
+          (paintingPhases [background])
+          (children 2
+            (GraphicsLayer
+              (offsetFromRenderer width=0 height=-10)
+              (position 29.00 21.00)
+              (bounds 185.00 185.00)
+              (paintingPhases [background, foreground])
+              (children 1
+                (GraphicsLayer
+                  (position 0.00 10.00)
+                  (bounds 80.00 10.00)
+                  (contentsOpaque 1)
+                  (paintingPhases [background, foreground])
+                )
+              )
+            )
+            (GraphicsLayer
+              (bounds 800.00 600.00)
+              (drawsContent 1)
+              (paintingPhases [foreground])
+            )
+          )
+        )
+      )
+    )
+  )
+)
+
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to