tor-browser

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

commit 62758a91fe19c6550090641addf415042c563028
parent 60db6be561856dd0a89120c0544ca7ddcbe51e13
Author: Mx Corey Frang <gnarf37@gmail.com>
Date:   Thu,  8 Jan 2026 17:35:55 +0000

Bug 2002647 [wpt PR 56312] - Classify scoped-custom-element-registries, a=testonly

Automatic update from web-platform-tests
Classify scoped-custom-element-registries (#56312)

--

wpt-commits: 3d6511952f4211719ded974e753967d7d472cff8
wpt-pr: 56312

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

diff --git a/testing/web-platform/tests/custom-elements/WEB_FEATURES.yml b/testing/web-platform/tests/custom-elements/WEB_FEATURES.yml @@ -9,6 +9,8 @@ features: - "!Document-createElementNS-customized-builtins.html" - "!HTMLElement-constructor-customized-builtins.html" - "!pseudo-class-defined-customized-builtins.html" + # Exclude CustomElementRegistry. Keep in sync with below list. + - "!CustomElementRegistry*" - name: customized-built-in-elements files: # Keep in sync with above list. @@ -18,3 +20,7 @@ features: - Document-createElementNS-customized-builtins.html - HTMLElement-constructor-customized-builtins.html - pseudo-class-defined-customized-builtins.html +- name: scoped-custom-element-registries + files: + # Keep in sync with main list. + - "CustomElementRegistry*" +\ No newline at end of file