trisquel-icecat/icecat/testing/web-platform/meta/custom-elements/registries/CustomElementRegistry-initialize.html.ini
2025-10-06 02:35:48 -06:00

27 lines
809 B
INI

[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