Title: [275155] trunk/LayoutTests
Revision
275155
Author
[email protected]
Date
2021-03-28 19:44:29 -0700 (Sun, 28 Mar 2021)

Log Message

[GLIB] Unreviewed test gardening. Emit baseline for imported/w3c/web-platform-tests/css/css-color/system-color-compute.html

r271968 added a specific result for iOS to account for different system colors.
GLIB fails on the same test as iOS, so emiting a specific baseline is justified.

* platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (275154 => 275155)


--- trunk/LayoutTests/ChangeLog	2021-03-29 01:26:10 UTC (rev 275154)
+++ trunk/LayoutTests/ChangeLog	2021-03-29 02:44:29 UTC (rev 275155)
@@ -1,3 +1,12 @@
+2021-03-28  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Emit baseline for imported/w3c/web-platform-tests/css/css-color/system-color-compute.html
+
+        r271968 added a specific result for iOS to account for different system colors.
+        GLIB fails on the same test as iOS, so emiting a specific baseline is justified.
+
+        * platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt: Added.
+
 2021-03-28  Youenn Fablet  <[email protected]>
 
         Use-after-move in UserMediaPermissionRequestManagerProxy::checkUserMediaPermissionForSpeechRecognition

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


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt	2021-03-29 02:44:29 UTC (rev 275155)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to