Bug 225466 - [GLIB] imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors.html is failing after r277077
Summary: [GLIB] imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-co...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-06 09:54 PDT by Diego Pino
Modified: 2021-08-03 11:40 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2021-05-06 09:54:21 PDT
r277077 re-imported css-color WPT's tests. This test is failing in GTK and WPE ports:

imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors.html [ Failure ]

https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r277089%20%281596%29/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors-diff.txt

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors-actual.txt
@@ -1,3 +1,3 @@
 
-PASS Check that the system colors are properly affected by the color-scheme.
+FAIL Check that the system colors are properly affected by the color-scheme. assert_not_equals: got disallowed value "rgb(0, 0, 0)"

Results dashboard:

https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-color-adjust%2Frendering%2Fdark-color-scheme%2Fcolor-scheme-system-colors.html&platform=GTK&platform=WPE&platform=ios&platform=mac

This is a new test. The test is also failing in iOS, but passing in Mac.
Comment 1 Radar WebKit Bug Importer 2021-05-13 09:55:16 PDT
<rdar://problem/77970373>
Comment 2 Lauro Moura 2021-08-03 11:40:33 PDT
Passing consistently since 239730 added support for CSS color-schemes.