OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) | 2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) |
3 PASS createDocument test: null,null,null,null | 3 PASS createDocument test: null,null,null,null |
4 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a
bout:blank" but got "" | 4 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a
bout:blank" but got "" |
5 PASS createDocument test: characterSet aliases for null,null,null | 5 PASS createDocument test: characterSet aliases for null,null,null |
6 PASS createDocument test: null,undefined,null,null | 6 PASS createDocument test: null,undefined,null,null |
7 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect
ed "about:blank" but got "" | 7 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect
ed "about:blank" but got "" |
8 PASS createDocument test: characterSet aliases for null,undefined,null | 8 PASS createDocument test: characterSet aliases for null,undefined,null |
9 PASS createDocument test: null,"foo",null,null | 9 PASS createDocument test: null,"foo",null,null |
10 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected "
about:blank" but got "" | 10 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected "
about:blank" but got "" |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te
st",null | 146 PASS createDocument test: characterSet aliases for "http://example.com/","ns0:te
st",null |
147 PASS createDocument test: "http://example.com/","a.b:c",null,null | 147 PASS createDocument test: "http://example.com/","a.b:c",null,null |
148 FAIL createDocument test: metadata for "http://example.com/","a.b:c",null assert
_equals: expected "about:blank" but got "" | 148 FAIL createDocument test: metadata for "http://example.com/","a.b:c",null assert
_equals: expected "about:blank" but got "" |
149 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c"
,null | 149 PASS createDocument test: characterSet aliases for "http://example.com/","a.b:c"
,null |
150 PASS createDocument test: "http://example.com/","a-b:c",null,null | 150 PASS createDocument test: "http://example.com/","a-b:c",null,null |
151 FAIL createDocument test: metadata for "http://example.com/","a-b:c",null assert
_equals: expected "about:blank" but got "" | 151 FAIL createDocument test: metadata for "http://example.com/","a-b:c",null assert
_equals: expected "about:blank" but got "" |
152 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c"
,null | 152 PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c"
,null |
153 PASS createDocument test: "http://example.com/","xml",null,null | 153 PASS createDocument test: "http://example.com/","xml",null,null |
154 FAIL createDocument test: metadata for "http://example.com/","xml",null assert_e
quals: expected "about:blank" but got "" | 154 FAIL createDocument test: metadata for "http://example.com/","xml",null assert_e
quals: expected "about:blank" but got "" |
155 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n
ull | 155 PASS createDocument test: characterSet aliases for "http://example.com/","xml",n
ull |
156 PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR" | |
157 PASS createDocument test: "http://example.com/","XMLNS",null,null | 156 PASS createDocument test: "http://example.com/","XMLNS",null,null |
158 FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert
_equals: expected "about:blank" but got "" | 157 FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert
_equals: expected "about:blank" but got "" |
159 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS"
,null | 158 PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS"
,null |
160 PASS createDocument test: "http://example.com/","xmlfoo",null,null | 159 PASS createDocument test: "http://example.com/","xmlfoo",null,null |
161 FAIL createDocument test: metadata for "http://example.com/","xmlfoo",null asser
t_equals: expected "about:blank" but got "" | 160 FAIL createDocument test: metadata for "http://example.com/","xmlfoo",null asser
t_equals: expected "about:blank" but got "" |
162 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo
",null | 161 PASS createDocument test: characterSet aliases for "http://example.com/","xmlfoo
",null |
163 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR" | 162 PASS createDocument test: "http://example.com/","xml:foo",null,"NAMESPACE_ERR" |
164 PASS createDocument test: "http://example.com/","XML:foo",null,null | 163 PASS createDocument test: "http://example.com/","XML:foo",null,null |
165 FAIL createDocument test: metadata for "http://example.com/","XML:foo",null asse
rt_equals: expected "about:blank" but got "" | 164 FAIL createDocument test: metadata for "http://example.com/","XML:foo",null asse
rt_equals: expected "about:blank" but got "" |
166 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo
o",null | 165 PASS createDocument test: characterSet aliases for "http://example.com/","XML:fo
o",null |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR" | 295 PASS createDocument test: "foo:","xmlns",null,"NAMESPACE_ERR" |
297 PASS createDocument test: "foo:","xmlfoo",null,null | 296 PASS createDocument test: "foo:","xmlfoo",null,null |
298 FAIL createDocument test: metadata for "foo:","xmlfoo",null assert_equals: expec
ted "about:blank" but got "" | 297 FAIL createDocument test: metadata for "foo:","xmlfoo",null assert_equals: expec
ted "about:blank" but got "" |
299 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null | 298 PASS createDocument test: characterSet aliases for "foo:","xmlfoo",null |
300 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR" | 299 PASS createDocument test: "foo:","xml:foo",null,"NAMESPACE_ERR" |
301 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR" | 300 PASS createDocument test: "foo:","xmlns:foo",null,"NAMESPACE_ERR" |
302 PASS createDocument test: "foo:","xmlfoo:bar",null,null | 301 PASS createDocument test: "foo:","xmlfoo:bar",null,null |
303 FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: e
xpected "about:blank" but got "" | 302 FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: e
xpected "about:blank" but got "" |
304 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null | 303 PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null |
305 PASS createDocument test: null,null,false,object "TypeError" | 304 PASS createDocument test: null,null,false,object "TypeError" |
306 PASS createDocument test: null,null,null,null | |
307 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a
bout:blank" but got "" | |
308 PASS createDocument test: characterSet aliases for null,null,null | |
309 PASS createDocument test: null,"",null,null | 305 PASS createDocument test: null,"",null,null |
310 FAIL createDocument test: metadata for null,"",null assert_equals: expected "abo
ut:blank" but got "" | 306 FAIL createDocument test: metadata for null,"",null assert_equals: expected "abo
ut:blank" but got "" |
311 PASS createDocument test: characterSet aliases for null,"",null | 307 PASS createDocument test: characterSet aliases for null,"",null |
312 PASS createDocument test: undefined,null,undefined,null | 308 PASS createDocument test: undefined,null,undefined,null |
313 FAIL createDocument test: metadata for undefined,null,undefined assert_equals: e
xpected "about:blank" but got "" | 309 FAIL createDocument test: metadata for undefined,null,undefined assert_equals: e
xpected "about:blank" but got "" |
314 PASS createDocument test: characterSet aliases for undefined,null,undefined | 310 PASS createDocument test: characterSet aliases for undefined,null,undefined |
315 PASS createDocument test: undefined,undefined,undefined,null | 311 PASS createDocument test: undefined,undefined,undefined,null |
316 FAIL createDocument test: metadata for undefined,undefined,undefined assert_equa
ls: expected "about:blank" but got "" | 312 FAIL createDocument test: metadata for undefined,undefined,undefined assert_equa
ls: expected "about:blank" but got "" |
317 PASS createDocument test: characterSet aliases for undefined,undefined,undefined
| 313 PASS createDocument test: characterSet aliases for undefined,undefined,undefined
|
318 PASS createDocument test: undefined,"",undefined,null | 314 PASS createDocument test: undefined,"",undefined,null |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 PASS createDocument test: characterSet aliases for null,"svg",null | 385 PASS createDocument test: characterSet aliases for null,"svg",null |
390 PASS createDocument test: null,"math",null,null | 386 PASS createDocument test: null,"math",null,null |
391 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" | 387 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" |
392 PASS createDocument test: characterSet aliases for null,"math",null | 388 PASS createDocument test: characterSet aliases for null,"math",null |
393 PASS createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD X
HTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt
d> | 389 PASS createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD X
HTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt
d> |
394 PASS createDocument test: null,"",DocumentType node <!DOCTYPE svg -//W3C//DTD SV
G 1.1//EN http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd> | 390 PASS createDocument test: null,"",DocumentType node <!DOCTYPE svg -//W3C//DTD SV
G 1.1//EN http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd> |
395 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M
athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> | 391 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M
athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> |
396 PASS createDocument with missing arguments | 392 PASS createDocument with missing arguments |
397 Harness: the test ran to completion. | 393 Harness: the test ran to completion. |
398 | 394 |
OLD | NEW |