Title: [236428] trunk/LayoutTests
Revision
236428
Author
[email protected]
Date
2018-09-24 13:49:25 -0700 (Mon, 24 Sep 2018)

Log Message

Update some test results under compositing/overflow
https://bugs.webkit.org/show_bug.cgi?id=189857

Reviewed by Tim Horton.

Unskip some tests under compositing/overflow, and land new macOS and iOS expectations.

* compositing/overflow/overflow-auto-with-touch-expected.txt:
* compositing/overflow/overflow-overlay-with-touch-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/overflow/scrolling-without-painting-expected.txt:
* compositing/overflow/textarea-scroll-touch-expected.txt:
* compositing/overflow/updating-scrolling-content-expected.txt:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/compositing/overflow/nested-scrolling-expected.txt:
* platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
* platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
* platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt.
* platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt.
* platform/ios/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt.
* platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt: Copied from LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt.
* platform/ios/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236427 => 236428)


--- trunk/LayoutTests/ChangeLog	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/ChangeLog	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,3 +1,31 @@
+2018-09-24  Simon Fraser  <[email protected]>
+
+        Update some test results under compositing/overflow
+        https://bugs.webkit.org/show_bug.cgi?id=189857
+
+        Reviewed by Tim Horton.
+        
+        Unskip some tests under compositing/overflow, and land new macOS and iOS expectations.
+
+        * compositing/overflow/overflow-auto-with-touch-expected.txt:
+        * compositing/overflow/overflow-overlay-with-touch-expected.txt:
+        * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
+        * compositing/overflow/scrolling-without-painting-expected.txt:
+        * compositing/overflow/textarea-scroll-touch-expected.txt:
+        * compositing/overflow/updating-scrolling-content-expected.txt:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios/TestExpectations:
+        * platform/ios/compositing/overflow/nested-scrolling-expected.txt:
+        * platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
+        * platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt.
+        * platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt.
+        * platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt.
+        * platform/ios/compositing/overflow/scrolling-without-painting-expected.txt: Copied from LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt.
+        * platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt: Copied from LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt.
+        * platform/ios/compositing/overflow/updating-scrolling-content-expected.txt: Copied from LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt.
+        * platform/mac/TestExpectations:
+        * platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+
 2018-09-24  Truitt Savell  <[email protected]>
 
         Continued test gardening of media-fragment/ tests for ios 12

Modified: trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,42 +1 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 300.00 300.00)
-          (children 4
-            (GraphicsLayer
-              (bounds 300.00 300.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 1000.00 1000.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 0.00 285.00)
-              (bounds 285.00 15.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 285.00 0.00)
-              (bounds 15.00 285.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 285.00 285.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
 

Modified: trunk/LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,42 +1 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 300.00 300.00)
-          (children 4
-            (GraphicsLayer
-              (bounds 300.00 300.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 1000.00 1000.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 0.00 285.00)
-              (bounds 285.00 15.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 285.00 0.00)
-              (bounds 15.00 285.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 285.00 285.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
 

Modified: trunk/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,41 +1 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (bounds 320.00 340.00)
-          (children 4
-            (GraphicsLayer
-              (bounds 320.00 340.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 305.00 1224.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 0.00 325.00)
-              (bounds 305.00 15.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 305.00 0.00)
-              (bounds 15.00 325.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 305.00 325.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
 

Modified: trunk/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/scrolling-without-painting-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,48 +1,7 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 202.00 202.00)
-          (drawsContent 1)
-          (children 4
-            (GraphicsLayer
-              (position 1.00 1.00)
-              (bounds 200.00 200.00)
-              (children 1
-                (GraphicsLayer
-                  (position 0.00 -25.00)
-                  (bounds 185.00 1025.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 1.00 186.00)
-              (bounds 185.00 15.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 186.00 1.00)
-              (bounds 15.00 185.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 0.00 0.00 15.00 185.00)
-              )
-            )
-            (GraphicsLayer
-              (position 186.00 186.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
+(repaint rects
+  (rect 8 8 202 202)
+  (rect 194 9 15 20)
+  (rect 194 13 15 33)
+  (rect 194 29 15 165)
 )
 

Modified: trunk/LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,71 +1,2 @@
   
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 2
-        (GraphicsLayer
-          (position 18.00 18.00)
-          (bounds 206.00 126.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (children 3
-            (GraphicsLayer
-              (position 1.00 1.00)
-              (bounds 204.00 124.00)
-              (children 1
-                (GraphicsLayer
-                  (position 0.00 -50.00)
-                  (bounds 189.00 328.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 190.00 1.00)
-              (bounds 15.00 109.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 190.00 110.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 248.00 18.00)
-          (bounds 206.00 126.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (children 3
-            (GraphicsLayer
-              (position 1.00 1.00)
-              (bounds 204.00 124.00)
-              (children 1
-                (GraphicsLayer
-                  (position 0.00 -50.00)
-                  (bounds 189.00 328.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 190.00 1.00)
-              (bounds 15.00 109.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 190.00 110.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
 

Modified: trunk/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt (236427 => 236428)


--- trunk/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1,50 +1,7 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 200.00 200.00)
-          (children 4
-            (GraphicsLayer
-              (bounds 200.00 200.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 185.00 1200.00)
-                  (drawsContent 1)
-                  (repaint rects
-                    (rect 0.00 0.00 185.00 200.00)
-                    (rect 0.00 0.00 185.00 200.00)
-                    (rect 0.00 0.00 185.00 200.00)
-                  )
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 0.00 185.00)
-              (bounds 185.00 15.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 185.00 0.00)
-              (bounds 15.00 185.00)
-              (drawsContent 1)
-              (repaint rects
-                (rect 0.00 0.00 15.00 185.00)
-              )
-            )
-            (GraphicsLayer
-              (position 185.00 185.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
+(repaint rects
+  (rect 8 8 200 200)
+  (rect 193 8 15 14)
+  (rect 193 8 15 29)
+  (rect 193 22 15 171)
 )
 

Modified: trunk/LayoutTests/platform/ios/TestExpectations (236427 => 236428)


--- trunk/LayoutTests/platform/ios/TestExpectations	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2018-09-24 20:49:25 UTC (rev 236428)
@@ -1988,18 +1988,6 @@
 # <rdar://problem/19017693> ASSERTION FAILED: [[dataSource webFrame] dataSource] || [[dataSource webFrame] provisionalDataSource] in -[ResourceLoadDelegate webView:identifierForInitialRequest:fromDataSource:]
 fast/events/message-port-inactive-document.html
 
-# <rdar://problem/19551640> ASSERT([_overflowScrollViews containsObject:view] || [_overflowScrollViewsPendingInsertion containsObject:view]) fails in UIWebBrowserView.m
-compositing/overflow/iframe-inside-overflow-clipping.html
-compositing/overflow/nested-scrolling.html
-compositing/overflow/overflow-auto-with-touch-toggle.html
-compositing/overflow/overflow-auto-with-touch.html
-compositing/overflow/overflow-overlay-with-touch.html
-compositing/overflow/remove-overflow-crash.html
-compositing/overflow/scrolling-content-clip-to-viewport.html
-compositing/overflow/scrolling-without-painting.html
-compositing/overflow/textarea-scroll-touch.html
-compositing/overflow/updating-scrolling-content.html
-
 # Failures as of 01/16/2015:
 http/tests/misc/favicon-as-image.html [ Failure ]
 http/tests/misc/iframe404.html [ Failure ]

Modified: trunk/LayoutTests/platform/ios/compositing/overflow/nested-scrolling-expected.txt (236427 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/nested-scrolling-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/nested-scrolling-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -36,7 +36,7 @@
         text run at (0,73) width 691: "ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat"
         text run at (0,106) width 688: "nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim"
         text run at (0,139) width 96: "id est laborum."
-layer at (19,471) size 602x402 backgroundClip at (19,471) size 602x358 clip at (20,472) size 600x357 outlineClip at (9,29) size 700x800 scrollHeight 442
+layer at (19,471) size 602x402 backgroundClip at (19,471) size 602x358 clip at (20,472) size 600x357 scrollHeight 442
   RenderBlock {DIV} at (11,443) size 602x402 [border: (1px solid #000000)]
     RenderBlock {P} at (1,17) size 600x165
       RenderText {#text} at (0,7) size 600x151

Copied: trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt (from rev 236427, trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt) (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,28 @@
+(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 300.00 300.00)
+          (children 1
+            (GraphicsLayer
+              (bounds 300.00 300.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 1000.00 1000.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Copied: trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt (from rev 236427, trunk/LayoutTests/compositing/overflow/overflow-auto-with-touch-expected.txt) (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,28 @@
+(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 300.00 300.00)
+          (children 1
+            (GraphicsLayer
+              (bounds 300.00 300.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 1000.00 1000.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Copied: trunk/LayoutTests/platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt (from rev 236427, trunk/LayoutTests/compositing/overflow/overflow-overlay-with-touch-expected.txt) (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/overflow-overlay-with-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,28 @@
+(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 300.00 300.00)
+          (children 1
+            (GraphicsLayer
+              (bounds 300.00 300.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 1000.00 1000.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,27 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (bounds 320.00 340.00)
+          (children 1
+            (GraphicsLayer
+              (bounds 320.00 340.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 320.00 1224.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-without-painting-expected.txt (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-without-painting-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/scrolling-without-painting-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,32 @@
+(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 202.00 202.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (offsetFromRenderer width=-1 height=-1)
+              (position 1.00 1.00)
+              (bounds origin 0.00 25.00)
+              (bounds 200.00 200.00)
+              (children 1
+                (GraphicsLayer
+                  (offsetFromRenderer width=1 height=-24)
+                  (bounds 200.00 1025.00)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Copied: trunk/LayoutTests/platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt (from rev 236427, trunk/LayoutTests/compositing/overflow/textarea-scroll-touch-expected.txt) (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/textarea-scroll-touch-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,55 @@
+  
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 2
+        (GraphicsLayer
+          (position 18.00 18.00)
+          (bounds 206.00 126.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (offsetFromRenderer width=-1 height=-1)
+              (position 1.00 1.00)
+              (bounds origin 0.00 50.00)
+              (bounds 204.00 124.00)
+              (children 1
+                (GraphicsLayer
+                  (offsetFromRenderer width=1 height=-49)
+                  (bounds 204.00 270.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+        (GraphicsLayer
+          (position 248.00 18.00)
+          (bounds 206.00 126.00)
+          (opacity 0.40)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (offsetFromRenderer width=-1 height=-1)
+              (position 1.00 1.00)
+              (bounds origin 0.00 50.00)
+              (bounds 204.00 124.00)
+              (children 1
+                (GraphicsLayer
+                  (offsetFromRenderer width=1 height=-49)
+                  (bounds 204.00 270.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/ios/compositing/overflow/updating-scrolling-content-expected.txt (0 => 236428)


--- trunk/LayoutTests/platform/ios/compositing/overflow/updating-scrolling-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/compositing/overflow/updating-scrolling-content-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -0,0 +1,28 @@
+(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 200.00 200.00)
+          (children 1
+            (GraphicsLayer
+              (bounds 200.00 200.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 200.00 1200.00)
+                  (drawsContent 1)
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Modified: trunk/LayoutTests/platform/mac/TestExpectations (236427 => 236428)


--- trunk/LayoutTests/platform/mac/TestExpectations	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2018-09-24 20:49:25 UTC (rev 236428)
@@ -347,14 +347,6 @@
 # <rdar://problem/11187491> storage/websql/quota-tracking.html is failing on Mountain Lion
 storage/websql/quota-tracking.html
 
-# https://bugs.webkit.org/show_bug.cgi?id=95009
-compositing/overflow/overflow-auto-with-touch.html [ Failure ]
-compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
-compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
-compositing/overflow/textarea-scroll-touch.html [ Failure ]
-compositing/overflow/updating-scrolling-content.html [ Failure ]
-compositing/overflow/scrolling-without-painting.html [ Failure ]
-
 # <rdar://problem/11229810> SVG square caps on zero-length paths draw incorrectly on Mountain Lion
 svg/W3C-SVG-1.1-SE/painting-control-04-f.svg [ Failure ]
 svg/custom/zero-path-square-cap-rendering.svg [ Failure ]

Modified: trunk/LayoutTests/platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt (236427 => 236428)


--- trunk/LayoutTests/platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt	2018-09-24 20:47:39 UTC (rev 236427)
+++ trunk/LayoutTests/platform/mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt	2018-09-24 20:49:25 UTC (rev 236428)
@@ -4,8 +4,7 @@
   (paintingPhases
     GraphicsLayerPaintBackground
     GraphicsLayerPaintForeground
-    GraphicsLayerPaintMask
-  )
+    )
   (children 1
     (GraphicsLayer
       (bounds 800.00 600.00)
@@ -13,8 +12,7 @@
       (paintingPhases
         GraphicsLayerPaintBackground
         GraphicsLayerPaintForeground
-        GraphicsLayerPaintMask
-      )
+        )
       (children 1
         (GraphicsLayer
           (position 28.00 20.00)
@@ -22,26 +20,26 @@
           (drawsContent 1)
           (paintingPhases
             GraphicsLayerPaintBackground
-            GraphicsLayerPaintMask
             GraphicsLayerPaintCompositedScroll
-          )
+            )
           (children 4
             (GraphicsLayer
+              (offsetFromRenderer width=-1 height=-1)
               (position 1.00 1.00)
               (bounds 185.00 185.00)
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-                GraphicsLayerPaintMask
-              )
+                )
               (children 1
                 (GraphicsLayer
+                  (offsetFromRenderer width=1 height=1)
                   (bounds 185.00 715.00)
                   (drawsContent 1)
                   (paintingPhases
                     GraphicsLayerPaintOverflowContents
                     GraphicsLayerPaintCompositedScroll
-                  )
+                    )
                   (children 2
                     (GraphicsLayer
                       (position 0.00 10.00)
@@ -50,15 +48,15 @@
                       (paintingPhases
                         GraphicsLayerPaintBackground
                         GraphicsLayerPaintForeground
-                        GraphicsLayerPaintMask
-                      )
+                        )
                     )
                     (GraphicsLayer
+                      (offsetFromRenderer width=1 height=1)
                       (bounds 185.00 715.00)
                       (drawsContent 1)
                       (paintingPhases
                         GraphicsLayerPaintForeground
-                      )
+                        )
                     )
                   )
                 )
@@ -71,8 +69,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-                GraphicsLayerPaintMask
-              )
+                )
             )
             (GraphicsLayer
               (position 186.00 1.00)
@@ -81,8 +78,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-                GraphicsLayerPaintMask
-              )
+                )
             )
             (GraphicsLayer
               (position 186.00 186.00)
@@ -91,8 +87,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-                GraphicsLayerPaintMask
-              )
+                )
             )
           )
         )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to