commit 811fc0cb458c6ef712a044a04bf53028e10e8f38 parent afe678d36eacd9ad42cf50cfe29a9a16e3ac05c3 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Sat, 22 Nov 2025 06:37:12 +0000 Bug 2001522 [wpt PR 56176] - Update wpt metadata, a=testonly wpt-pr: 56176 wpt-type: metadata Diffstat:
3 files changed, 21 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,18 @@ [attachShadow() should use null registry when customElementRegistry is null (host uses custom registry)] expected: FAIL + + [attachShadow() should use null registry when customElementRegistry is null (host uses global registry)] + expected: FAIL + + [attachShadow() should use null registry when customElementRegistry is null (host uses custom registry)] + expected: FAIL + + [attchShadow on a builtin element with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL + + [attchShadow on a custom elememnt candidate with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL + + [attchShadow on a custom elememnt with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/registries/scoped-custom-element-registry-customelementregistry-attribute.html.ini b/testing/web-platform/meta/custom-elements/registries/scoped-custom-element-registry-customelementregistry-attribute.html.ini @@ -44,5 +44,8 @@ [Cloning a custom element with null regsitry should create an element with null registry] expected: FAIL + [Descendants of an element with customelementregistry should use null registry] + expected: FAIL + [Setting customelementregistry content attribute during constructor should not make it use null registry] expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/registries/scoped-registry-append-does-not-upgrade.html.ini b/testing/web-platform/meta/custom-elements/registries/scoped-registry-append-does-not-upgrade.html.ini @@ -16,3 +16,6 @@ [Inserting the shadow host of a shadow root with a scoped custom element registry does not change the registry] expected: FAIL + + [Inserting a node from another document results in the custom element registry to be set and upgraded.] + expected: FAIL