Sync WPT with upstream (20-04-2025) (#36618)

Automated downstream sync of changes from upstream as of 20-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-20 03:47:50 +02:00 committed by GitHub
parent d05496277e
commit c915bf05fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
502 changed files with 10162 additions and 1657 deletions

View file

@ -1,4 +1,4 @@
[Construct.tentative.html]
[Construct.html]
[A constructor with only a scoped custom element registry definition should fail upon construction]
expected: FAIL

View file

@ -1,4 +1,4 @@
[CustomElementRegistry-define.tentative.html]
[CustomElementRegistry-define.html]
[Create a CustomElementRegistry not identically equal to window.customElements]
expected: FAIL

View file

@ -1,30 +1,21 @@
[CustomElementRegistry-initialize.tentative.html]
[CustomElementRegistry-initialize.html]
[initialize is a function on both global and scoped CustomElementRegistry]
expected: FAIL
[initialize sets element.customElements to the global registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to the global registry]
expected: FAIL
[initialize sets element.customElements to a scoped registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to a scoped registry]
expected: FAIL
[initialize sets element.customElements permantently]
expected: FAIL
[initialize is no-op on a subtree with a non-null registry]
expected: FAIL
[initialize sets element.customElementRegistry to the global registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to the global registry]
expected: FAIL
[initialize sets element.customElementRegistry to a scoped registry]
expected: FAIL
[initialize does not set the registry of nested shadow tree to a scoped registry]
expected: FAIL
[initialize sets element.customElementRegistry permantently]
expected: FAIL
[initialize is no-op on a subtree with a non-null registry]
expected: FAIL

View file

@ -1,4 +1,4 @@
[CustomElementRegistry-multi-register.tentative.html]
[CustomElementRegistry-multi-register.html]
[Same constructor can be registered to different registries]
expected: FAIL

View file

@ -1,4 +1,4 @@
[CustomElementRegistry-upgrade.tentative.html]
[CustomElementRegistry-upgrade.html]
[upgrade is a function on both global and scoped CustomElementRegistry]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Document-createElement.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Document-createElementNS.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Document-importNode.html]
expected: ERROR

View file

@ -1,4 +1,4 @@
[Element-customElementRegistry-exceptions.tentative.html]
[Element-customElementRegistry-exceptions.html]
[customElementRegistry on a failed custom element created by calling createElement on CustomElementRegistry should return the registry]
expected: FAIL

View file

@ -1,4 +1,4 @@
[Element-customElementRegistry.tentative.html]
[Element-customElementRegistry.html]
[customElementRegistry on a newly constrcuted element should return window.customElements by default]
expected: FAIL

View file

@ -1,4 +1,4 @@
[Element-innerHTML.tentative.html]
[Element-innerHTML.html]
[innerHTML on a disconnected element should use the scoped registry it was created with]
expected: FAIL

View file

@ -1,4 +1,4 @@
[ShadowRoot-init-customElementRegistry.tentative.html]
[ShadowRoot-init-customElementRegistry.html]
[A newly attached disconnected ShadowRoot should use the global registry by default]
expected: FAIL

View file

@ -1,4 +1,4 @@
[ShadowRoot-innerHTML.tentative.html]
[ShadowRoot-innerHTML.html]
[innerHTML on a shadow root should use the scoped registry]
expected: FAIL

View file

@ -1,4 +1,4 @@
[constructor-reentry-with-different-definition.tentative.html]
[constructor-reentry-with-different-definition.html]
[Re-entry via upgrade before calling super()]
expected: FAIL

View file

@ -1,3 +1,3 @@
[initial-about-blank.tentative.window.html]
[initial-about-blank.window.html]
[Each navigable document has its own registry]
expected: FAIL

View file

@ -0,0 +1,9 @@
[pseudo-class-defined.window.html]
["uncustomized" :defined doesn't care about your registry']
expected: FAIL
["custom" :defined doesn't care about your registry]
expected: FAIL
[pseudo-class-defined]
expected: FAIL

View file

@ -1,4 +1,4 @@
[scoped-registry-define-upgrade-criteria.tentative.html]
[scoped-registry-define-upgrade-criteria.html]
[Adding definition to global registry should not affect shadow roots using scoped registry]
expected: FAIL

View file

@ -1,4 +1,4 @@
[scoped-registry-define-upgrade-order.tentative.html]
[scoped-registry-define-upgrade-order.html]
[Upgrade in tree order in the same tree scope]
expected: FAIL

View file

@ -1,4 +1,4 @@
[scoped-registry-registry-define-get-etc.tentative.html]
[scoped-registry-registry-define-get-etc.html]
[Custom element registries with a registered custom element return the class in their get method, and the name in their getName method]
expected: FAIL

View file

@ -1,5 +1,5 @@
[template.tentative.window.html]
[shadowRootCustomElements reflects as string]
[template.window.html]
[shadowRootCustomElementRegistry reflects as string]
expected: FAIL
[Serializing a ShadowRoot with a null registry]
@ -7,6 +7,3 @@
[Serializing a ShadowRoot with a registry that differs from its host]
expected: FAIL
[shadowRootCustomElementRegistry reflects as string]
expected: FAIL

View file

@ -1,2 +0,0 @@
[Document-createElement.tentative.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[Document-createElementNS.tentative.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[Document-importNode.tentative.html]
expected: ERROR

View file

@ -0,0 +1,42 @@
[idlharness.tentative.window.html]
[idl_test setup]
expected: FAIL
[idl_test validation]
expected: FAIL
[Partial interface CustomElementRegistry: member names are unique]
expected: FAIL
[Partial interface HTMLTemplateElement: member names are unique]
expected: FAIL
[Partial interface Element: member names are unique]
expected: FAIL
[Partial dictionary ShadowRootInit: member names are unique]
expected: FAIL
[Partial dictionary ElementCreationOptions: member names are unique]
expected: FAIL
[Document includes DocumentOrShadowRoot: member names are unique]
expected: FAIL
[ShadowRoot includes DocumentOrShadowRoot: member names are unique]
expected: FAIL
[HTMLTemplateElement interface: attribute shadowRootCustomElementRegistry]
expected: FAIL
[CustomElementRegistry interface: operation initialize(Node)]
expected: FAIL
[Document interface: attribute customElementRegistry]
expected: FAIL
[ShadowRoot interface: attribute customElementRegistry]
expected: FAIL
[Element interface: attribute customElementRegistry]
expected: FAIL