Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(906)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt

Issue 2841393003: createElementNS() should now throw only InvalidCharacterError, not NamespaceError (Closed)
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
deleted file mode 100644
index ee87e4e8c479f327439e5f77ee3e354d0f251bf2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
+++ /dev/null
@@ -1,585 +0,0 @@
-This is a testharness.js-based test.
-Found 581 tests; 515 PASS, 66 FAIL, 0 TIMEOUT, 0 NOTRUN.
-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","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","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: null,"f}oo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: null,"f}oo","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,"\ufffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: null,"\ufffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: null,"\ufffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in HTML document: null,"f\uffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: null,"f\uffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: null,"f\uffffoo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in HTML document: null,"foo\uffff","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: null,"foo\uffff","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: null,"foo\uffff","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","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: null,"f<oo","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: null,"f<oo","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: 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"
-FAIL createElementNS test in HTML document: null,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: null,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: null,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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"
-FAIL createElementNS test in HTML document: null,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: null,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: null,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in HTML document: null,"f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: null,"f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: null,"f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in HTML document: null,":","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: null,":","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: null,":","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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"
-FAIL createElementNS test in HTML document: "","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: undefined,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: undefined,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: undefined,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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"
-FAIL createElementNS test in HTML document: undefined,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: undefined,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: undefined,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in HTML document: undefined,"f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: undefined,"f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: undefined,"f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: "http://example.com/","fo<o","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: "http://example.com/","fo<o","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/",".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
-FAIL createElementNS test in HTML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://example.com/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "http://example.com/","f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://example.com/","f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://example.com/","f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in HTML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://example.com/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in HTML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://example.com/","f::oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('f::oo') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: "http://example.com/","0:a","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: "http://example.com/","0:a","INVALID_CHARACTER_ERR"
-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:ெ","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: "http://example.com/","a:ெ","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: "http://example.com/","a:ெ","INVALID_CHARACTER_ERR"
-PASS createElementNS test in HTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"
-PASS createElementNS test in XHTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"
-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
-FAIL createElementNS test in HTML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('prefix::local') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('prefix::local') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://example.com/","prefix::local","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('prefix::local') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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"
-FAIL createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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"
-FAIL createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "foo:",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "foo:",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "foo:",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-FAIL createElementNS test in HTML document: "foo:","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XML document: "foo:","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-FAIL createElementNS test in XHTML document: "foo:","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
-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
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698