CustomElementRegistry-initialize.html.ini (809B)
1 [CustomElementRegistry-initialize.html] 2 [initialize is a function on both global and scoped CustomElementRegistry] 3 expected: FAIL 4 5 [initialize sets element.customElementRegistry to the global registry] 6 expected: FAIL 7 8 [initialize does not set the registry of nested shadow tree to the global registry] 9 expected: FAIL 10 11 [initialize sets element.customElementRegistry to a scoped registry] 12 expected: FAIL 13 14 [initialize does not set the registry of nested shadow tree to a scoped registry] 15 expected: FAIL 16 17 [initialize sets element.customElementRegistry permantently] 18 expected: FAIL 19 20 [initialize is no-op on a subtree with a non-null registry] 21 expected: FAIL 22 23 [initialize works on Document] 24 expected: FAIL 25 26 [initialize works on DocumentFragment] 27 expected: FAIL