tor-browser

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

commit bb034c6c91f4144461be3853943e832eb6b40b63
parent a27489677d847b66d467240e7b986dae7688c9b8
Author: Sam Sneddon <gsnedders@apple.com>
Date:   Thu,  9 Oct 2025 16:28:18 +0000

Bug 1990960 [wpt PR 55078] - Update WEB_FEATURES for custom-elements/registries, a=testonly

Automatic update from web-platform-tests
Update WEB_FEATURES for custom-elements/registries

This adds valid-custom-element-names.html to the existing
autonomous-custom-elements feature, and then adds everything not in
the above to the scoped-custom-element-registries feature, as
practically it seems likely the majority of tests will continue to be
about it.

--

wpt-commits: bf86fe3f222e66d0547446ac7b44b3aad629e25c
wpt-pr: 55078

Diffstat:
Mtesting/web-platform/tests/custom-elements/registries/WEB_FEATURES.yml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/custom-elements/registries/WEB_FEATURES.yml b/testing/web-platform/tests/custom-elements/registries/WEB_FEATURES.yml @@ -4,6 +4,15 @@ features: - define.html - per-global.html - upgrade.html + - valid-custom-element-names.html - name: customized-built-in-elements files: - define-customized-builtins.html +- name: scoped-custom-element-registries + files: + - "*" + - "!define-customized-builtins.html" + - "!define.html" + - "!per-global.html" + - "!upgrade.html" + - "!valid-custom-element-names.html"