commit 8676ef3c063028a287b83621d0e5e1392afe6cd3 parent 2e38ebd936fc51fe8733e84e922acda48e7ab196 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Thu, 20 Nov 2025 11:09:39 +0000 Bug 2001015 [wpt PR 56108] - Update wpt metadata, a=testonly wpt-pr: 56108 wpt-type: metadata Diffstat:
4 files changed, 84 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 global 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 diff --git a/testing/web-platform/meta/custom-elements/registries/scoped-custom-element-registry-customelementregistry-attribute-in-xhtml.xhtml.ini b/testing/web-platform/meta/custom-elements/registries/scoped-custom-element-registry-customelementregistry-attribute-in-xhtml.xhtml.ini @@ -0,0 +1,12 @@ +[scoped-custom-element-registry-customelementregistry-attribute-in-xhtml.xhtml] + [XHTML parser should create a custom element candidate with null registry if customelementregistry is set] + expected: FAIL + + [XHTML parser should create a defined custom element with null registry if customelementregistry is set] + expected: FAIL + + [XHTML fragment parser should create a custom element candidate with null registry if customelementregistry is set] + expected: FAIL + + [XHTML fragment parser should create a defined custom element with null registry if customelementregistry is set] + 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 @@ -0,0 +1,48 @@ +[scoped-custom-element-registry-customelementregistry-attribute.html] + [HTML parser should create a builtin element with null registry if customelementregistry is set] + expected: FAIL + + [document.createElement should create a builtin element with null registry if customElement is set to null] + expected: FAIL + + [attchShadow on a builtin element with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL + + [Setting customelementregistry content attribute after a builtin element had finishsed parsing should not set null registry] + expected: FAIL + + [Cloning a builtin element with null regsitry should create an element with null registry] + expected: FAIL + + [HTML parser should create a custom element candidate with null registry if customelementregistry is set] + expected: FAIL + + [document.createElement should create a custom element candidate with null registry if customElement is set to null] + expected: FAIL + + [attchShadow on a custom element candidate with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL + + [Setting customelementregistry content attribute after a custom element candidate had finishsed parsing should not set null registry] + expected: FAIL + + [Cloning a custom element candidate with null regsitry should create an element with null registry] + expected: FAIL + + [HTML parser should create a custom element with null registry if customelementregistry is set] + expected: FAIL + + [document.createElement should create a custom element with null registry if customElement is set to null] + expected: FAIL + + [attchShadow on a custom element with null customElementRegistry should create a ShadowRoot with null registry] + expected: FAIL + + [Setting customelementregistry content attribute after a custom element had finishsed parsing should not set null registry] + expected: FAIL + + [Cloning a custom element with null regsitry should create an element with 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 @@ -0,0 +1,18 @@ +[scoped-registry-append-does-not-upgrade.html] + [customElementRegistry of an upgrade candidate created in a document without a browsing context uses null regsitry by default] + expected: FAIL + + [Connecting a custom element candiate in a shadow root with a scoped custom element registry has null registry by default] + expected: FAIL + + [Connecting a custom element candiate with null registry does not set the registry] + expected: FAIL + + [Connecting a custom element candiate with a scoped custom element registry does not change the registry] + expected: FAIL + + [Inserting a custom element candiate with null registry does not change the registry] + expected: FAIL + + [Inserting the shadow host of a shadow root with a scoped custom element registry does not change the registry] + expected: FAIL