tor-browser

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

commit 11e54cd1b3d1c57c20767e5032ece38c6b4804ea
parent fdb97be043d89c37bbc0edd23ec97c3dfc11a877
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Wed,  8 Oct 2025 08:30:38 +0000

Bug 1992958 [wpt PR 55248] - Update wpt metadata, a=testonly

wpt-pr: 55248
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/custom-elements/registries/ShadowRoot-init-customElementRegistry.html.ini | 6++++++
Atesting/web-platform/meta/custom-elements/registries/ShadowRoot-init-declarative.html.ini | 6++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/custom-elements/registries/ShadowRoot-init-customElementRegistry.html.ini b/testing/web-platform/meta/custom-elements/registries/ShadowRoot-init-customElementRegistry.html.ini @@ -19,3 +19,9 @@ [attachShadow() should use the null registry when the shadow host uses null registry and customElementRegistry is null] expected: FAIL + + [attachShadow() should use the global registry when customElementRegistry is null (host uses global registry)] + expected: FAIL + + [attachShadow() should use the global registry when customElementRegistry is null (host uses custom registry)] + expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/registries/ShadowRoot-init-declarative.html.ini b/testing/web-platform/meta/custom-elements/registries/ShadowRoot-init-declarative.html.ini @@ -0,0 +1,6 @@ +[ShadowRoot-init-declarative.html] + [Custom element inside 'shadowrootcustomelementregistry' declarative shadow root] + expected: FAIL + + [Built-in element inside 'shadowrootcustomelementregistry' declarative shadow root] + expected: FAIL