commit 6ff130f3d5d4fcc41225326a457a177dbc97fc23 parent 73e78c697da8eb4c7a7792f7b3bfeda6f5f39555 Author: Stalgia Grigg <stalgia@bocoup.com> Date: Mon, 8 Dec 2025 12:25:59 +0000 Bug 2002704 [wpt PR 56320] - Map "supports" and "supports-compat" web-features, a=testonly Automatic update from web-platform-tests Map "supports" and "supports-compat" web-features (#56320) Feature: `supports` Reference: https://github.com/web-platform-dx/web-features/blob/main/features/supports.yml Feature: `supports-compat` Reference: https://github.com/web-platform-dx/web- features/blob/main/features/supports-compat.yml -- wpt-commits: b3b150312a4cd1108a7cf875e4b62c169c74c7d5 wpt-pr: 56320 Diffstat:
| A | testing/web-platform/tests/css/css-conditional/WEB_FEATURES.yml | | | 11 | +++++++++++ |
| A | testing/web-platform/tests/css/css-conditional/js/WEB_FEATURES.yml | | | 6 | ++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-conditional/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-conditional/WEB_FEATURES.yml @@ -0,0 +1,11 @@ +features: +- name: supports + files: + - "*" + - "!at-supports-selector-webkit-slider-thumb.tentative.html" + - "!at-supports-selector-003.html" +- name: supports-compat + files: + - at-supports-selector-webkit-slider-thumb.tentative.html + - at-supports-selector-003.html + diff --git a/testing/web-platform/tests/css/css-conditional/js/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-conditional/js/WEB_FEATURES.yml @@ -0,0 +1,6 @@ +features: +- name: supports + files: + - "CSS-supports-*.html" + - "supports-*.html" + - 001.html