Title: [197681] trunk/LayoutTests
Revision
197681
Author
[email protected]
Date
2016-03-07 09:30:20 -0800 (Mon, 07 Mar 2016)

Log Message

[iOS Simulator] Three object-position tests failing after r197618
https://bugs.webkit.org/show_bug.cgi?id=155116

Mark two tests as image failures, and add new results for a compositing test.

* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/video/video-object-position-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197680 => 197681)


--- trunk/LayoutTests/ChangeLog	2016-03-07 15:22:27 UTC (rev 197680)
+++ trunk/LayoutTests/ChangeLog	2016-03-07 17:30:20 UTC (rev 197681)
@@ -1,3 +1,13 @@
+2016-03-07  Simon Fraser  <[email protected]>
+
+        [iOS Simulator] Three object-position tests failing after r197618
+        https://bugs.webkit.org/show_bug.cgi?id=155116
+
+        Mark two tests as image failures, and add new results for a compositing test.
+
+        * platform/ios-simulator/TestExpectations:
+        * platform/ios-simulator/compositing/video/video-object-position-expected.txt: Added.
+
 2016-03-07  Manuel Rego Casasnovas  <[email protected]>
 
         [css-grid] Add missing test for grid-template shorthand

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (197680 => 197681)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-03-07 15:22:27 UTC (rev 197680)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-03-07 17:30:20 UTC (rev 197681)
@@ -2542,6 +2542,11 @@
 platform/ios-simulator/ios/touch [ Skip ]
 fast/events/ios/focused-input-should-assist-on-touch.html [ Skip ]
 
+# image inputs get rounded corners on iOS
+fast/css/object-position/object-position-input-image.html [ ImageOnlyFailure ]
+# iOS snapshot is retina, results differ.
+fast/css/object-position/object-position-img.html [ ImageOnlyFailure ]
+
 webkit.org/b/152276 platform/ios-simulator/ios/scrolling/scroll-events-back-forward-after-pageshow.html [ Failure ]
 webkit.org/b/152276 platform/ios-simulator/ios/scrolling/scroll-events-back-forward.html [ Failure ]
 

Added: trunk/LayoutTests/platform/ios-simulator/compositing/video/video-object-position-expected.txt (0 => 197681)


--- trunk/LayoutTests/platform/ios-simulator/compositing/video/video-object-position-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/compositing/video/video-object-position-expected.txt	2016-03-07 17:30:20 UTC (rev 197681)
@@ -0,0 +1,89 @@
+        
+        
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 10
+        (GraphicsLayer
+          (position 13.00 13.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 2.00 120.00 x 200.00)
+        )
+        (GraphicsLayer
+          (position 151.00 13.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents clipping layer 2.00, 2.00 120.00 x 200.00)
+          (contents layer 20.00, 10.00 120.00 x 200.00)
+        )
+        (GraphicsLayer
+          (position 289.00 13.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 2.00 120.00 x 200.00)
+        )
+        (GraphicsLayer
+          (position 427.00 13.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents clipping layer 2.00, 2.00 120.00 x 200.00)
+          (contents layer -10.00, -10.00 120.00 x 200.00)
+        )
+        (GraphicsLayer
+          (position 565.00 13.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 2.00 120.00 x 200.00)
+        )
+        (GraphicsLayer
+          (position 13.00 232.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 57.00 120.00 x 90.00)
+        )
+        (GraphicsLayer
+          (position 151.00 232.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents clipping layer 2.00, 2.00 120.00 x 200.00)
+          (contents layer 20.00, 10.00 120.00 x 90.00)
+        )
+        (GraphicsLayer
+          (position 289.00 232.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 30.00 120.00 x 90.00)
+        )
+        (GraphicsLayer
+          (position 427.00 232.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents clipping layer 2.00, 2.00 120.00 x 200.00)
+          (contents layer -10.00, 100.00 120.00 x 90.00)
+        )
+        (GraphicsLayer
+          (position 565.00 232.00)
+          (bounds 124.00 204.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (contents layer 2.00, 101.00 120.00 x 90.00)
+        )
+      )
+    )
+  )
+)
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to