commit d4b686a5881622f0c2c171cdb8dfe24966e946ad parent a94536ff297e1052d122f6d48244ecaaba746578 Author: Stalgia Grigg <stalgia@bocoup.com> Date: Wed, 3 Dec 2025 14:43:17 +0000 Bug 2003475 [wpt PR 56382] - Map "system-color" web-feature, a=testonly Automatic update from web-platform-tests Map "system-color" web-feature (#56382) Feature: `system-color` Reference: https://github.com/web-platform-dx/web-features/blob/main/features/system-color.yml Notable exclusions 1. Color-scheme dependent gradient tests - Primary focus: color-scheme and gradients - `css/css-images/gradient/color-scheme-dependent-color-stops.html` - Tests how gradients respond to color-scheme changes, uses system colors as test infrastructure -- wpt-commits: 3f35fcd502aca444188e68c5993ab30648a5c35b wpt-pr: 56382 Diffstat:
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/CSS2/ui/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/ui/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: system-color + files: + - "system-colors-*" diff --git a/testing/web-platform/tests/css/css-color/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-color/WEB_FEATURES.yml @@ -34,3 +34,7 @@ features: - rgb-* - rgba-* - hex-* +- name: system-color + files: + - "deprecated-sameas-*" + - "system-color-*" diff --git a/testing/web-platform/tests/css/css-color/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-color/parsing/WEB_FEATURES.yml @@ -7,3 +7,6 @@ features: files: - "relative-*" - "*-relative-*" +- name: system-color + files: + - color-valid-system-color.html