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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 581 tests; 515 PASS, 66 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS createElementNS test in HTML document: null,null,null
4 PASS createElementNS test in XML document: null,null,null
5 PASS createElementNS test in XHTML document: null,null,null
6 PASS createElementNS test in HTML document: null,undefined,null
7 PASS createElementNS test in XML document: null,undefined,null
8 PASS createElementNS test in XHTML document: null,undefined,null
9 PASS createElementNS test in HTML document: null,"foo",null
10 PASS createElementNS test in XML document: null,"foo",null
11 PASS createElementNS test in XHTML document: null,"foo",null
12 PASS createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR"
13 PASS createElementNS test in XML document: null,"1foo","INVALID_CHARACTER_ERR"
14 PASS createElementNS test in XHTML document: null,"1foo","INVALID_CHARACTER_ERR"
15 PASS createElementNS test in HTML document: null,"f1oo",null
16 PASS createElementNS test in XML document: null,"f1oo",null
17 PASS createElementNS test in XHTML document: null,"f1oo",null
18 PASS createElementNS test in HTML document: null,"foo1",null
19 PASS createElementNS test in XML document: null,"foo1",null
20 PASS createElementNS test in XHTML document: null,"foo1",null
21 PASS createElementNS test in HTML document: null,"ெfoo","INVALID_CHARACTER_ERR"
22 PASS createElementNS test in XML document: null,"ெfoo","INVALID_CHARACTER_ERR"
23 PASS createElementNS test in XHTML document: null,"ெfoo","INVALID_CHARACTER_ERR"
24 PASS createElementNS test in HTML document: null,"}foo","INVALID_CHARACTER_ERR"
25 PASS createElementNS test in XML document: null,"}foo","INVALID_CHARACTER_ERR"
26 PASS createElementNS test in XHTML document: null,"}foo","INVALID_CHARACTER_ERR"
27 PASS createElementNS test in HTML document: null,"f}oo","INVALID_CHARACTER_ERR"
28 PASS createElementNS test in XML document: null,"f}oo","INVALID_CHARACTER_ERR"
29 PASS createElementNS test in XHTML document: null,"f}oo","INVALID_CHARACTER_ERR"
30 PASS createElementNS test in HTML document: null,"foo}","INVALID_CHARACTER_ERR"
31 PASS createElementNS test in XML document: null,"foo}","INVALID_CHARACTER_ERR"
32 PASS createElementNS test in XHTML document: null,"foo}","INVALID_CHARACTER_ERR"
33 PASS createElementNS test in HTML document: null,"\ufffffoo","INVALID_CHARACTER_ ERR"
34 PASS createElementNS test in XML document: null,"\ufffffoo","INVALID_CHARACTER_E RR"
35 PASS createElementNS test in XHTML document: null,"\ufffffoo","INVALID_CHARACTER _ERR"
36 PASS createElementNS test in HTML document: null,"f\uffffoo","INVALID_CHARACTER_ ERR"
37 PASS createElementNS test in XML document: null,"f\uffffoo","INVALID_CHARACTER_E RR"
38 PASS createElementNS test in XHTML document: null,"f\uffffoo","INVALID_CHARACTER _ERR"
39 PASS createElementNS test in HTML document: null,"foo\uffff","INVALID_CHARACTER_ ERR"
40 PASS createElementNS test in XML document: null,"foo\uffff","INVALID_CHARACTER_E RR"
41 PASS createElementNS test in XHTML document: null,"foo\uffff","INVALID_CHARACTER _ERR"
42 PASS createElementNS test in HTML document: null,"<foo","INVALID_CHARACTER_ERR"
43 PASS createElementNS test in XML document: null,"<foo","INVALID_CHARACTER_ERR"
44 PASS createElementNS test in XHTML document: null,"<foo","INVALID_CHARACTER_ERR"
45 PASS createElementNS test in HTML document: null,"foo>","INVALID_CHARACTER_ERR"
46 PASS createElementNS test in XML document: null,"foo>","INVALID_CHARACTER_ERR"
47 PASS createElementNS test in XHTML document: null,"foo>","INVALID_CHARACTER_ERR"
48 PASS createElementNS test in HTML document: null,"<foo>","INVALID_CHARACTER_ERR"
49 PASS createElementNS test in XML document: null,"<foo>","INVALID_CHARACTER_ERR"
50 PASS createElementNS test in XHTML document: null,"<foo>","INVALID_CHARACTER_ERR "
51 PASS createElementNS test in HTML document: null,"f<oo","INVALID_CHARACTER_ERR"
52 PASS createElementNS test in XML document: null,"f<oo","INVALID_CHARACTER_ERR"
53 PASS createElementNS test in XHTML document: null,"f<oo","INVALID_CHARACTER_ERR"
54 PASS createElementNS test in HTML document: null,"^^","INVALID_CHARACTER_ERR"
55 PASS createElementNS test in XML document: null,"^^","INVALID_CHARACTER_ERR"
56 PASS createElementNS test in XHTML document: null,"^^","INVALID_CHARACTER_ERR"
57 PASS createElementNS test in HTML document: null,"fo o","INVALID_CHARACTER_ERR"
58 PASS createElementNS test in XML document: null,"fo o","INVALID_CHARACTER_ERR"
59 PASS createElementNS test in XHTML document: null,"fo o","INVALID_CHARACTER_ERR"
60 PASS createElementNS test in HTML document: null,"-foo","INVALID_CHARACTER_ERR"
61 PASS createElementNS test in XML document: null,"-foo","INVALID_CHARACTER_ERR"
62 PASS createElementNS test in XHTML document: null,"-foo","INVALID_CHARACTER_ERR"
63 PASS createElementNS test in HTML document: null,".foo","INVALID_CHARACTER_ERR"
64 PASS createElementNS test in XML document: null,".foo","INVALID_CHARACTER_ERR"
65 PASS createElementNS test in XHTML document: null,".foo","INVALID_CHARACTER_ERR"
66 FAIL createElementNS test in HTML document: null,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedN ame) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Do cument': The qualified name provided (':foo') has an empty namespace prefix." th at is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
67 FAIL createElementNS test in XML document: null,":foo","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided (':foo') has an empty namespace prefix." tha t is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, e xpected 5
68 FAIL createElementNS test in XHTML document: null,":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualified Name) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'D ocument': The qualified name provided (':foo') has an empty namespace prefix." t hat is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
69 PASS createElementNS test in HTML document: null,"f:oo","NAMESPACE_ERR"
70 PASS createElementNS test in XML document: null,"f:oo","NAMESPACE_ERR"
71 PASS createElementNS test in XHTML document: null,"f:oo","NAMESPACE_ERR"
72 FAIL createElementNS test in HTML document: null,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedN ame) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Do cument': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expect ed 5
73 FAIL createElementNS test in XML document: null,"foo:","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided ('foo:') has an empty local name." that is n ot a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expecte d 5
74 FAIL createElementNS test in XHTML document: null,"foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualified Name) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'D ocument': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expec ted 5
75 FAIL createElementNS test in HTML document: null,"f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualified Name) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'D ocument': The qualified name provided ('f:o:o') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, exp ected 5
76 FAIL createElementNS test in XML document: null,"f:o:o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedN ame) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Do cument': The qualified name provided ('f:o:o') contains multiple colons." that i s not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expe cted 5
77 FAIL createElementNS test in XHTML document: null,"f:o:o","INVALID_CHARACTER_ERR " assert_throws: function "function () { doc.createElementNS(namespace, qualifie dName) }" 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, ex pected 5
78 FAIL createElementNS test in HTML document: null,":","INVALID_CHARACTER_ERR" ass ert_throws: function "function () { doc.createElementNS(namespace, qualifiedName ) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docum ent': The qualified name provided (':') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expect ed 5
79 FAIL createElementNS test in XML document: null,":","INVALID_CHARACTER_ERR" asse rt_throws: function "function () { doc.createElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docume nt': The qualified name provided (':') has an empty namespace prefix." that is n ot a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expecte d 5
80 FAIL createElementNS test in XHTML document: null,":","INVALID_CHARACTER_ERR" as sert_throws: function "function () { doc.createElementNS(namespace, qualifiedNam e) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docu ment': The qualified name provided (':') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expec ted 5
81 PASS createElementNS test in HTML document: null,"xml",null
82 PASS createElementNS test in XML document: null,"xml",null
83 PASS createElementNS test in XHTML document: null,"xml",null
84 PASS createElementNS test in HTML document: null,"xmlns","NAMESPACE_ERR"
85 PASS createElementNS test in XML document: null,"xmlns","NAMESPACE_ERR"
86 PASS createElementNS test in XHTML document: null,"xmlns","NAMESPACE_ERR"
87 PASS createElementNS test in HTML document: null,"xmlfoo",null
88 PASS createElementNS test in XML document: null,"xmlfoo",null
89 PASS createElementNS test in XHTML document: null,"xmlfoo",null
90 PASS createElementNS test in HTML document: null,"xml:foo","NAMESPACE_ERR"
91 PASS createElementNS test in XML document: null,"xml:foo","NAMESPACE_ERR"
92 PASS createElementNS test in XHTML document: null,"xml:foo","NAMESPACE_ERR"
93 PASS createElementNS test in HTML document: null,"xmlns:foo","NAMESPACE_ERR"
94 PASS createElementNS test in XML document: null,"xmlns:foo","NAMESPACE_ERR"
95 PASS createElementNS test in XHTML document: null,"xmlns:foo","NAMESPACE_ERR"
96 PASS createElementNS test in HTML document: null,"xmlfoo:bar","NAMESPACE_ERR"
97 PASS createElementNS test in XML document: null,"xmlfoo:bar","NAMESPACE_ERR"
98 PASS createElementNS test in XHTML document: null,"xmlfoo:bar","NAMESPACE_ERR"
99 PASS createElementNS test in HTML document: null,"null:xml","NAMESPACE_ERR"
100 PASS createElementNS test in XML document: null,"null:xml","NAMESPACE_ERR"
101 PASS createElementNS test in XHTML document: null,"null:xml","NAMESPACE_ERR"
102 PASS createElementNS test in HTML document: "",null,null
103 PASS createElementNS test in XML document: "",null,null
104 PASS createElementNS test in XHTML document: "",null,null
105 FAIL createElementNS test in HTML document: "",":foo","INVALID_CHARACTER_ERR" as sert_throws: function "function () { doc.createElementNS(namespace, qualifiedNam e) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docu ment': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, ex pected 5
106 FAIL createElementNS test in XML document: "",":foo","INVALID_CHARACTER_ERR" ass ert_throws: function "function () { doc.createElementNS(namespace, qualifiedName ) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docum ent': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, exp ected 5
107 FAIL createElementNS test in XHTML document: "",":foo","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided (':foo') has an empty namespace prefix." tha t is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, e xpected 5
108 PASS createElementNS test in HTML document: "","f:oo","NAMESPACE_ERR"
109 PASS createElementNS test in XML document: "","f:oo","NAMESPACE_ERR"
110 PASS createElementNS test in XHTML document: "","f:oo","NAMESPACE_ERR"
111 FAIL createElementNS test in HTML document: "","foo:","INVALID_CHARACTER_ERR" as sert_throws: function "function () { doc.createElementNS(namespace, qualifiedNam e) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docu ment': The qualified name provided ('foo:') has an empty local name." that is no t a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
112 FAIL createElementNS test in XML document: "","foo:","INVALID_CHARACTER_ERR" ass ert_throws: function "function () { doc.createElementNS(namespace, qualifiedName ) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docum ent': 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
113 FAIL createElementNS test in XHTML document: "","foo:","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided ('foo:') has an empty local name." that is n ot a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expecte d 5
114 PASS createElementNS test in HTML document: undefined,null,null
115 PASS createElementNS test in XML document: undefined,null,null
116 PASS createElementNS test in XHTML document: undefined,null,null
117 PASS createElementNS test in HTML document: undefined,undefined,null
118 PASS createElementNS test in XML document: undefined,undefined,null
119 PASS createElementNS test in XHTML document: undefined,undefined,null
120 PASS createElementNS test in HTML document: undefined,"foo",null
121 PASS createElementNS test in XML document: undefined,"foo",null
122 PASS createElementNS test in XHTML document: undefined,"foo",null
123 PASS createElementNS test in HTML document: undefined,"1foo","INVALID_CHARACTER_ ERR"
124 PASS createElementNS test in XML document: undefined,"1foo","INVALID_CHARACTER_E RR"
125 PASS createElementNS test in XHTML document: undefined,"1foo","INVALID_CHARACTER _ERR"
126 PASS createElementNS test in HTML document: undefined,"f1oo",null
127 PASS createElementNS test in XML document: undefined,"f1oo",null
128 PASS createElementNS test in XHTML document: undefined,"f1oo",null
129 PASS createElementNS test in HTML document: undefined,"foo1",null
130 PASS createElementNS test in XML document: undefined,"foo1",null
131 PASS createElementNS test in XHTML document: undefined,"foo1",null
132 FAIL createElementNS test in HTML document: undefined,":foo","INVALID_CHARACTER_ ERR" assert_throws: function "function () { doc.createElementNS(namespace, quali fiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' o n '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
133 FAIL createElementNS test in XML document: undefined,":foo","INVALID_CHARACTER_E RR" assert_throws: function "function () { doc.createElementNS(namespace, qualif iedName) }" 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
134 FAIL createElementNS test in XHTML document: undefined,":foo","INVALID_CHARACTER _ERR" assert_throws: function "function () { doc.createElementNS(namespace, qual ifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefi x." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal t o 14, expected 5
135 PASS createElementNS test in HTML document: undefined,"f:oo","NAMESPACE_ERR"
136 PASS createElementNS test in XML document: undefined,"f:oo","NAMESPACE_ERR"
137 PASS createElementNS test in XHTML document: undefined,"f:oo","NAMESPACE_ERR"
138 FAIL createElementNS test in HTML document: undefined,"foo:","INVALID_CHARACTER_ ERR" assert_throws: function "function () { doc.createElementNS(namespace, quali fiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' o n 'Document': The qualified name provided ('foo:') has an empty local name." tha t is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, e xpected 5
139 FAIL createElementNS test in XML document: undefined,"foo:","INVALID_CHARACTER_E RR" assert_throws: function "function () { doc.createElementNS(namespace, qualif iedName) }" 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, ex pected 5
140 FAIL createElementNS test in XHTML document: undefined,"foo:","INVALID_CHARACTER _ERR" assert_throws: function "function () { doc.createElementNS(namespace, qual ifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." th at is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
141 FAIL createElementNS test in HTML document: undefined,"f::oo","INVALID_CHARACTER _ERR" assert_throws: function "function () { doc.createElementNS(namespace, qual ifiedName) }" 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
142 FAIL createElementNS test in XML document: undefined,"f::oo","INVALID_CHARACTER_ ERR" assert_throws: function "function () { doc.createElementNS(namespace, quali fiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' o n 'Document': The qualified name provided ('f::oo') contains multiple colons." t hat is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
143 FAIL createElementNS test in XHTML document: undefined,"f::oo","INVALID_CHARACTE R_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qua lifiedName) }" 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 1 4, expected 5
144 PASS createElementNS test in HTML document: undefined,"xml",null
145 PASS createElementNS test in XML document: undefined,"xml",null
146 PASS createElementNS test in XHTML document: undefined,"xml",null
147 PASS createElementNS test in HTML document: undefined,"xmlns","NAMESPACE_ERR"
148 PASS createElementNS test in XML document: undefined,"xmlns","NAMESPACE_ERR"
149 PASS createElementNS test in XHTML document: undefined,"xmlns","NAMESPACE_ERR"
150 PASS createElementNS test in HTML document: undefined,"xmlfoo",null
151 PASS createElementNS test in XML document: undefined,"xmlfoo",null
152 PASS createElementNS test in XHTML document: undefined,"xmlfoo",null
153 PASS createElementNS test in HTML document: undefined,"xml:foo","NAMESPACE_ERR"
154 PASS createElementNS test in XML document: undefined,"xml:foo","NAMESPACE_ERR"
155 PASS createElementNS test in XHTML document: undefined,"xml:foo","NAMESPACE_ERR"
156 PASS createElementNS test in HTML document: undefined,"xmlns:foo","NAMESPACE_ERR "
157 PASS createElementNS test in XML document: undefined,"xmlns:foo","NAMESPACE_ERR"
158 PASS createElementNS test in XHTML document: undefined,"xmlns:foo","NAMESPACE_ER R"
159 PASS createElementNS test in HTML document: undefined,"xmlfoo:bar","NAMESPACE_ER R"
160 PASS createElementNS test in XML document: undefined,"xmlfoo:bar","NAMESPACE_ERR "
161 PASS createElementNS test in XHTML document: undefined,"xmlfoo:bar","NAMESPACE_E RR"
162 PASS createElementNS test in HTML document: "http://example.com/","foo",null
163 PASS createElementNS test in XML document: "http://example.com/","foo",null
164 PASS createElementNS test in XHTML document: "http://example.com/","foo",null
165 PASS createElementNS test in HTML document: "http://example.com/","1foo","INVALI D_CHARACTER_ERR"
166 PASS createElementNS test in XML document: "http://example.com/","1foo","INVALID _CHARACTER_ERR"
167 PASS createElementNS test in XHTML document: "http://example.com/","1foo","INVAL ID_CHARACTER_ERR"
168 PASS createElementNS test in HTML document: "http://example.com/","<foo>","INVAL ID_CHARACTER_ERR"
169 PASS createElementNS test in XML document: "http://example.com/","<foo>","INVALI D_CHARACTER_ERR"
170 PASS createElementNS test in XHTML document: "http://example.com/","<foo>","INVA LID_CHARACTER_ERR"
171 PASS createElementNS test in HTML document: "http://example.com/","fo<o","INVALI D_CHARACTER_ERR"
172 PASS createElementNS test in XML document: "http://example.com/","fo<o","INVALID _CHARACTER_ERR"
173 PASS createElementNS test in XHTML document: "http://example.com/","fo<o","INVAL ID_CHARACTER_ERR"
174 PASS createElementNS test in HTML document: "http://example.com/","-foo","INVALI D_CHARACTER_ERR"
175 PASS createElementNS test in XML document: "http://example.com/","-foo","INVALID _CHARACTER_ERR"
176 PASS createElementNS test in XHTML document: "http://example.com/","-foo","INVAL ID_CHARACTER_ERR"
177 PASS createElementNS test in HTML document: "http://example.com/",".foo","INVALI D_CHARACTER_ERR"
178 PASS createElementNS test in XML document: "http://example.com/",".foo","INVALID _CHARACTER_ERR"
179 PASS createElementNS test in XHTML document: "http://example.com/",".foo","INVAL ID_CHARACTER_ERR"
180 PASS createElementNS test in HTML document: "http://example.com/","f1oo",null
181 PASS createElementNS test in XML document: "http://example.com/","f1oo",null
182 PASS createElementNS test in XHTML document: "http://example.com/","f1oo",null
183 PASS createElementNS test in HTML document: "http://example.com/","foo1",null
184 PASS createElementNS test in XML document: "http://example.com/","foo1",null
185 PASS createElementNS test in XHTML document: "http://example.com/","foo1",null
186 FAIL createElementNS test in HTML document: "http://example.com/",":foo","INVALI D_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(name space, qualifiedName) }" threw object "NamespaceError: Failed to execute 'create ElementNS' on 'Document': The qualified name provided (':foo') has an empty name space prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
187 FAIL createElementNS test in XML document: "http://example.com/",":foo","INVALID _CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(names pace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createE lementNS' on 'Document': The qualified name provided (':foo') has an empty names pace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
188 FAIL createElementNS test in XHTML document: "http://example.com/",":foo","INVAL ID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(nam espace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'creat eElementNS' on 'Document': The qualified name provided (':foo') has an empty nam espace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code " is equal to 14, expected 5
189 PASS createElementNS test in HTML document: "http://example.com/","f:oo",null
190 PASS createElementNS test in XML document: "http://example.com/","f:oo",null
191 PASS createElementNS test in XHTML document: "http://example.com/","f:oo",null
192 FAIL createElementNS test in HTML document: "http://example.com/","f:o:o","INVAL ID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(nam espace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'creat eElementNS' on 'Document': The qualified name provided ('f:o:o') contains multip le colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
193 FAIL createElementNS test in XML document: "http://example.com/","f:o:o","INVALI D_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(name space, qualifiedName) }" threw object "NamespaceError: Failed to execute 'create ElementNS' on 'Document': The qualified name provided ('f:o:o') contains multipl e colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
194 FAIL createElementNS test in XHTML document: "http://example.com/","f:o:o","INVA LID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(na mespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'crea teElementNS' on 'Document': The qualified name provided ('f:o:o') contains multi ple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" i s equal to 14, expected 5
195 FAIL createElementNS test in HTML document: "http://example.com/","foo:","INVALI D_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(name space, qualifiedName) }" threw object "NamespaceError: Failed to execute 'create ElementNS' on 'Document': The qualified name provided ('foo:') has an empty loca l name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is eq ual to 14, expected 5
196 FAIL createElementNS test in XML document: "http://example.com/","foo:","INVALID _CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(names pace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createE lementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equ al to 14, expected 5
197 FAIL createElementNS test in XHTML document: "http://example.com/","foo:","INVAL ID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(nam espace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'creat eElementNS' on 'Document': The qualified name provided ('foo:') has an empty loc al name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is e qual to 14, expected 5
198 FAIL createElementNS test in HTML document: "http://example.com/","f::oo","INVAL ID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(nam espace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'creat eElementNS' on 'Document': The qualified name provided ('f::oo') contains multip le colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
199 FAIL createElementNS test in XML document: "http://example.com/","f::oo","INVALI D_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(name space, qualifiedName) }" threw object "NamespaceError: Failed to execute 'create ElementNS' on 'Document': The qualified name provided ('f::oo') contains multipl e colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
200 FAIL createElementNS test in XHTML document: "http://example.com/","f::oo","INVA LID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(na mespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'crea teElementNS' on 'Document': The qualified name provided ('f::oo') contains multi ple colons." that is not a DOMException INVALID_CHARACTER_ERR: property "code" i s equal to 14, expected 5
201 PASS createElementNS test in HTML document: "http://example.com/","a:0","INVALID _CHARACTER_ERR"
202 PASS createElementNS test in XML document: "http://example.com/","a:0","INVALID_ CHARACTER_ERR"
203 PASS createElementNS test in XHTML document: "http://example.com/","a:0","INVALI D_CHARACTER_ERR"
204 PASS createElementNS test in HTML document: "http://example.com/","0:a","INVALID _CHARACTER_ERR"
205 PASS createElementNS test in XML document: "http://example.com/","0:a","INVALID_ CHARACTER_ERR"
206 PASS createElementNS test in XHTML document: "http://example.com/","0:a","INVALI D_CHARACTER_ERR"
207 PASS createElementNS test in HTML document: "http://example.com/","a:_",null
208 PASS createElementNS test in XML document: "http://example.com/","a:_",null
209 PASS createElementNS test in XHTML document: "http://example.com/","a:_",null
210 PASS createElementNS test in HTML document: "http://example.com/","a:ெ","INVALID _CHARACTER_ERR"
211 PASS createElementNS test in XML document: "http://example.com/","a:ெ","INVALID_ CHARACTER_ERR"
212 PASS createElementNS test in XHTML document: "http://example.com/","a:ெ","INVALI D_CHARACTER_ERR"
213 PASS createElementNS test in HTML document: "http://example.com/","ெ:a","INVALID _CHARACTER_ERR"
214 PASS createElementNS test in XML document: "http://example.com/","ெ:a","INVALID_ CHARACTER_ERR"
215 PASS createElementNS test in XHTML document: "http://example.com/","ெ:a","INVALI D_CHARACTER_ERR"
216 PASS createElementNS test in HTML document: "http://example.com/","a:aெ",null
217 PASS createElementNS test in XML document: "http://example.com/","a:aெ",null
218 PASS createElementNS test in XHTML document: "http://example.com/","a:aெ",null
219 PASS createElementNS test in HTML document: "http://example.com/","aெ:a",null
220 PASS createElementNS test in XML document: "http://example.com/","aெ:a",null
221 PASS createElementNS test in XHTML document: "http://example.com/","aெ:a",null
222 PASS createElementNS test in HTML document: "http://example.com/","xml:test","NA MESPACE_ERR"
223 PASS createElementNS test in XML document: "http://example.com/","xml:test","NAM ESPACE_ERR"
224 PASS createElementNS test in XHTML document: "http://example.com/","xml:test","N AMESPACE_ERR"
225 PASS createElementNS test in HTML document: "http://example.com/","xmlns:test"," NAMESPACE_ERR"
226 PASS createElementNS test in XML document: "http://example.com/","xmlns:test","N AMESPACE_ERR"
227 PASS createElementNS test in XHTML document: "http://example.com/","xmlns:test", "NAMESPACE_ERR"
228 PASS createElementNS test in HTML document: "http://example.com/","test:xmlns",n ull
229 PASS createElementNS test in XML document: "http://example.com/","test:xmlns",nu ll
230 PASS createElementNS test in XHTML document: "http://example.com/","test:xmlns", null
231 PASS createElementNS test in HTML document: "http://example.com/","xmlns","NAMES PACE_ERR"
232 PASS createElementNS test in XML document: "http://example.com/","xmlns","NAMESP ACE_ERR"
233 PASS createElementNS test in XHTML document: "http://example.com/","xmlns","NAME SPACE_ERR"
234 PASS createElementNS test in HTML document: "http://example.com/","_:_",null
235 PASS createElementNS test in XML document: "http://example.com/","_:_",null
236 PASS createElementNS test in XHTML document: "http://example.com/","_:_",null
237 PASS createElementNS test in HTML document: "http://example.com/","_:h0",null
238 PASS createElementNS test in XML document: "http://example.com/","_:h0",null
239 PASS createElementNS test in XHTML document: "http://example.com/","_:h0",null
240 PASS createElementNS test in HTML document: "http://example.com/","_:test",null
241 PASS createElementNS test in XML document: "http://example.com/","_:test",null
242 PASS createElementNS test in XHTML document: "http://example.com/","_:test",null
243 PASS createElementNS test in HTML document: "http://example.com/","l_:_",null
244 PASS createElementNS test in XML document: "http://example.com/","l_:_",null
245 PASS createElementNS test in XHTML document: "http://example.com/","l_:_",null
246 PASS createElementNS test in HTML document: "http://example.com/","ns:_0",null
247 PASS createElementNS test in XML document: "http://example.com/","ns:_0",null
248 PASS createElementNS test in XHTML document: "http://example.com/","ns:_0",null
249 PASS createElementNS test in HTML document: "http://example.com/","ns:a0",null
250 PASS createElementNS test in XML document: "http://example.com/","ns:a0",null
251 PASS createElementNS test in XHTML document: "http://example.com/","ns:a0",null
252 PASS createElementNS test in HTML document: "http://example.com/","ns0:test",nul l
253 PASS createElementNS test in XML document: "http://example.com/","ns0:test",null
254 PASS createElementNS test in XHTML document: "http://example.com/","ns0:test",nu ll
255 PASS createElementNS test in HTML document: "http://example.com/","a.b:c",null
256 PASS createElementNS test in XML document: "http://example.com/","a.b:c",null
257 PASS createElementNS test in XHTML document: "http://example.com/","a.b:c",null
258 PASS createElementNS test in HTML document: "http://example.com/","a-b:c",null
259 PASS createElementNS test in XML document: "http://example.com/","a-b:c",null
260 PASS createElementNS test in XHTML document: "http://example.com/","a-b:c",null
261 PASS createElementNS test in HTML document: "http://example.com/","xml",null
262 PASS createElementNS test in XML document: "http://example.com/","xml",null
263 PASS createElementNS test in XHTML document: "http://example.com/","xml",null
264 PASS createElementNS test in HTML document: "http://example.com/","XMLNS",null
265 PASS createElementNS test in XML document: "http://example.com/","XMLNS",null
266 PASS createElementNS test in XHTML document: "http://example.com/","XMLNS",null
267 PASS createElementNS test in HTML document: "http://example.com/","xmlfoo",null
268 PASS createElementNS test in XML document: "http://example.com/","xmlfoo",null
269 PASS createElementNS test in XHTML document: "http://example.com/","xmlfoo",null
270 PASS createElementNS test in HTML document: "http://example.com/","xml:foo","NAM ESPACE_ERR"
271 PASS createElementNS test in XML document: "http://example.com/","xml:foo","NAME SPACE_ERR"
272 PASS createElementNS test in XHTML document: "http://example.com/","xml:foo","NA MESPACE_ERR"
273 PASS createElementNS test in HTML document: "http://example.com/","XML:foo",null
274 PASS createElementNS test in XML document: "http://example.com/","XML:foo",null
275 PASS createElementNS test in XHTML document: "http://example.com/","XML:foo",nul l
276 PASS createElementNS test in HTML document: "http://example.com/","xmlns:foo","N AMESPACE_ERR"
277 PASS createElementNS test in XML document: "http://example.com/","xmlns:foo","NA MESPACE_ERR"
278 PASS createElementNS test in XHTML document: "http://example.com/","xmlns:foo"," NAMESPACE_ERR"
279 PASS createElementNS test in HTML document: "http://example.com/","XMLNS:foo",nu ll
280 PASS createElementNS test in XML document: "http://example.com/","XMLNS:foo",nul l
281 PASS createElementNS test in XHTML document: "http://example.com/","XMLNS:foo",n ull
282 PASS createElementNS test in HTML document: "http://example.com/","xmlfoo:bar",n ull
283 PASS createElementNS test in XML document: "http://example.com/","xmlfoo:bar",nu ll
284 PASS createElementNS test in XHTML document: "http://example.com/","xmlfoo:bar", null
285 FAIL createElementNS test in HTML document: "http://example.com/","prefix::local ","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createEleme ntNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execut e 'createElementNS' on 'Document': The qualified name provided ('prefix::local') contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: pr operty "code" is equal to 14, expected 5
286 FAIL createElementNS test in XML document: "http://example.com/","prefix::local" ,"INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElemen tNS(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: pro perty "code" is equal to 14, expected 5
287 FAIL createElementNS test in XHTML document: "http://example.com/","prefix::loca l","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElem entNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execu te 'createElementNS' on 'Document': The qualified name provided ('prefix::local' ) contains multiple colons." that is not a DOMException INVALID_CHARACTER_ERR: p roperty "code" is equal to 14, expected 5
288 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: {","INVALID_CHARACTER_ERR"
289 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:{ ","INVALID_CHARACTER_ERR"
290 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :{","INVALID_CHARACTER_ERR"
291 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: }","INVALID_CHARACTER_ERR"
292 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:} ","INVALID_CHARACTER_ERR"
293 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :}","INVALID_CHARACTER_ERR"
294 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: ~","INVALID_CHARACTER_ERR"
295 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:~ ","INVALID_CHARACTER_ERR"
296 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :~","INVALID_CHARACTER_ERR"
297 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: '","INVALID_CHARACTER_ERR"
298 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:' ","INVALID_CHARACTER_ERR"
299 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :'","INVALID_CHARACTER_ERR"
300 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: !","INVALID_CHARACTER_ERR"
301 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:! ","INVALID_CHARACTER_ERR"
302 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :!","INVALID_CHARACTER_ERR"
303 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: @","INVALID_CHARACTER_ERR"
304 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:@ ","INVALID_CHARACTER_ERR"
305 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :@","INVALID_CHARACTER_ERR"
306 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: #","INVALID_CHARACTER_ERR"
307 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:# ","INVALID_CHARACTER_ERR"
308 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :#","INVALID_CHARACTER_ERR"
309 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: $","INVALID_CHARACTER_ERR"
310 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:$ ","INVALID_CHARACTER_ERR"
311 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :$","INVALID_CHARACTER_ERR"
312 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: %","INVALID_CHARACTER_ERR"
313 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:% ","INVALID_CHARACTER_ERR"
314 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :%","INVALID_CHARACTER_ERR"
315 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: ^","INVALID_CHARACTER_ERR"
316 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:^ ","INVALID_CHARACTER_ERR"
317 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :^","INVALID_CHARACTER_ERR"
318 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: &","INVALID_CHARACTER_ERR"
319 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:& ","INVALID_CHARACTER_ERR"
320 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :&","INVALID_CHARACTER_ERR"
321 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: *","INVALID_CHARACTER_ERR"
322 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:* ","INVALID_CHARACTER_ERR"
323 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :*","INVALID_CHARACTER_ERR"
324 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: (","INVALID_CHARACTER_ERR"
325 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:( ","INVALID_CHARACTER_ERR"
326 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :(","INVALID_CHARACTER_ERR"
327 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: )","INVALID_CHARACTER_ERR"
328 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:) ","INVALID_CHARACTER_ERR"
329 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :)","INVALID_CHARACTER_ERR"
330 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: +","INVALID_CHARACTER_ERR"
331 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:+ ","INVALID_CHARACTER_ERR"
332 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :+","INVALID_CHARACTER_ERR"
333 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: =","INVALID_CHARACTER_ERR"
334 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:= ","INVALID_CHARACTER_ERR"
335 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :=","INVALID_CHARACTER_ERR"
336 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: [","INVALID_CHARACTER_ERR"
337 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:[ ","INVALID_CHARACTER_ERR"
338 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :[","INVALID_CHARACTER_ERR"
339 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: ]","INVALID_CHARACTER_ERR"
340 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:] ","INVALID_CHARACTER_ERR"
341 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :]","INVALID_CHARACTER_ERR"
342 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: \\","INVALID_CHARACTER_ERR"
343 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:\ \","INVALID_CHARACTER_ERR"
344 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :\\","INVALID_CHARACTER_ERR"
345 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: /","INVALID_CHARACTER_ERR"
346 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:/ ","INVALID_CHARACTER_ERR"
347 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :/","INVALID_CHARACTER_ERR"
348 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: ;","INVALID_CHARACTER_ERR"
349 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:; ","INVALID_CHARACTER_ERR"
350 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :;","INVALID_CHARACTER_ERR"
351 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: `","INVALID_CHARACTER_ERR"
352 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:` ","INVALID_CHARACTER_ERR"
353 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :`","INVALID_CHARACTER_ERR"
354 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: <","INVALID_CHARACTER_ERR"
355 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:< ","INVALID_CHARACTER_ERR"
356 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :<","INVALID_CHARACTER_ERR"
357 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: >","INVALID_CHARACTER_ERR"
358 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:> ","INVALID_CHARACTER_ERR"
359 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :>","INVALID_CHARACTER_ERR"
360 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: ,","INVALID_CHARACTER_ERR"
361 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:, ","INVALID_CHARACTER_ERR"
362 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :,","INVALID_CHARACTER_ERR"
363 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: a ","INVALID_CHARACTER_ERR"
364 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:a ","INVALID_CHARACTER_ERR"
365 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :a ","INVALID_CHARACTER_ERR"
366 PASS createElementNS test in HTML document: "http://example.com/","namespaceURI: \"","INVALID_CHARACTER_ERR"
367 PASS createElementNS test in XML document: "http://example.com/","namespaceURI:\ "","INVALID_CHARACTER_ERR"
368 PASS createElementNS test in XHTML document: "http://example.com/","namespaceURI :\"","INVALID_CHARACTER_ERR"
369 PASS createElementNS test in HTML document: "/","foo",null
370 PASS createElementNS test in XML document: "/","foo",null
371 PASS createElementNS test in XHTML document: "/","foo",null
372 PASS createElementNS test in HTML document: "/","1foo","INVALID_CHARACTER_ERR"
373 PASS createElementNS test in XML document: "/","1foo","INVALID_CHARACTER_ERR"
374 PASS createElementNS test in XHTML document: "/","1foo","INVALID_CHARACTER_ERR"
375 PASS createElementNS test in HTML document: "/","f1oo",null
376 PASS createElementNS test in XML document: "/","f1oo",null
377 PASS createElementNS test in XHTML document: "/","f1oo",null
378 PASS createElementNS test in HTML document: "/","foo1",null
379 PASS createElementNS test in XML document: "/","foo1",null
380 PASS createElementNS test in XHTML document: "/","foo1",null
381 FAIL createElementNS test in HTML document: "/",":foo","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided (':foo') has an empty namespace prefix." tha t is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, e xpected 5
382 FAIL createElementNS test in XML document: "/",":foo","INVALID_CHARACTER_ERR" as sert_throws: function "function () { doc.createElementNS(namespace, qualifiedNam e) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docu ment': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, ex pected 5
383 FAIL createElementNS test in XHTML document: "/",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedN ame) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Do cument': The qualified name provided (':foo') has an empty namespace prefix." th at is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
384 PASS createElementNS test in HTML document: "/","f:oo",null
385 PASS createElementNS test in XML document: "/","f:oo",null
386 PASS createElementNS test in XHTML document: "/","f:oo",null
387 FAIL createElementNS test in HTML document: "/","foo:","INVALID_CHARACTER_ERR" a ssert_throws: function "function () { doc.createElementNS(namespace, qualifiedNa me) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Doc ument': The qualified name provided ('foo:') has an empty local name." that is n ot a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expecte d 5
388 FAIL createElementNS test in XML document: "/","foo:","INVALID_CHARACTER_ERR" as sert_throws: function "function () { doc.createElementNS(namespace, qualifiedNam e) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Docu ment': The qualified name provided ('foo:') has an empty local name." that is no t a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
389 FAIL createElementNS test in XHTML document: "/","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualifiedN ame) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Do cument': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expect ed 5
390 PASS createElementNS test in HTML document: "/","xml",null
391 PASS createElementNS test in XML document: "/","xml",null
392 PASS createElementNS test in XHTML document: "/","xml",null
393 PASS createElementNS test in HTML document: "/","xmlns","NAMESPACE_ERR"
394 PASS createElementNS test in XML document: "/","xmlns","NAMESPACE_ERR"
395 PASS createElementNS test in XHTML document: "/","xmlns","NAMESPACE_ERR"
396 PASS createElementNS test in HTML document: "/","xmlfoo",null
397 PASS createElementNS test in XML document: "/","xmlfoo",null
398 PASS createElementNS test in XHTML document: "/","xmlfoo",null
399 PASS createElementNS test in HTML document: "/","xml:foo","NAMESPACE_ERR"
400 PASS createElementNS test in XML document: "/","xml:foo","NAMESPACE_ERR"
401 PASS createElementNS test in XHTML document: "/","xml:foo","NAMESPACE_ERR"
402 PASS createElementNS test in HTML document: "/","xmlns:foo","NAMESPACE_ERR"
403 PASS createElementNS test in XML document: "/","xmlns:foo","NAMESPACE_ERR"
404 PASS createElementNS test in XHTML document: "/","xmlns:foo","NAMESPACE_ERR"
405 PASS createElementNS test in HTML document: "/","xmlfoo:bar",null
406 PASS createElementNS test in XML document: "/","xmlfoo:bar",null
407 PASS createElementNS test in XHTML document: "/","xmlfoo:bar",null
408 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","foo",null
409 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","foo",null
410 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","foo",null
411 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","1foo","INVALID_CHARACTER_ERR"
412 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","1foo","INVALID_CHARACTER_ERR"
413 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","1foo","INVALID_CHARACTER_ERR"
414 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","f1oo",null
415 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","f1oo",null
416 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","f1oo",null
417 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","foo1",null
418 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","foo1",null
419 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","foo1",null
420 FAIL createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.cre ateElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed t o 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
421 FAIL createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.crea teElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided (':foo') h as an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
422 FAIL createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.cr eateElementNS(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_ER R: property "code" is equal to 14, expected 5
423 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","f:oo",null
424 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","f:oo",null
425 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","f:oo",null
426 FAIL createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.cre ateElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed t o execute 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: prop erty "code" is equal to 14, expected 5
427 FAIL createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.crea teElementNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('foo:') h as an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: prope rty "code" is equal to 14, expected 5
428 FAIL createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.cr eateElementNS(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: pro perty "code" is equal to 14, expected 5
429 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xml",null
430 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xml",null
431 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xml",null
432 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xmlns","NAMESPACE_ERR"
433 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xmlns","NAMESPACE_ERR"
434 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xmlns","NAMESPACE_ERR"
435 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xmlfoo",null
436 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xmlfoo",null
437 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xmlfoo",null
438 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xml:foo",null
439 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xml:foo",null
440 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xml:foo",null
441 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xmlns:foo","NAMESPACE_ERR"
442 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xmlns:foo","NAMESPACE_ERR"
443 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xmlns:foo","NAMESPACE_ERR"
444 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","xmlfoo:bar",null
445 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","xmlfoo:bar",null
446 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","xmlfoo:bar",null
447 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac es","xml:foo","NAMESPACE_ERR"
448 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace s","xml:foo","NAMESPACE_ERR"
449 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ces","xml:foo","NAMESPACE_ERR"
450 PASS createElementNS test in HTML document: "http://www.w3.org/xml/1998/namespac e","xml:foo","NAMESPACE_ERR"
451 PASS createElementNS test in XML document: "http://www.w3.org/xml/1998/namespace ","xml:foo","NAMESPACE_ERR"
452 PASS createElementNS test in XHTML document: "http://www.w3.org/xml/1998/namespa ce","xml:foo","NAMESPACE_ERR"
453 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo ","NAMESPACE_ERR"
454 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo" ,"NAMESPACE_ERR"
455 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","fo o","NAMESPACE_ERR"
456 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","1fo o","INVALID_CHARACTER_ERR"
457 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","1foo ","INVALID_CHARACTER_ERR"
458 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","1f oo","INVALID_CHARACTER_ERR"
459 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","f1o o","NAMESPACE_ERR"
460 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","f1oo ","NAMESPACE_ERR"
461 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","f1 oo","NAMESPACE_ERR"
462 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo 1","NAMESPACE_ERR"
463 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo1 ","NAMESPACE_ERR"
464 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","fo o1","NAMESPACE_ERR"
465 FAIL createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",":fo o","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElem entNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execu te 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: prope rty "code" is equal to 14, expected 5
466 FAIL createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",":foo ","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createEleme ntNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execut e 'createElementNS' on 'Document': The qualified name provided (':foo') has an e mpty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: proper ty "code" is equal to 14, expected 5
467 FAIL createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",":f oo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createEle mentNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to exec ute 'createElementNS' on 'Document': The qualified name provided (':foo') has an empty namespace prefix." that is not a DOMException INVALID_CHARACTER_ERR: prop erty "code" is equal to 14, expected 5
468 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","f:o o","NAMESPACE_ERR"
469 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","f:oo ","NAMESPACE_ERR"
470 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","f: oo","NAMESPACE_ERR"
471 FAIL createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo :","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElem entNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execu te 'createElementNS' on 'Document': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "c ode" is equal to 14, expected 5
472 FAIL createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo: ","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createEleme ntNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to execut e 'createElementNS' on 'Document': The qualified name provided ('foo:') has an e mpty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "co de" is equal to 14, expected 5
473 FAIL createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","fo o:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createEle mentNS(namespace, qualifiedName) }" threw object "NamespaceError: Failed to exec ute '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
474 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml ","NAMESPACE_ERR"
475 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xml" ,"NAMESPACE_ERR"
476 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm l","NAMESPACE_ERR"
477 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml ns",null
478 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmln s",null
479 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm lns",null
480 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml foo","NAMESPACE_ERR"
481 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlf oo","NAMESPACE_ERR"
482 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm lfoo","NAMESPACE_ERR"
483 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml :foo","NAMESPACE_ERR"
484 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xml: foo","NAMESPACE_ERR"
485 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm l:foo","NAMESPACE_ERR"
486 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml ns:foo",null
487 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmln s:foo",null
488 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm lns:foo",null
489 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","xml foo:bar","NAMESPACE_ERR"
490 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","xmlf oo:bar","NAMESPACE_ERR"
491 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","xm lfoo:bar","NAMESPACE_ERR"
492 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/","foo :xmlns","NAMESPACE_ERR"
493 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","foo: xmlns","NAMESPACE_ERR"
494 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","fo o:xmlns","NAMESPACE_ERR"
495 PASS createElementNS test in HTML document: "foo:","foo",null
496 PASS createElementNS test in XML document: "foo:","foo",null
497 PASS createElementNS test in XHTML document: "foo:","foo",null
498 PASS createElementNS test in HTML document: "foo:","1foo","INVALID_CHARACTER_ERR "
499 PASS createElementNS test in XML document: "foo:","1foo","INVALID_CHARACTER_ERR"
500 PASS createElementNS test in XHTML document: "foo:","1foo","INVALID_CHARACTER_ER R"
501 PASS createElementNS test in HTML document: "foo:","f1oo",null
502 PASS createElementNS test in XML document: "foo:","f1oo",null
503 PASS createElementNS test in XHTML document: "foo:","f1oo",null
504 PASS createElementNS test in HTML document: "foo:","foo1",null
505 PASS createElementNS test in XML document: "foo:","foo1",null
506 PASS createElementNS test in XHTML document: "foo:","foo1",null
507 FAIL createElementNS test in HTML document: "foo:",":foo","INVALID_CHARACTER_ERR " assert_throws: function "function () { doc.createElementNS(namespace, qualifie dName) }" 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
508 FAIL createElementNS test in XML document: "foo:",":foo","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualified Name) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'D ocument': The qualified name provided (':foo') has an empty namespace prefix." t hat is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expected 5
509 FAIL createElementNS test in XHTML document: "foo:",":foo","INVALID_CHARACTER_ER R" assert_throws: function "function () { doc.createElementNS(namespace, qualifi edName) }" 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 1 4, expected 5
510 PASS createElementNS test in HTML document: "foo:","f:oo",null
511 PASS createElementNS test in XML document: "foo:","f:oo",null
512 PASS createElementNS test in XHTML document: "foo:","f:oo",null
513 FAIL createElementNS test in HTML document: "foo:","foo:","INVALID_CHARACTER_ERR " assert_throws: function "function () { doc.createElementNS(namespace, qualifie dName) }" threw object "NamespaceError: Failed to execute 'createElementNS' on ' Document': The qualified name provided ('foo:') has an empty local name." that i s not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expe cted 5
514 FAIL createElementNS test in XML document: "foo:","foo:","INVALID_CHARACTER_ERR" assert_throws: function "function () { doc.createElementNS(namespace, qualified Name) }" threw object "NamespaceError: Failed to execute 'createElementNS' on 'D ocument': The qualified name provided ('foo:') has an empty local name." that is not a DOMException INVALID_CHARACTER_ERR: property "code" is equal to 14, expec ted 5
515 FAIL createElementNS test in XHTML document: "foo:","foo:","INVALID_CHARACTER_ER R" assert_throws: function "function () { doc.createElementNS(namespace, qualifi edName) }" 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, exp ected 5
516 PASS createElementNS test in HTML document: "foo:","xml",null
517 PASS createElementNS test in XML document: "foo:","xml",null
518 PASS createElementNS test in XHTML document: "foo:","xml",null
519 PASS createElementNS test in HTML document: "foo:","xmlns","NAMESPACE_ERR"
520 PASS createElementNS test in XML document: "foo:","xmlns","NAMESPACE_ERR"
521 PASS createElementNS test in XHTML document: "foo:","xmlns","NAMESPACE_ERR"
522 PASS createElementNS test in HTML document: "foo:","xmlfoo",null
523 PASS createElementNS test in XML document: "foo:","xmlfoo",null
524 PASS createElementNS test in XHTML document: "foo:","xmlfoo",null
525 PASS createElementNS test in HTML document: "foo:","xml:foo","NAMESPACE_ERR"
526 PASS createElementNS test in XML document: "foo:","xml:foo","NAMESPACE_ERR"
527 PASS createElementNS test in XHTML document: "foo:","xml:foo","NAMESPACE_ERR"
528 PASS createElementNS test in HTML document: "foo:","xmlns:foo","NAMESPACE_ERR"
529 PASS createElementNS test in XML document: "foo:","xmlns:foo","NAMESPACE_ERR"
530 PASS createElementNS test in XHTML document: "foo:","xmlns:foo","NAMESPACE_ERR"
531 PASS createElementNS test in HTML document: "foo:","xmlfoo:bar",null
532 PASS createElementNS test in XML document: "foo:","xmlfoo:bar",null
533 PASS createElementNS test in XHTML document: "foo:","xmlfoo:bar",null
534 PASS createElementNS test in HTML document: "","","INVALID_CHARACTER_ERR"
535 PASS createElementNS test in XML document: "","","INVALID_CHARACTER_ERR"
536 PASS createElementNS test in XHTML document: "","","INVALID_CHARACTER_ERR"
537 PASS createElementNS test in HTML document: null,"","INVALID_CHARACTER_ERR"
538 PASS createElementNS test in XML document: null,"","INVALID_CHARACTER_ERR"
539 PASS createElementNS test in XHTML document: null,"","INVALID_CHARACTER_ERR"
540 PASS createElementNS test in HTML document: undefined,"","INVALID_CHARACTER_ERR"
541 PASS createElementNS test in XML document: undefined,"","INVALID_CHARACTER_ERR"
542 PASS createElementNS test in XHTML document: undefined,"","INVALID_CHARACTER_ERR "
543 PASS createElementNS test in HTML document: "http://example.com/",null,null
544 PASS createElementNS test in XML document: "http://example.com/",null,null
545 PASS createElementNS test in XHTML document: "http://example.com/",null,null
546 PASS createElementNS test in HTML document: "http://example.com/","","INVALID_CH ARACTER_ERR"
547 PASS createElementNS test in XML document: "http://example.com/","","INVALID_CHA RACTER_ERR"
548 PASS createElementNS test in XHTML document: "http://example.com/","","INVALID_C HARACTER_ERR"
549 PASS createElementNS test in HTML document: "/",null,null
550 PASS createElementNS test in XML document: "/",null,null
551 PASS createElementNS test in XHTML document: "/",null,null
552 PASS createElementNS test in HTML document: "/","","INVALID_CHARACTER_ERR"
553 PASS createElementNS test in XML document: "/","","INVALID_CHARACTER_ERR"
554 PASS createElementNS test in XHTML document: "/","","INVALID_CHARACTER_ERR"
555 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e",null,null
556 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ",null,null
557 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce",null,null
558 PASS createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespac e","","INVALID_CHARACTER_ERR"
559 PASS createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace ","","INVALID_CHARACTER_ERR"
560 PASS createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespa ce","","INVALID_CHARACTER_ERR"
561 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",null ,"NAMESPACE_ERR"
562 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",null, "NAMESPACE_ERR"
563 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",nul l,"NAMESPACE_ERR"
564 PASS createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",""," INVALID_CHARACTER_ERR"
565 PASS createElementNS test in XML document: "http://www.w3.org/2000/xmlns/","","I NVALID_CHARACTER_ERR"
566 PASS createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/","", "INVALID_CHARACTER_ERR"
567 PASS createElementNS test in HTML document: "foo:",null,null
568 PASS createElementNS test in XML document: "foo:",null,null
569 PASS createElementNS test in XHTML document: "foo:",null,null
570 PASS createElementNS test in HTML document: "foo:","","INVALID_CHARACTER_ERR"
571 PASS createElementNS test in XML document: "foo:","","INVALID_CHARACTER_ERR"
572 PASS createElementNS test in XHTML document: "foo:","","INVALID_CHARACTER_ERR"
573 PASS Lower-case HTML element without a prefix
574 PASS Lower-case HTML element with a prefix
575 PASS Lower-case non-HTML element without a prefix
576 PASS Lower-case non-HTML element with a prefix
577 PASS Upper-case HTML element without a prefix
578 PASS Upper-case HTML element with a prefix
579 PASS Upper-case non-HTML element without a prefix
580 PASS Upper-case non-HTML element with a prefix
581 PASS null namespace
582 PASS undefined namespace
583 PASS empty string namespace
584 Harness: the test ran to completion.
585
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698