tor-browser

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

commit 849f2bf3248d124d75f29c7cdfc6fd8d4783c9a0
parent 0618899bd2ddb8ec88a1de595f3d941e093c68c9
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Wed,  3 Dec 2025 14:41:17 +0000

Bug 2002616 [wpt PR 56309] - Map `style` and `style-attr` web-features, a=testonly

Automatic update from web-platform-tests
Map `style` and `style-attr` web-features (#56309)

* Map `style` web-feature

Feature: `style`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/style.yml

**Notable inclusions**
1. `html/semantics/the-style-element/tentative/*` - tentative feature CSS modules

**Notable exclusions**

1.`html/dom/elements/global-attributes/style-01.html` - The global `style` attribute, not `<style>` or `html.elements.style`

* Map `style-attr` web-feature

Feature: `style-attr`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/style-attr.yml
--

wpt-commits: e6f03b8dc3881d16306430294d64976f7e535407
wpt-pr: 56309

Diffstat:
Atesting/web-platform/tests/css/css-style-attr/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/dom/elements/global-attributes/WEB_FEATURES.yml | 4++++
Atesting/web-platform/tests/html/semantics/document-metadata/the-style-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/semantics/the-style-element/tentative/WEB_FEATURES.yml | 3+++
4 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-style-attr/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-style-attr/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: style-attr + files: "**" diff --git a/testing/web-platform/tests/html/dom/elements/global-attributes/WEB_FEATURES.yml b/testing/web-platform/tests/html/dom/elements/global-attributes/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: style-attr + files: + - style-01.html diff --git a/testing/web-platform/tests/html/semantics/document-metadata/the-style-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/document-metadata/the-style-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: style + files: "**" diff --git a/testing/web-platform/tests/html/semantics/the-style-element/tentative/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/the-style-element/tentative/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: style + files: "**"