mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Automated downstream sync of changes from upstream as of 27-04-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
27 lines
809 B
INI
Vendored
27 lines
809 B
INI
Vendored
[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
|
|
|
|
[initialize works on Document]
|
|
expected: FAIL
|
|
|
|
[initialize works on DocumentFragment]
|
|
expected: FAIL
|