OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) | |
3 PASS createDocument test 0: null,undefined,null,null | |
4 FAIL createDocument test 0: metadata for null,undefined,null assert_equals: expe
cted "about:blank" but got "" | |
5 PASS createDocument test 0: characterSet aliases for null,undefined,null | |
6 PASS createDocument test 1: null,"foo",null,null | |
7 FAIL createDocument test 1: metadata for null,"foo",null assert_equals: expected
"about:blank" but got "" | |
8 PASS createDocument test 1: characterSet aliases for null,"foo",null | |
9 PASS createDocument test 2: null,"1foo",null,"INVALID_CHARACTER_ERR" | |
10 PASS createDocument test 3: null,"f1oo",null,null | |
11 FAIL createDocument test 3: metadata for null,"f1oo",null assert_equals: expecte
d "about:blank" but got "" | |
12 PASS createDocument test 3: characterSet aliases for null,"f1oo",null | |
13 PASS createDocument test 4: null,"foo1",null,null | |
14 FAIL createDocument test 4: metadata for null,"foo1",null assert_equals: expecte
d "about:blank" but got "" | |
15 PASS createDocument test 4: characterSet aliases for null,"foo1",null | |
16 PASS createDocument test 5: null,"1foo",null,"INVALID_CHARACTER_ERR" | |
17 PASS createDocument test 6: null,"Ì€foo",null,"INVALID_CHARACTER_ERR" | |
18 PASS createDocument test 7: null,"}foo",null,"INVALID_CHARACTER_ERR" | |
19 PASS createDocument test 8: null,"f}oo",null,"INVALID_CHARACTER_ERR" | |
20 PASS createDocument test 9: null,"foo}",null,"INVALID_CHARACTER_ERR" | |
21 PASS createDocument test 10: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR" | |
22 PASS createDocument test 11: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR" | |
23 PASS createDocument test 12: null,"foo\uffff",null,"INVALID_CHARACTER_ERR" | |
24 PASS createDocument test 13: null,"<foo",null,"INVALID_CHARACTER_ERR" | |
25 PASS createDocument test 14: null,"foo>",null,"INVALID_CHARACTER_ERR" | |
26 PASS createDocument test 15: null,"<foo>",null,"INVALID_CHARACTER_ERR" | |
27 PASS createDocument test 16: null,"f<oo",null,"INVALID_CHARACTER_ERR" | |
28 PASS createDocument test 17: null,"^^",null,"INVALID_CHARACTER_ERR" | |
29 PASS createDocument test 18: null,":foo",null,"NAMESPACE_ERR" | |
30 PASS createDocument test 19: null,"f:oo",null,"NAMESPACE_ERR" | |
31 PASS createDocument test 20: null,"foo:",null,"NAMESPACE_ERR" | |
32 PASS createDocument test 21: null,":",null,"NAMESPACE_ERR" | |
33 PASS createDocument test 22: null,"xml",null,null | |
34 FAIL createDocument test 22: metadata for null,"xml",null assert_equals: expecte
d "about:blank" but got "" | |
35 PASS createDocument test 22: characterSet aliases for null,"xml",null | |
36 PASS createDocument test 23: null,"xmlns",null,"NAMESPACE_ERR" | |
37 PASS createDocument test 24: null,"xmlfoo",null,null | |
38 FAIL createDocument test 24: metadata for null,"xmlfoo",null assert_equals: expe
cted "about:blank" but got "" | |
39 PASS createDocument test 24: characterSet aliases for null,"xmlfoo",null | |
40 PASS createDocument test 25: null,"xml:foo",null,"NAMESPACE_ERR" | |
41 PASS createDocument test 26: null,"xmlns:foo",null,"NAMESPACE_ERR" | |
42 PASS createDocument test 27: null,"xmlfoo:bar",null,"NAMESPACE_ERR" | |
43 PASS createDocument test 28: null,"null:xml",null,"NAMESPACE_ERR" | |
44 PASS createDocument test 29: "",":foo",null,"NAMESPACE_ERR" | |
45 PASS createDocument test 30: "","f:oo",null,"NAMESPACE_ERR" | |
46 PASS createDocument test 31: "","foo:",null,"NAMESPACE_ERR" | |
47 PASS createDocument test 32: undefined,undefined,null,null | |
48 FAIL createDocument test 32: metadata for undefined,undefined,null assert_equals
: expected "about:blank" but got "" | |
49 PASS createDocument test 32: characterSet aliases for undefined,undefined,null | |
50 PASS createDocument test 33: undefined,"foo",null,null | |
51 FAIL createDocument test 33: metadata for undefined,"foo",null assert_equals: ex
pected "about:blank" but got "" | |
52 PASS createDocument test 33: characterSet aliases for undefined,"foo",null | |
53 PASS createDocument test 34: undefined,"1foo",null,"INVALID_CHARACTER_ERR" | |
54 PASS createDocument test 35: undefined,"f1oo",null,null | |
55 FAIL createDocument test 35: metadata for undefined,"f1oo",null assert_equals: e
xpected "about:blank" but got "" | |
56 PASS createDocument test 35: characterSet aliases for undefined,"f1oo",null | |
57 PASS createDocument test 36: undefined,"foo1",null,null | |
58 FAIL createDocument test 36: metadata for undefined,"foo1",null assert_equals: e
xpected "about:blank" but got "" | |
59 PASS createDocument test 36: characterSet aliases for undefined,"foo1",null | |
60 PASS createDocument test 37: undefined,":foo",null,"NAMESPACE_ERR" | |
61 PASS createDocument test 38: undefined,"f:oo",null,"NAMESPACE_ERR" | |
62 PASS createDocument test 39: undefined,"foo:",null,"NAMESPACE_ERR" | |
63 PASS createDocument test 40: undefined,"xml",null,null | |
64 FAIL createDocument test 40: metadata for undefined,"xml",null assert_equals: ex
pected "about:blank" but got "" | |
65 PASS createDocument test 40: characterSet aliases for undefined,"xml",null | |
66 PASS createDocument test 41: undefined,"xmlns",null,"NAMESPACE_ERR" | |
67 PASS createDocument test 42: undefined,"xmlfoo",null,null | |
68 FAIL createDocument test 42: metadata for undefined,"xmlfoo",null assert_equals:
expected "about:blank" but got "" | |
69 PASS createDocument test 42: characterSet aliases for undefined,"xmlfoo",null | |
70 PASS createDocument test 43: undefined,"xml:foo",null,"NAMESPACE_ERR" | |
71 PASS createDocument test 44: undefined,"xmlns:foo",null,"NAMESPACE_ERR" | |
72 PASS createDocument test 45: undefined,"xmlfoo:bar",null,"NAMESPACE_ERR" | |
73 PASS createDocument test 46: "http://example.com/","foo",null,null | |
74 FAIL createDocument test 46: metadata for "http://example.com/","foo",null asser
t_equals: expected "about:blank" but got "" | |
75 PASS createDocument test 46: characterSet aliases for "http://example.com/","foo
",null | |
76 PASS createDocument test 47: "http://example.com/","1foo",null,"INVALID_CHARACTE
R_ERR" | |
77 PASS createDocument test 48: "http://example.com/","f1oo",null,null | |
78 FAIL createDocument test 48: metadata for "http://example.com/","f1oo",null asse
rt_equals: expected "about:blank" but got "" | |
79 PASS createDocument test 48: characterSet aliases for "http://example.com/","f1o
o",null | |
80 PASS createDocument test 49: "http://example.com/","foo1",null,null | |
81 FAIL createDocument test 49: metadata for "http://example.com/","foo1",null asse
rt_equals: expected "about:blank" but got "" | |
82 PASS createDocument test 49: characterSet aliases for "http://example.com/","foo
1",null | |
83 PASS createDocument test 50: "http://example.com/",":foo",null,"NAMESPACE_ERR" | |
84 PASS createDocument test 51: "http://example.com/","f:oo",null,null | |
85 FAIL createDocument test 51: metadata for "http://example.com/","f:oo",null asse
rt_equals: expected "about:blank" but got "" | |
86 PASS createDocument test 51: characterSet aliases for "http://example.com/","f:o
o",null | |
87 PASS createDocument test 52: "http://example.com/","foo:",null,"NAMESPACE_ERR" | |
88 PASS createDocument test 53: "http://example.com/","_:_",null,null | |
89 FAIL createDocument test 53: metadata for "http://example.com/","_:_",null asser
t_equals: expected "about:blank" but got "" | |
90 PASS createDocument test 53: characterSet aliases for "http://example.com/","_:_
",null | |
91 PASS createDocument test 54: "http://example.com/","_:h0",null,null | |
92 FAIL createDocument test 54: metadata for "http://example.com/","_:h0",null asse
rt_equals: expected "about:blank" but got "" | |
93 PASS createDocument test 54: characterSet aliases for "http://example.com/","_:h
0",null | |
94 PASS createDocument test 55: "http://example.com/","_:test",null,null | |
95 FAIL createDocument test 55: metadata for "http://example.com/","_:test",null as
sert_equals: expected "about:blank" but got "" | |
96 PASS createDocument test 55: characterSet aliases for "http://example.com/","_:t
est",null | |
97 PASS createDocument test 56: "http://example.com/","l_:_",null,null | |
98 FAIL createDocument test 56: metadata for "http://example.com/","l_:_",null asse
rt_equals: expected "about:blank" but got "" | |
99 PASS createDocument test 56: characterSet aliases for "http://example.com/","l_:
_",null | |
100 PASS createDocument test 57: "http://example.com/","ns:_0",null,null | |
101 FAIL createDocument test 57: metadata for "http://example.com/","ns:_0",null ass
ert_equals: expected "about:blank" but got "" | |
102 PASS createDocument test 57: characterSet aliases for "http://example.com/","ns:
_0",null | |
103 PASS createDocument test 58: "http://example.com/","ns:a0",null,null | |
104 FAIL createDocument test 58: metadata for "http://example.com/","ns:a0",null ass
ert_equals: expected "about:blank" but got "" | |
105 PASS createDocument test 58: characterSet aliases for "http://example.com/","ns:
a0",null | |
106 PASS createDocument test 59: "http://example.com/","ns0:test",null,null | |
107 FAIL createDocument test 59: metadata for "http://example.com/","ns0:test",null
assert_equals: expected "about:blank" but got "" | |
108 PASS createDocument test 59: characterSet aliases for "http://example.com/","ns0
:test",null | |
109 PASS createDocument test 60: "http://example.com/","a.b:c",null,null | |
110 FAIL createDocument test 60: metadata for "http://example.com/","a.b:c",null ass
ert_equals: expected "about:blank" but got "" | |
111 PASS createDocument test 60: characterSet aliases for "http://example.com/","a.b
:c",null | |
112 PASS createDocument test 61: "http://example.com/","a-b:c",null,null | |
113 FAIL createDocument test 61: metadata for "http://example.com/","a-b:c",null ass
ert_equals: expected "about:blank" but got "" | |
114 PASS createDocument test 61: characterSet aliases for "http://example.com/","a-b
:c",null | |
115 PASS createDocument test 62: "http://example.com/","a-b:c",null,null | |
116 FAIL createDocument test 62: metadata for "http://example.com/","a-b:c",null ass
ert_equals: expected "about:blank" but got "" | |
117 PASS createDocument test 62: characterSet aliases for "http://example.com/","a-b
:c",null | |
118 PASS createDocument test 63: "http://example.com/","xml",null,null | |
119 FAIL createDocument test 63: metadata for "http://example.com/","xml",null asser
t_equals: expected "about:blank" but got "" | |
120 PASS createDocument test 63: characterSet aliases for "http://example.com/","xml
",null | |
121 PASS createDocument test 64: "http://example.com/","xmlns",null,"NAMESPACE_ERR" | |
122 PASS createDocument test 65: "http://example.com/","XMLNS",null,null | |
123 FAIL createDocument test 65: metadata for "http://example.com/","XMLNS",null ass
ert_equals: expected "about:blank" but got "" | |
124 PASS createDocument test 65: characterSet aliases for "http://example.com/","XML
NS",null | |
125 PASS createDocument test 66: "http://example.com/","xmlfoo",null,null | |
126 FAIL createDocument test 66: metadata for "http://example.com/","xmlfoo",null as
sert_equals: expected "about:blank" but got "" | |
127 PASS createDocument test 66: characterSet aliases for "http://example.com/","xml
foo",null | |
128 PASS createDocument test 67: "http://example.com/","xml:foo",null,"NAMESPACE_ERR
" | |
129 PASS createDocument test 68: "http://example.com/","XML:foo",null,null | |
130 FAIL createDocument test 68: metadata for "http://example.com/","XML:foo",null a
ssert_equals: expected "about:blank" but got "" | |
131 PASS createDocument test 68: characterSet aliases for "http://example.com/","XML
:foo",null | |
132 PASS createDocument test 69: "http://example.com/","xmlns:foo",null,"NAMESPACE_E
RR" | |
133 PASS createDocument test 70: "http://example.com/","XMLNS:foo",null,null | |
134 FAIL createDocument test 70: metadata for "http://example.com/","XMLNS:foo",null
assert_equals: expected "about:blank" but got "" | |
135 PASS createDocument test 70: characterSet aliases for "http://example.com/","XML
NS:foo",null | |
136 PASS createDocument test 71: "http://example.com/","xmlfoo:bar",null,null | |
137 FAIL createDocument test 71: metadata for "http://example.com/","xmlfoo:bar",nul
l assert_equals: expected "about:blank" but got "" | |
138 PASS createDocument test 71: characterSet aliases for "http://example.com/","xml
foo:bar",null | |
139 PASS createDocument test 72: "http://example.com/","prefix::local",null,"NAMESPA
CE_ERR" | |
140 PASS createDocument test 73: "http://example.com/","namespaceURI:{",null,"INVALI
D_CHARACTER_ERR" | |
141 PASS createDocument test 74: "http://example.com/","namespaceURI:}",null,"INVALI
D_CHARACTER_ERR" | |
142 PASS createDocument test 75: "http://example.com/","namespaceURI:~",null,"INVALI
D_CHARACTER_ERR" | |
143 PASS createDocument test 76: "http://example.com/","namespaceURI:'",null,"INVALI
D_CHARACTER_ERR" | |
144 PASS createDocument test 77: "http://example.com/","namespaceURI:!",null,"INVALI
D_CHARACTER_ERR" | |
145 PASS createDocument test 78: "http://example.com/","namespaceURI:@",null,"INVALI
D_CHARACTER_ERR" | |
146 PASS createDocument test 79: "http://example.com/","namespaceURI:#",null,"INVALI
D_CHARACTER_ERR" | |
147 PASS createDocument test 80: "http://example.com/","namespaceURI:$",null,"INVALI
D_CHARACTER_ERR" | |
148 PASS createDocument test 81: "http://example.com/","namespaceURI:%",null,"INVALI
D_CHARACTER_ERR" | |
149 PASS createDocument test 82: "http://example.com/","namespaceURI:^",null,"INVALI
D_CHARACTER_ERR" | |
150 PASS createDocument test 83: "http://example.com/","namespaceURI:&",null,"INVALI
D_CHARACTER_ERR" | |
151 PASS createDocument test 84: "http://example.com/","namespaceURI:*",null,"INVALI
D_CHARACTER_ERR" | |
152 PASS createDocument test 85: "http://example.com/","namespaceURI:(",null,"INVALI
D_CHARACTER_ERR" | |
153 PASS createDocument test 86: "http://example.com/","namespaceURI:)",null,"INVALI
D_CHARACTER_ERR" | |
154 PASS createDocument test 87: "http://example.com/","namespaceURI:+",null,"INVALI
D_CHARACTER_ERR" | |
155 PASS createDocument test 88: "http://example.com/","namespaceURI:=",null,"INVALI
D_CHARACTER_ERR" | |
156 PASS createDocument test 89: "http://example.com/","namespaceURI:[",null,"INVALI
D_CHARACTER_ERR" | |
157 PASS createDocument test 90: "http://example.com/","namespaceURI:]",null,"INVALI
D_CHARACTER_ERR" | |
158 PASS createDocument test 91: "http://example.com/","namespaceURI:\\",null,"INVAL
ID_CHARACTER_ERR" | |
159 PASS createDocument test 92: "http://example.com/","namespaceURI:/",null,"INVALI
D_CHARACTER_ERR" | |
160 PASS createDocument test 93: "http://example.com/","namespaceURI:;",null,"INVALI
D_CHARACTER_ERR" | |
161 PASS createDocument test 94: "http://example.com/","namespaceURI:`",null,"INVALI
D_CHARACTER_ERR" | |
162 PASS createDocument test 95: "http://example.com/","namespaceURI:<",null,"INVALI
D_CHARACTER_ERR" | |
163 PASS createDocument test 96: "http://example.com/","namespaceURI:>",null,"INVALI
D_CHARACTER_ERR" | |
164 PASS createDocument test 97: "http://example.com/","namespaceURI:,",null,"INVALI
D_CHARACTER_ERR" | |
165 PASS createDocument test 98: "http://example.com/","namespaceURI:a ",null,"INVAL
ID_CHARACTER_ERR" | |
166 PASS createDocument test 99: "http://example.com/","namespaceURI:\"",null,"INVAL
ID_CHARACTER_ERR" | |
167 PASS createDocument test 100: "/","foo",null,null | |
168 FAIL createDocument test 100: metadata for "/","foo",null assert_equals: expecte
d "about:blank" but got "" | |
169 PASS createDocument test 100: characterSet aliases for "/","foo",null | |
170 PASS createDocument test 101: "/","1foo",null,"INVALID_CHARACTER_ERR" | |
171 PASS createDocument test 102: "/","f1oo",null,null | |
172 FAIL createDocument test 102: metadata for "/","f1oo",null assert_equals: expect
ed "about:blank" but got "" | |
173 PASS createDocument test 102: characterSet aliases for "/","f1oo",null | |
174 PASS createDocument test 103: "/","foo1",null,null | |
175 FAIL createDocument test 103: metadata for "/","foo1",null assert_equals: expect
ed "about:blank" but got "" | |
176 PASS createDocument test 103: characterSet aliases for "/","foo1",null | |
177 PASS createDocument test 104: "/",":foo",null,"NAMESPACE_ERR" | |
178 PASS createDocument test 105: "/","f:oo",null,null | |
179 FAIL createDocument test 105: metadata for "/","f:oo",null assert_equals: expect
ed "about:blank" but got "" | |
180 PASS createDocument test 105: characterSet aliases for "/","f:oo",null | |
181 PASS createDocument test 106: "/","foo:",null,"NAMESPACE_ERR" | |
182 PASS createDocument test 107: "/","xml",null,null | |
183 FAIL createDocument test 107: metadata for "/","xml",null assert_equals: expecte
d "about:blank" but got "" | |
184 PASS createDocument test 107: characterSet aliases for "/","xml",null | |
185 PASS createDocument test 108: "/","xmlns",null,"NAMESPACE_ERR" | |
186 PASS createDocument test 109: "/","xmlfoo",null,null | |
187 FAIL createDocument test 109: metadata for "/","xmlfoo",null assert_equals: expe
cted "about:blank" but got "" | |
188 PASS createDocument test 109: characterSet aliases for "/","xmlfoo",null | |
189 PASS createDocument test 110: "/","xml:foo",null,"NAMESPACE_ERR" | |
190 PASS createDocument test 111: "/","xmlns:foo",null,"NAMESPACE_ERR" | |
191 PASS createDocument test 112: "/","xmlfoo:bar",null,null | |
192 FAIL createDocument test 112: metadata for "/","xmlfoo:bar",null assert_equals:
expected "about:blank" but got "" | |
193 PASS createDocument test 112: characterSet aliases for "/","xmlfoo:bar",null | |
194 PASS createDocument test 113: "http://www.w3.org/XML/1998/namespace","foo",null,
null | |
195 FAIL createDocument test 113: metadata for "http://www.w3.org/XML/1998/namespace
","foo",null assert_equals: expected "about:blank" but got "" | |
196 PASS createDocument test 113: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","foo",null | |
197 PASS createDocument test 114: "http://www.w3.org/XML/1998/namespace","1foo",null
,"INVALID_CHARACTER_ERR" | |
198 PASS createDocument test 115: "http://www.w3.org/XML/1998/namespace","f1oo",null
,null | |
199 FAIL createDocument test 115: metadata for "http://www.w3.org/XML/1998/namespace
","f1oo",null assert_equals: expected "about:blank" but got "" | |
200 PASS createDocument test 115: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","f1oo",null | |
201 PASS createDocument test 116: "http://www.w3.org/XML/1998/namespace","foo1",null
,null | |
202 FAIL createDocument test 116: metadata for "http://www.w3.org/XML/1998/namespace
","foo1",null assert_equals: expected "about:blank" but got "" | |
203 PASS createDocument test 116: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","foo1",null | |
204 PASS createDocument test 117: "http://www.w3.org/XML/1998/namespace",":foo",null
,"NAMESPACE_ERR" | |
205 PASS createDocument test 118: "http://www.w3.org/XML/1998/namespace","f:oo",null
,null | |
206 FAIL createDocument test 118: metadata for "http://www.w3.org/XML/1998/namespace
","f:oo",null assert_equals: expected "about:blank" but got "" | |
207 PASS createDocument test 118: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","f:oo",null | |
208 PASS createDocument test 119: "http://www.w3.org/XML/1998/namespace","foo:",null
,"NAMESPACE_ERR" | |
209 PASS createDocument test 120: "http://www.w3.org/XML/1998/namespace","xml",null,
null | |
210 FAIL createDocument test 120: metadata for "http://www.w3.org/XML/1998/namespace
","xml",null assert_equals: expected "about:blank" but got "" | |
211 PASS createDocument test 120: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xml",null | |
212 PASS createDocument test 121: "http://www.w3.org/XML/1998/namespace","xmlns",nul
l,"NAMESPACE_ERR" | |
213 PASS createDocument test 122: "http://www.w3.org/XML/1998/namespace","xmlfoo",nu
ll,null | |
214 FAIL createDocument test 122: metadata for "http://www.w3.org/XML/1998/namespace
","xmlfoo",null assert_equals: expected "about:blank" but got "" | |
215 PASS createDocument test 122: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xmlfoo",null | |
216 PASS createDocument test 123: "http://www.w3.org/XML/1998/namespace","xml:foo",n
ull,null | |
217 FAIL createDocument test 123: metadata for "http://www.w3.org/XML/1998/namespace
","xml:foo",null assert_equals: expected "about:blank" but got "" | |
218 PASS createDocument test 123: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xml:foo",null | |
219 PASS createDocument test 124: "http://www.w3.org/XML/1998/namespace","xmlns:foo"
,null,"NAMESPACE_ERR" | |
220 PASS createDocument test 125: "http://www.w3.org/XML/1998/namespace","xmlfoo:bar
",null,null | |
221 FAIL createDocument test 125: metadata for "http://www.w3.org/XML/1998/namespace
","xmlfoo:bar",null assert_equals: expected "about:blank" but got "" | |
222 PASS createDocument test 125: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","xmlfoo:bar",null | |
223 PASS createDocument test 126: "http://www.w3.org/XML/1998/namespaces","xml:foo",
null,"NAMESPACE_ERR" | |
224 PASS createDocument test 127: "http://www.w3.org/xml/1998/namespace","xml:foo",n
ull,"NAMESPACE_ERR" | |
225 PASS createDocument test 128: "http://www.w3.org/2000/xmlns/","foo",null,"NAMESP
ACE_ERR" | |
226 PASS createDocument test 129: "http://www.w3.org/2000/xmlns/","1foo",null,"INVAL
ID_CHARACTER_ERR" | |
227 PASS createDocument test 130: "http://www.w3.org/2000/xmlns/","f1oo",null,"NAMES
PACE_ERR" | |
228 PASS createDocument test 131: "http://www.w3.org/2000/xmlns/","foo1",null,"NAMES
PACE_ERR" | |
229 PASS createDocument test 132: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMES
PACE_ERR" | |
230 PASS createDocument test 133: "http://www.w3.org/2000/xmlns/","f:oo",null,"NAMES
PACE_ERR" | |
231 PASS createDocument test 134: "http://www.w3.org/2000/xmlns/","foo:",null,"NAMES
PACE_ERR" | |
232 PASS createDocument test 135: "http://www.w3.org/2000/xmlns/","xml",null,"NAMESP
ACE_ERR" | |
233 PASS createDocument test 136: "http://www.w3.org/2000/xmlns/","xmlns",null,null | |
234 FAIL createDocument test 136: metadata for "http://www.w3.org/2000/xmlns/","xmln
s",null assert_equals: expected "about:blank" but got "" | |
235 PASS createDocument test 136: characterSet aliases for "http://www.w3.org/2000/x
mlns/","xmlns",null | |
236 PASS createDocument test 137: "http://www.w3.org/2000/xmlns/","xmlfoo",null,"NAM
ESPACE_ERR" | |
237 PASS createDocument test 138: "http://www.w3.org/2000/xmlns/","xml:foo",null,"NA
MESPACE_ERR" | |
238 PASS createDocument test 139: "http://www.w3.org/2000/xmlns/","xmlns:foo",null,n
ull | |
239 FAIL createDocument test 139: metadata for "http://www.w3.org/2000/xmlns/","xmln
s:foo",null assert_equals: expected "about:blank" but got "" | |
240 PASS createDocument test 139: characterSet aliases for "http://www.w3.org/2000/x
mlns/","xmlns:foo",null | |
241 PASS createDocument test 140: "http://www.w3.org/2000/xmlns/","xmlfoo:bar",null,
"NAMESPACE_ERR" | |
242 PASS createDocument test 141: "http://www.w3.org/2000/xmlns/","foo:xmlns",null,"
NAMESPACE_ERR" | |
243 PASS createDocument test 142: "foo:","foo",null,null | |
244 FAIL createDocument test 142: metadata for "foo:","foo",null assert_equals: expe
cted "about:blank" but got "" | |
245 PASS createDocument test 142: characterSet aliases for "foo:","foo",null | |
246 PASS createDocument test 143: "foo:","1foo",null,"INVALID_CHARACTER_ERR" | |
247 PASS createDocument test 144: "foo:","f1oo",null,null | |
248 FAIL createDocument test 144: metadata for "foo:","f1oo",null assert_equals: exp
ected "about:blank" but got "" | |
249 PASS createDocument test 144: characterSet aliases for "foo:","f1oo",null | |
250 PASS createDocument test 145: "foo:","foo1",null,null | |
251 FAIL createDocument test 145: metadata for "foo:","foo1",null assert_equals: exp
ected "about:blank" but got "" | |
252 PASS createDocument test 145: characterSet aliases for "foo:","foo1",null | |
253 PASS createDocument test 146: "foo:",":foo",null,"NAMESPACE_ERR" | |
254 PASS createDocument test 147: "foo:","f:oo",null,null | |
255 FAIL createDocument test 147: metadata for "foo:","f:oo",null assert_equals: exp
ected "about:blank" but got "" | |
256 PASS createDocument test 147: characterSet aliases for "foo:","f:oo",null | |
257 PASS createDocument test 148: "foo:","foo:",null,"NAMESPACE_ERR" | |
258 PASS createDocument test 149: "foo:","xml",null,null | |
259 FAIL createDocument test 149: metadata for "foo:","xml",null assert_equals: expe
cted "about:blank" but got "" | |
260 PASS createDocument test 149: characterSet aliases for "foo:","xml",null | |
261 PASS createDocument test 150: "foo:","xmlns",null,"NAMESPACE_ERR" | |
262 PASS createDocument test 151: "foo:","xmlfoo",null,null | |
263 FAIL createDocument test 151: metadata for "foo:","xmlfoo",null assert_equals: e
xpected "about:blank" but got "" | |
264 PASS createDocument test 151: characterSet aliases for "foo:","xmlfoo",null | |
265 PASS createDocument test 152: "foo:","xml:foo",null,"NAMESPACE_ERR" | |
266 PASS createDocument test 153: "foo:","xmlns:foo",null,"NAMESPACE_ERR" | |
267 PASS createDocument test 154: "foo:","xmlfoo:bar",null,null | |
268 FAIL createDocument test 154: metadata for "foo:","xmlfoo:bar",null assert_equal
s: expected "about:blank" but got "" | |
269 PASS createDocument test 154: characterSet aliases for "foo:","xmlfoo:bar",null | |
270 PASS createDocument test 155: null,null,false,object "TypeError" | |
271 PASS createDocument test 156: null,null,null,null | |
272 FAIL createDocument test 156: metadata for null,null,null assert_equals: expecte
d "about:blank" but got "" | |
273 PASS createDocument test 156: characterSet aliases for null,null,null | |
274 PASS createDocument test 157: null,"",null,null | |
275 FAIL createDocument test 157: metadata for null,"",null assert_equals: expected
"about:blank" but got "" | |
276 PASS createDocument test 157: characterSet aliases for null,"",null | |
277 PASS createDocument test 158: undefined,null,undefined,null | |
278 FAIL createDocument test 158: metadata for undefined,null,undefined assert_equal
s: expected "about:blank" but got "" | |
279 PASS createDocument test 158: characterSet aliases for undefined,null,undefined | |
280 PASS createDocument test 159: undefined,undefined,undefined,null | |
281 FAIL createDocument test 159: metadata for undefined,undefined,undefined assert_
equals: expected "about:blank" but got "" | |
282 PASS createDocument test 159: characterSet aliases for undefined,undefined,undef
ined | |
283 PASS createDocument test 160: undefined,"",undefined,null | |
284 FAIL createDocument test 160: metadata for undefined,"",undefined assert_equals:
expected "about:blank" but got "" | |
285 PASS createDocument test 160: characterSet aliases for undefined,"",undefined | |
286 PASS createDocument test 161: "http://example.com/",null,null,null | |
287 FAIL createDocument test 161: metadata for "http://example.com/",null,null asser
t_equals: expected "about:blank" but got "" | |
288 PASS createDocument test 161: characterSet aliases for "http://example.com/",nul
l,null | |
289 PASS createDocument test 162: "http://example.com/","",null,null | |
290 FAIL createDocument test 162: metadata for "http://example.com/","",null assert_
equals: expected "about:blank" but got "" | |
291 PASS createDocument test 162: characterSet aliases for "http://example.com/","",
null | |
292 PASS createDocument test 163: "/",null,null,null | |
293 FAIL createDocument test 163: metadata for "/",null,null assert_equals: expected
"about:blank" but got "" | |
294 PASS createDocument test 163: characterSet aliases for "/",null,null | |
295 PASS createDocument test 164: "/","",null,null | |
296 FAIL createDocument test 164: metadata for "/","",null assert_equals: expected "
about:blank" but got "" | |
297 PASS createDocument test 164: characterSet aliases for "/","",null | |
298 PASS createDocument test 165: "http://www.w3.org/XML/1998/namespace",null,null,n
ull | |
299 FAIL createDocument test 165: metadata for "http://www.w3.org/XML/1998/namespace
",null,null assert_equals: expected "about:blank" but got "" | |
300 PASS createDocument test 165: characterSet aliases for "http://www.w3.org/XML/19
98/namespace",null,null | |
301 PASS createDocument test 166: "http://www.w3.org/XML/1998/namespace","",null,nul
l | |
302 FAIL createDocument test 166: metadata for "http://www.w3.org/XML/1998/namespace
","",null assert_equals: expected "about:blank" but got "" | |
303 PASS createDocument test 166: characterSet aliases for "http://www.w3.org/XML/19
98/namespace","",null | |
304 PASS createDocument test 167: "http://www.w3.org/2000/xmlns/",null,null,null | |
305 FAIL createDocument test 167: metadata for "http://www.w3.org/2000/xmlns/",null,
null assert_equals: expected "about:blank" but got "" | |
306 PASS createDocument test 167: characterSet aliases for "http://www.w3.org/2000/x
mlns/",null,null | |
307 PASS createDocument test 168: "http://www.w3.org/2000/xmlns/","",null,null | |
308 FAIL createDocument test 168: metadata for "http://www.w3.org/2000/xmlns/","",nu
ll assert_equals: expected "about:blank" but got "" | |
309 PASS createDocument test 168: characterSet aliases for "http://www.w3.org/2000/x
mlns/","",null | |
310 PASS createDocument test 169: "foo:",null,null,null | |
311 FAIL createDocument test 169: metadata for "foo:",null,null assert_equals: expec
ted "about:blank" but got "" | |
312 PASS createDocument test 169: characterSet aliases for "foo:",null,null | |
313 PASS createDocument test 170: "foo:","",null,null | |
314 FAIL createDocument test 170: metadata for "foo:","",null assert_equals: expecte
d "about:blank" but got "" | |
315 PASS createDocument test 170: characterSet aliases for "foo:","",null | |
316 PASS createDocument test 171: null,null,DocumentType node,null | |
317 FAIL createDocument test 171: metadata for null,null,DocumentType node assert_eq
uals: expected "about:blank" but got "" | |
318 PASS createDocument test 171: characterSet aliases for null,null,DocumentType no
de | |
319 PASS createDocument test 172: null,null,DocumentType node,null | |
320 FAIL createDocument test 172: metadata for null,null,DocumentType node assert_eq
uals: expected "about:blank" but got "" | |
321 PASS createDocument test 172: characterSet aliases for null,null,DocumentType no
de | |
322 PASS createDocument test 173: null,null,DocumentType node,null | |
323 FAIL createDocument test 173: metadata for null,null,DocumentType node assert_eq
uals: expected "about:blank" but got "" | |
324 PASS createDocument test 173: characterSet aliases for null,null,DocumentType no
de | |
325 PASS createDocument test 174: null,null,DocumentType node,null | |
326 FAIL createDocument test 174: metadata for null,null,DocumentType node assert_eq
uals: expected "about:blank" but got "" | |
327 PASS createDocument test 174: characterSet aliases for null,null,DocumentType no
de | |
328 PASS createDocument test 175: null,null,DocumentType node,null | |
329 FAIL createDocument test 175: metadata for null,null,DocumentType node assert_eq
uals: expected "about:blank" but got "" | |
330 PASS createDocument test 175: characterSet aliases for null,null,DocumentType no
de | |
331 PASS createDocument test 176: null,"foo",DocumentType node,null | |
332 FAIL createDocument test 176: metadata for null,"foo",DocumentType node assert_e
quals: expected "about:blank" but got "" | |
333 PASS createDocument test 176: characterSet aliases for null,"foo",DocumentType n
ode | |
334 PASS createDocument test 177: "foo",null,DocumentType node,null | |
335 FAIL createDocument test 177: metadata for "foo",null,DocumentType node assert_e
quals: expected "about:blank" but got "" | |
336 PASS createDocument test 177: characterSet aliases for "foo",null,DocumentType n
ode | |
337 PASS createDocument test 178: "foo","bar",DocumentType node,null | |
338 FAIL createDocument test 178: metadata for "foo","bar",DocumentType node assert_
equals: expected "about:blank" but got "" | |
339 PASS createDocument test 178: characterSet aliases for "foo","bar",DocumentType
node | |
340 PASS createDocument test 179: "http://www.w3.org/1999/xhtml","",null,null | |
341 FAIL createDocument test 179: metadata for "http://www.w3.org/1999/xhtml","",nul
l assert_equals: expected "about:blank" but got "" | |
342 PASS createDocument test 179: characterSet aliases for "http://www.w3.org/1999/x
html","",null | |
343 PASS createDocument test 180: "http://www.w3.org/2000/svg","",null,null | |
344 FAIL createDocument test 180: metadata for "http://www.w3.org/2000/svg","",null
assert_equals: expected "about:blank" but got "" | |
345 PASS createDocument test 180: characterSet aliases for "http://www.w3.org/2000/s
vg","",null | |
346 PASS createDocument test 181: "http://www.w3.org/1998/Math/MathML","",null,null | |
347 FAIL createDocument test 181: metadata for "http://www.w3.org/1998/Math/MathML",
"",null assert_equals: expected "about:blank" but got "" | |
348 PASS createDocument test 181: characterSet aliases for "http://www.w3.org/1998/M
ath/MathML","",null | |
349 PASS createDocument test 182: null,"html",null,null | |
350 FAIL createDocument test 182: metadata for null,"html",null assert_equals: expec
ted "about:blank" but got "" | |
351 PASS createDocument test 182: characterSet aliases for null,"html",null | |
352 PASS createDocument test 183: null,"svg",null,null | |
353 FAIL createDocument test 183: metadata for null,"svg",null assert_equals: expect
ed "about:blank" but got "" | |
354 PASS createDocument test 183: characterSet aliases for null,"svg",null | |
355 PASS createDocument test 184: null,"math",null,null | |
356 FAIL createDocument test 184: metadata for null,"math",null assert_equals: expec
ted "about:blank" but got "" | |
357 PASS createDocument test 184: characterSet aliases for null,"math",null | |
358 PASS createDocument test 185: null,"",DocumentType node | |
359 PASS createDocument test 186: null,"",DocumentType node | |
360 PASS createDocument test 187: null,"",DocumentType node | |
361 PASS createDocument with missing arguments | |
362 Harness: the test ran to completion. | |
363 | |
OLD | NEW |