Source code

Revision control

Copy as Markdown

Other Tools

[Document-createElement.html]
[createElement should use the specified scoped registry]
expected: FAIL
[createElement should create a builtin element regardless of a custom element registry specified]
expected: FAIL
[createElement should create an upgrade candidate when there is no matching definition in the specified registry]
expected: FAIL
[document.createElement should create a builtin element with null registry if customElementRegistry is set to null]
expected: FAIL
[document.createElement should create a custom element candidate with null registry if customElementRegistry is set to null]
expected: FAIL
[document.createElement should create a custom element candidate with null registry if customElementRegistry is set to null even if there is a custom element of the same name in the glboal registry]
expected: FAIL
[createElement should create an upgrade candidate and the candidate should be upgraded when the element is defined]
expected: FAIL
[createElement on a non-HTML document should still handle registries correctly]
expected: FAIL