Element-customElementRegistry.html.ini (1592B)
1 [Element-customElementRegistry.html] 2 [customElementRegistry on a newly constrcuted element should return window.customElements by default] 3 expected: FAIL 4 5 [customElementRegistry on an element inside a declarative shadow DOM should return window.customElements by default] 6 expected: FAIL 7 8 [customElementRegistry on an element inside a declarative shadow DOM with shadowrootcustomelementregistry should return null] 9 expected: FAIL 10 11 [customElementRegistry on a clone of a declarative shadow tree with shadowrootcustomelementregistry should return null] 12 expected: FAIL 13 14 [customElementRegistry on a clone of a declarative shadow tree with shadowrootcustomelementregistry should return the global registry after getting inserted into a document] 15 expected: FAIL 16 17 [customElementRegistry on an element inside a declarative shadow DOM with shadowrootcustomelementregistry should return the scoped registry after calling initialize] 18 expected: FAIL 19 20 [customElementRegistry on a builtin element created by calling createElement on CustomElementRegistry should return the registry] 21 expected: FAIL 22 23 [customElementRegistry on an upgarde candidate created by calling createElement on CustomElementRegistry should return the registry] 24 expected: FAIL 25 26 [customElementRegistry on an unknown element created by calling createElement on CustomElementRegistry should return the registry] 27 expected: FAIL 28 29 [customElementRegistry on a defined custom element created by calling createElement on CustomElementRegistry should return the registry] 30 expected: FAIL