servo/tests/wpt/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
Servo WPT Sync e22ce3988b
Sync WPT with upstream (27-04-2025) (#36708)
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>
2025-04-27 02:05:07 +00:00

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