haikuwebkit/LayoutTests/fast/custom-elements/document-createElementNS-ex...

7 lines
322 B
Plaintext

PASS document.createElement invoke a custom element constructor with no arguments
PASS document.createElementNS must create an instance of custom elements
PASS document.createElementNS must set the prefix after constructing a custom element
PASS document.createElementNS must use the element returned by the constructor