Title: [268166] trunk/LayoutTests
Revision
268166
Author
[email protected]
Date
2020-10-07 18:35:31 -0700 (Wed, 07 Oct 2020)

Log Message

REGRESSION (r268138): [ iOS Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg is missing expected results
https://bugs.webkit.org/show_bug.cgi?id=217461

Unreviewed test gardening.

* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (268165 => 268166)


--- trunk/LayoutTests/ChangeLog	2020-10-08 00:59:36 UTC (rev 268165)
+++ trunk/LayoutTests/ChangeLog	2020-10-08 01:35:31 UTC (rev 268166)
@@ -1,3 +1,13 @@
+2020-10-07  Karl Rackler  <[email protected]>
+
+        REGRESSION (r268138): [ iOS Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg is missing expected results
+        https://bugs.webkit.org/show_bug.cgi?id=217461
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
 2020-10-07  Ross Kirsling  <[email protected]>
 
         [JSC] Revert String.prototype.item

Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (268165 => 268166)


--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2020-10-08 00:59:36 UTC (rev 268165)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations	2020-10-08 01:35:31 UTC (rev 268166)
@@ -144,3 +144,5 @@
 webkit.org/b/217414 [ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html [ Pass Failure ]
 
 webkit.org/b/217419 [ Release ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html [ Failure ]
+
+webkit.org/b/217461 imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg [ Skip ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (268165 => 268166)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-10-08 00:59:36 UTC (rev 268165)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-10-08 01:35:31 UTC (rev 268166)
@@ -2238,3 +2238,5 @@
 imported/w3c/web-platform-tests/css/css-lists/list-style-type-string-004.html [ ImageOnlyFailure ]
 
 webkit.org/b/217414 [ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html [ Pass Failure ]
+
+webkit.org/b/217461 [ Mojave+ ] imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath.svg [ Skip ]

Added: trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath-expected.txt (0 => 268166)


--- trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/css/css-masking/clip-path/svg-clipPath-expected.txt	2020-10-08 01:35:31 UTC (rev 268166)
@@ -0,0 +1,7 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 0x0
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourceClipper {clipPath} [id="clip-path-ref-userSpaceOnUse-001"] [clipPathUnits=userSpaceOnUse]
+        RenderSVGRect {rect} at (50,50) size 150x100 [fill={[type=SOLID] [color=#000000]}] [x=50.00] [y=50.00] [width=150.00] [height=100.00]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to