Title: [271968] trunk/LayoutTests
Revision
271968
Author
wei...@apple.com
Date
2021-01-27 11:20:27 -0800 (Wed, 27 Jan 2021)

Log Message

[iOS] imported/w3c/web-platform-tests/css/css-color/system-color-compute.html is failing
https://bugs.webkit.org/show_bug.cgi?id=220947

Reviewed by Simon Fraser.

* platform/ios/imported/w3c/web-platform-tests/css/css-color: Added.
Add iOS specific result to account for different system colors.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (271967 => 271968)


--- trunk/LayoutTests/ChangeLog	2021-01-27 19:19:57 UTC (rev 271967)
+++ trunk/LayoutTests/ChangeLog	2021-01-27 19:20:27 UTC (rev 271968)
@@ -1,3 +1,13 @@
+2021-01-27  Sam Weinig  <wei...@apple.com>
+
+        [iOS] imported/w3c/web-platform-tests/css/css-color/system-color-compute.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=220947
+
+        Reviewed by Simon Fraser.
+
+        * platform/ios/imported/w3c/web-platform-tests/css/css-color: Added.
+        Add iOS specific result to account for different system colors.
+
 2021-01-27  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, reverting r271940.

Modified: trunk/LayoutTests/platform/ios/TestExpectations (271967 => 271968)


--- trunk/LayoutTests/platform/ios/TestExpectations	2021-01-27 19:19:57 UTC (rev 271967)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2021-01-27 19:20:27 UTC (rev 271968)
@@ -3484,5 +3484,3 @@
 
 webkit.org/b/219460 [ Release ] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-perfect-negotiation.https.html [ Pass Failure ]
 
-webkit.org/b/220947 imported/w3c/web-platform-tests/css/css-color/system-color-compute.html [ Failure ]
-

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt (0 => 271968)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt	2021-01-27 19:20:27 UTC (rev 271968)
@@ -0,0 +1,32 @@
+Parent
+Specified Child
+Inherit Child
+
+FAIL color-scheme property affects Menu system color keyword assert_not_equals: got disallowed value "rgb(192, 192, 192)"
+PASS System color computes to itself on color
+FAIL Inherited system color keyword is observable on color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on background-color
+FAIL Inherited system color keyword is observable on background-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on box-shadow
+FAIL Inherited system color keyword is observable on box-shadow document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on text-shadow
+FAIL Inherited system color keyword is observable on text-shadow document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on border-left-color
+FAIL Inherited system color keyword is observable on border-left-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on border-top-color
+FAIL Inherited system color keyword is observable on border-top-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on border-right-color
+FAIL Inherited system color keyword is observable on border-right-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on border-bottom-color
+FAIL Inherited system color keyword is observable on border-bottom-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on column-rule-color
+FAIL Inherited system color keyword is observable on column-rule-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on outline-color
+FAIL Inherited system color keyword is observable on outline-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on caret-color
+FAIL Inherited system color keyword is observable on caret-color document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on fill
+FAIL Inherited system color keyword is observable on fill document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+PASS System color computes to itself on stroke
+FAIL Inherited system color keyword is observable on stroke document.getElementById("inherited").computedStyleMap is not a function. (In 'document.getElementById("inherited").computedStyleMap()', 'document.getElementById("inherited").computedStyleMap' is undefined)
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to