Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/dom/nodes/Document-createElementNS.txt
Shannon Booth 642a2430a9 LibWeb/DOM: Properly extract local name and prefix from strict split
Previously we were taking the local name from everything after the
first ':', instead of second element of strictly splitting qualified
name.
2025-07-09 10:57:14 +02:00

601 lines
49 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Harness status: OK
Found 596 tests
596 Pass
Pass createElementNS test in HTML document: null,null,null
Pass createElementNS test in XML document: null,null,null
Pass createElementNS test in XHTML document: null,null,null
Pass createElementNS test in HTML document: null,undefined,null
Pass createElementNS test in XML document: null,undefined,null
Pass createElementNS test in XHTML document: null,undefined,null
Pass createElementNS test in HTML document: null,"foo",null
Pass createElementNS test in XML document: null,"foo",null
Pass createElementNS test in XHTML document: null,"foo",null
Pass createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"f1oo",null
Pass createElementNS test in XML document: null,"f1oo",null
Pass createElementNS test in XHTML document: null,"f1oo",null
Pass createElementNS test in HTML document: null,"foo1",null
Pass createElementNS test in XML document: null,"foo1",null
Pass createElementNS test in XHTML document: null,"foo1",null
Pass createElementNS test in HTML document: null,"ெfoo",null
Pass createElementNS test in XML document: null,"ெfoo",null
Pass createElementNS test in XHTML document: null,"ெfoo",null
Pass createElementNS test in HTML document: null,";foo",null
Pass createElementNS test in XML document: null,";foo",null
Pass createElementNS test in XHTML document: null,";foo",null
Pass createElementNS test in HTML document: null,"}foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"}foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"}foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"f}oo",null
Pass createElementNS test in XML document: null,"f}oo",null
Pass createElementNS test in XHTML document: null,"f}oo",null
Pass createElementNS test in HTML document: null,"foo}",null
Pass createElementNS test in XML document: null,"foo}",null
Pass createElementNS test in XHTML document: null,"foo}",null
Pass createElementNS test in HTML document: null,"\ufffffoo",null
Pass createElementNS test in XML document: null,"\ufffffoo",null
Pass createElementNS test in XHTML document: null,"\ufffffoo",null
Pass createElementNS test in HTML document: null,"f\uffffoo",null
Pass createElementNS test in XML document: null,"f\uffffoo",null
Pass createElementNS test in XHTML document: null,"f\uffffoo",null
Pass createElementNS test in HTML document: null,"foo\uffff",null
Pass createElementNS test in XML document: null,"foo\uffff",null
Pass createElementNS test in XHTML document: null,"foo\uffff",null
Pass createElementNS test in HTML document: null,"<foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"<foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"<foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"f<oo",null
Pass createElementNS test in XML document: null,"f<oo",null
Pass createElementNS test in XHTML document: null,"f<oo",null
Pass createElementNS test in HTML document: null,"^^","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"^^","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"^^","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"fo o","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"fo o","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"fo o","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"f:o:o","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"f:o:o","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"f:o:o","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,":","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,":","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,":","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"xml",null
Pass createElementNS test in XML document: null,"xml",null
Pass createElementNS test in XHTML document: null,"xml",null
Pass createElementNS test in HTML document: null,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,"xmlfoo",null
Pass createElementNS test in XML document: null,"xmlfoo",null
Pass createElementNS test in XHTML document: null,"xmlfoo",null
Pass createElementNS test in HTML document: null,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in HTML document: null,"null:xml","NAMESPACE_ERR"
Pass createElementNS test in XML document: null,"null:xml","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: null,"null:xml","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "",null,null
Pass createElementNS test in XML document: "",null,null
Pass createElementNS test in XHTML document: "",null,null
Pass createElementNS test in HTML document: "",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "","f:oo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "","f:oo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "","f:oo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,null,null
Pass createElementNS test in XML document: undefined,null,null
Pass createElementNS test in XHTML document: undefined,null,null
Pass createElementNS test in HTML document: undefined,undefined,null
Pass createElementNS test in XML document: undefined,undefined,null
Pass createElementNS test in XHTML document: undefined,undefined,null
Pass createElementNS test in HTML document: undefined,"foo",null
Pass createElementNS test in XML document: undefined,"foo",null
Pass createElementNS test in XHTML document: undefined,"foo",null
Pass createElementNS test in HTML document: undefined,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: undefined,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: undefined,"1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,"f1oo",null
Pass createElementNS test in XML document: undefined,"f1oo",null
Pass createElementNS test in XHTML document: undefined,"f1oo",null
Pass createElementNS test in HTML document: undefined,"foo1",null
Pass createElementNS test in XML document: undefined,"foo1",null
Pass createElementNS test in XHTML document: undefined,"foo1",null
Pass createElementNS test in HTML document: undefined,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: undefined,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: undefined,":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in XML document: undefined,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: undefined,"f:oo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: undefined,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: undefined,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: undefined,"foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,"f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: undefined,"f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: undefined,"f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,"xml",null
Pass createElementNS test in XML document: undefined,"xml",null
Pass createElementNS test in XHTML document: undefined,"xml",null
Pass createElementNS test in HTML document: undefined,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: undefined,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: undefined,"xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: undefined,"xmlfoo",null
Pass createElementNS test in XML document: undefined,"xmlfoo",null
Pass createElementNS test in XHTML document: undefined,"xmlfoo",null
Pass createElementNS test in HTML document: undefined,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: undefined,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: undefined,"xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: undefined,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: undefined,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: undefined,"xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: undefined,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XML document: undefined,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: undefined,"xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","foo",null
Pass createElementNS test in XML document: "http://example.com/","foo",null
Pass createElementNS test in XHTML document: "http://example.com/","foo",null
Pass createElementNS test in HTML document: "http://example.com/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","<foo>","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","fo<o",null
Pass createElementNS test in XML document: "http://example.com/","fo<o",null
Pass createElementNS test in XHTML document: "http://example.com/","fo<o",null
Pass createElementNS test in HTML document: "http://example.com/","-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","-foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/",".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/",".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/",".foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","f1oo",null
Pass createElementNS test in XML document: "http://example.com/","f1oo",null
Pass createElementNS test in XHTML document: "http://example.com/","f1oo",null
Pass createElementNS test in HTML document: "http://example.com/","foo1",null
Pass createElementNS test in XML document: "http://example.com/","foo1",null
Pass createElementNS test in XHTML document: "http://example.com/","foo1",null
Pass createElementNS test in HTML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","f:oo",null
Pass createElementNS test in XML document: "http://example.com/","f:oo",null
Pass createElementNS test in XHTML document: "http://example.com/","f:oo",null
Pass createElementNS test in HTML document: "http://example.com/","f:o:o",null
Pass createElementNS test in XML document: "http://example.com/","f:o:o",null
Pass createElementNS test in XHTML document: "http://example.com/","f:o:o",null
Pass createElementNS test in HTML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","a:0","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","0:a",null
Pass createElementNS test in XML document: "http://example.com/","0:a",null
Pass createElementNS test in XHTML document: "http://example.com/","0:a",null
Pass createElementNS test in HTML document: "http://example.com/","a:_",null
Pass createElementNS test in XML document: "http://example.com/","a:_",null
Pass createElementNS test in XHTML document: "http://example.com/","a:_",null
Pass createElementNS test in HTML document: "http://example.com/","a:ெ",null
Pass createElementNS test in XML document: "http://example.com/","a:ெ",null
Pass createElementNS test in XHTML document: "http://example.com/","a:ெ",null
Pass createElementNS test in HTML document: "http://example.com/","a:;",null
Pass createElementNS test in XML document: "http://example.com/","a:;",null
Pass createElementNS test in XHTML document: "http://example.com/","a:;",null
Pass createElementNS test in HTML document: "http://example.com/","a:̀",null
Pass createElementNS test in XML document: "http://example.com/","a:̀",null
Pass createElementNS test in XHTML document: "http://example.com/","a:̀",null
Pass createElementNS test in HTML document: "http://example.com/","ெ:a",null
Pass createElementNS test in XML document: "http://example.com/","ெ:a",null
Pass createElementNS test in XHTML document: "http://example.com/","ெ:a",null
Pass createElementNS test in HTML document: "http://example.com/","̀:a",null
Pass createElementNS test in XML document: "http://example.com/","̀:a",null
Pass createElementNS test in XHTML document: "http://example.com/","̀:a",null
Pass createElementNS test in HTML document: "http://example.com/",";:a",null
Pass createElementNS test in XML document: "http://example.com/",";:a",null
Pass createElementNS test in XHTML document: "http://example.com/",";:a",null
Pass createElementNS test in HTML document: "http://example.com/","a:aெ",null
Pass createElementNS test in XML document: "http://example.com/","a:aெ",null
Pass createElementNS test in XHTML document: "http://example.com/","a:aெ",null
Pass createElementNS test in HTML document: "http://example.com/","aெ:a",null
Pass createElementNS test in XML document: "http://example.com/","aெ:a",null
Pass createElementNS test in XHTML document: "http://example.com/","aெ:a",null
Pass createElementNS test in HTML document: "http://example.com/","xml:test","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://example.com/","xml:test","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","xml:test","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","xmlns:test","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://example.com/","xmlns:test","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","xmlns:test","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","test:xmlns",null
Pass createElementNS test in XML document: "http://example.com/","test:xmlns",null
Pass createElementNS test in XHTML document: "http://example.com/","test:xmlns",null
Pass createElementNS test in HTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://example.com/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","_:_",null
Pass createElementNS test in XML document: "http://example.com/","_:_",null
Pass createElementNS test in XHTML document: "http://example.com/","_:_",null
Pass createElementNS test in HTML document: "http://example.com/","_:h0",null
Pass createElementNS test in XML document: "http://example.com/","_:h0",null
Pass createElementNS test in XHTML document: "http://example.com/","_:h0",null
Pass createElementNS test in HTML document: "http://example.com/","_:test",null
Pass createElementNS test in XML document: "http://example.com/","_:test",null
Pass createElementNS test in XHTML document: "http://example.com/","_:test",null
Pass createElementNS test in HTML document: "http://example.com/","l_:_",null
Pass createElementNS test in XML document: "http://example.com/","l_:_",null
Pass createElementNS test in XHTML document: "http://example.com/","l_:_",null
Pass createElementNS test in HTML document: "http://example.com/","ns:_0",null
Pass createElementNS test in XML document: "http://example.com/","ns:_0",null
Pass createElementNS test in XHTML document: "http://example.com/","ns:_0",null
Pass createElementNS test in HTML document: "http://example.com/","ns:a0",null
Pass createElementNS test in XML document: "http://example.com/","ns:a0",null
Pass createElementNS test in XHTML document: "http://example.com/","ns:a0",null
Pass createElementNS test in HTML document: "http://example.com/","ns0:test",null
Pass createElementNS test in XML document: "http://example.com/","ns0:test",null
Pass createElementNS test in XHTML document: "http://example.com/","ns0:test",null
Pass createElementNS test in HTML document: "http://example.com/","a.b:c",null
Pass createElementNS test in XML document: "http://example.com/","a.b:c",null
Pass createElementNS test in XHTML document: "http://example.com/","a.b:c",null
Pass createElementNS test in HTML document: "http://example.com/","a-b:c",null
Pass createElementNS test in XML document: "http://example.com/","a-b:c",null
Pass createElementNS test in XHTML document: "http://example.com/","a-b:c",null
Pass createElementNS test in HTML document: "http://example.com/","xml",null
Pass createElementNS test in XML document: "http://example.com/","xml",null
Pass createElementNS test in XHTML document: "http://example.com/","xml",null
Pass createElementNS test in HTML document: "http://example.com/","XMLNS",null
Pass createElementNS test in XML document: "http://example.com/","XMLNS",null
Pass createElementNS test in XHTML document: "http://example.com/","XMLNS",null
Pass createElementNS test in HTML document: "http://example.com/","xmlfoo",null
Pass createElementNS test in XML document: "http://example.com/","xmlfoo",null
Pass createElementNS test in XHTML document: "http://example.com/","xmlfoo",null
Pass createElementNS test in HTML document: "http://example.com/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://example.com/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","XML:foo",null
Pass createElementNS test in XML document: "http://example.com/","XML:foo",null
Pass createElementNS test in XHTML document: "http://example.com/","XML:foo",null
Pass createElementNS test in HTML document: "http://example.com/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://example.com/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://example.com/","XMLNS:foo",null
Pass createElementNS test in XML document: "http://example.com/","XMLNS:foo",null
Pass createElementNS test in XHTML document: "http://example.com/","XMLNS:foo",null
Pass createElementNS test in HTML document: "http://example.com/","xmlfoo:bar",null
Pass createElementNS test in XML document: "http://example.com/","xmlfoo:bar",null
Pass createElementNS test in XHTML document: "http://example.com/","xmlfoo:bar",null
Pass createElementNS test in HTML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:{","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:{","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:{","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:}","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:}","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:}","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:~","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:~","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:~","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:'","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:'","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:'","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:!","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:!","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:!","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:@","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:@","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:@","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:#","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:#","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:#","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:$","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:$","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:$","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:%","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:%","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:%","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:^","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:^","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:^","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:&","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:&","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:&","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:*","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:*","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:*","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:(","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:(","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:(","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:)","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:)","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:)","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:+","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:+","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:+","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:=","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:=","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:=","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:[","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:[","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:[","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:]","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:]","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:]","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:\\","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:\\","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:\\","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:/","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:/","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:/","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:;","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:;","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:;","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:`","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:`","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:`","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:<","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:<","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:<","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:>","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:>","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:,","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:,","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:,","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:a ","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:a ","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:a ","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/","namespaceURI:\"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","namespaceURI:\"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","namespaceURI:\"","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "/","foo",null
Pass createElementNS test in XML document: "/","foo",null
Pass createElementNS test in XHTML document: "/","foo",null
Pass createElementNS test in HTML document: "/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "/","f1oo",null
Pass createElementNS test in XML document: "/","f1oo",null
Pass createElementNS test in XHTML document: "/","f1oo",null
Pass createElementNS test in HTML document: "/","foo1",null
Pass createElementNS test in XML document: "/","foo1",null
Pass createElementNS test in XHTML document: "/","foo1",null
Pass createElementNS test in HTML document: "/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "/","f:oo",null
Pass createElementNS test in XML document: "/","f:oo",null
Pass createElementNS test in XHTML document: "/","f:oo",null
Pass createElementNS test in HTML document: "/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "/","xml",null
Pass createElementNS test in XML document: "/","xml",null
Pass createElementNS test in XHTML document: "/","xml",null
Pass createElementNS test in HTML document: "/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: "/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "/","xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "/","xmlfoo",null
Pass createElementNS test in XML document: "/","xmlfoo",null
Pass createElementNS test in XHTML document: "/","xmlfoo",null
Pass createElementNS test in HTML document: "/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "/","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "/","xmlfoo:bar",null
Pass createElementNS test in XML document: "/","xmlfoo:bar",null
Pass createElementNS test in XHTML document: "/","xmlfoo:bar",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","foo",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","foo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","foo",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","f1oo",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","f1oo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","f1oo",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","foo1",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","foo1",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","foo1",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","f:oo",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","f:oo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","f:oo",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xml",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xml",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xml",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xmlfoo",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xmlfoo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xmlfoo",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xml:foo",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xml:foo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xml:foo",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar",null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespaces","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespaces","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespaces","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/xml/1998/namespace","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/xml/1998/namespace","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/xml/1998/namespace","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","f1oo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","f1oo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","f1oo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo1","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo1","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","foo1","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","f:oo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","f:oo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","f:oo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xml","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xml","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xmlns",null
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlns",null
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xmlns",null
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xmlfoo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlfoo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xmlfoo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xmlns:foo",null
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlns:foo",null
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xmlns:foo",null
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xmlfoo:bar","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo:xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo:xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","foo:xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "foo:","foo",null
Pass createElementNS test in XML document: "foo:","foo",null
Pass createElementNS test in XHTML document: "foo:","foo",null
Pass createElementNS test in HTML document: "foo:","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "foo:","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "foo:","1foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "foo:","f1oo",null
Pass createElementNS test in XML document: "foo:","f1oo",null
Pass createElementNS test in XHTML document: "foo:","f1oo",null
Pass createElementNS test in HTML document: "foo:","foo1",null
Pass createElementNS test in XML document: "foo:","foo1",null
Pass createElementNS test in XHTML document: "foo:","foo1",null
Pass createElementNS test in HTML document: "foo:",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "foo:",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "foo:",":foo","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "foo:","f:oo",null
Pass createElementNS test in XML document: "foo:","f:oo",null
Pass createElementNS test in XHTML document: "foo:","f:oo",null
Pass createElementNS test in HTML document: "foo:","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "foo:","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "foo:","foo:","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "foo:","xml",null
Pass createElementNS test in XML document: "foo:","xml",null
Pass createElementNS test in XHTML document: "foo:","xml",null
Pass createElementNS test in HTML document: "foo:","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XML document: "foo:","xmlns","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "foo:","xmlns","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "foo:","xmlfoo",null
Pass createElementNS test in XML document: "foo:","xmlfoo",null
Pass createElementNS test in XHTML document: "foo:","xmlfoo",null
Pass createElementNS test in HTML document: "foo:","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "foo:","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "foo:","xml:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "foo:","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XML document: "foo:","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "foo:","xmlns:foo","NAMESPACE_ERR"
Pass createElementNS test in HTML document: "foo:","xmlfoo:bar",null
Pass createElementNS test in XML document: "foo:","xmlfoo:bar",null
Pass createElementNS test in XHTML document: "foo:","xmlfoo:bar",null
Pass createElementNS test in HTML document: "","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "","","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: null,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: null,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: null,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: undefined,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: undefined,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: undefined,"","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://example.com/",null,null
Pass createElementNS test in XML document: "http://example.com/",null,null
Pass createElementNS test in XHTML document: "http://example.com/",null,null
Pass createElementNS test in HTML document: "http://example.com/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://example.com/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://example.com/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "/",null,null
Pass createElementNS test in XML document: "/",null,null
Pass createElementNS test in XHTML document: "/",null,null
Pass createElementNS test in HTML document: "/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace",null,null
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace",null,null
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace",null,null
Pass createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",null,"NAMESPACE_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",null,"NAMESPACE_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",null,"NAMESPACE_ERR"
Pass createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","","INVALID_CHARACTER_ERR"
Pass createElementNS test in HTML document: "foo:",null,null
Pass createElementNS test in XML document: "foo:",null,null
Pass createElementNS test in XHTML document: "foo:",null,null
Pass createElementNS test in HTML document: "foo:","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XML document: "foo:","","INVALID_CHARACTER_ERR"
Pass createElementNS test in XHTML document: "foo:","","INVALID_CHARACTER_ERR"
Pass Lower-case HTML element without a prefix
Pass Lower-case HTML element with a prefix
Pass Lower-case non-HTML element without a prefix
Pass Lower-case non-HTML element with a prefix
Pass Upper-case HTML element without a prefix
Pass Upper-case HTML element with a prefix
Pass Upper-case non-HTML element without a prefix
Pass Upper-case non-HTML element with a prefix
Pass null namespace
Pass undefined namespace
Pass empty string namespace