tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3cb2f99b349f9c53c1f86057b02cf358618b9e9f
parent 07bb7653ea69e98231b1e94b25fdfc5c95a2bf47
Author: jugglinmike <mike@mikepennisi.com>
Date:   Sat, 20 Dec 2025 20:57:19 +0000

Bug 2006983 [wpt PR 56865] - Map "HSL" to web-features, a=testonly

Automatic update from web-platform-tests
Map "HSL" to web-features (#56865)

--

wpt-commits: 625ef97a130f31018d67df940426b84001c5bfc2
wpt-pr: 56865

Diffstat:
Mtesting/web-platform/tests/css/css-color/WEB_FEATURES.yml | 7+++++++
Mtesting/web-platform/tests/css/css-color/parsing/WEB_FEATURES.yml | 5+++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-color/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-color/WEB_FEATURES.yml @@ -41,3 +41,10 @@ features: - name: contrast-color files: - contrast-color-001.html +- name: hsl + files: + - background-color-hsl-* + - hsl-* + - hsla-* + - t424-hsl-* + - t425-hsla-* 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 @@ -13,3 +13,8 @@ features: - name: contrast-color files: - color-*-contrast-color-function.html +- name: hsl + files: + - color-computed-hsl.html + - color-invalid-hsl.html + - color-valid-hsl.html