mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
d05496277e
commit
c915bf05fc
502 changed files with 10162 additions and 1657 deletions
21
tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
vendored
Normal file
21
tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[CustomElementRegistry-initialize.html]
|
||||
[initialize is a function on both global and scoped CustomElementRegistry]
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue