OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 395 tests; 302 PASS, 93 FAIL, 0 TIMEOUT, 0 NOTRUN. |
2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) | 3 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) |
3 PASS createDocument test: null,null,null,null | 4 PASS createDocument test: null,null,null,null |
4 FAIL createDocument test: metadata for null,null,null assert_equals: expected "a
bout:blank" but got "" | 5 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 | 6 PASS createDocument test: characterSet aliases for null,null,null |
6 PASS createDocument test: null,undefined,null,null | 7 PASS createDocument test: null,undefined,null,null |
7 FAIL createDocument test: metadata for null,undefined,null assert_equals: expect
ed "about:blank" but got "" | 8 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 | 9 PASS createDocument test: characterSet aliases for null,undefined,null |
9 PASS createDocument test: null,"foo",null,null | 10 PASS createDocument test: null,"foo",null,null |
10 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected "
about:blank" but got "" | 11 FAIL createDocument test: metadata for null,"foo",null assert_equals: expected "
about:blank" but got "" |
11 PASS createDocument test: characterSet aliases for null,"foo",null | 12 PASS createDocument test: characterSet aliases for null,"foo",null |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 PASS createDocument test: characterSet aliases for null,"svg",null | 390 PASS createDocument test: characterSet aliases for null,"svg",null |
390 PASS createDocument test: null,"math",null,null | 391 PASS createDocument test: null,"math",null,null |
391 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" | 392 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 | 393 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> | 394 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> | 395 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> | 396 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 | 397 PASS createDocument with missing arguments |
397 Harness: the test ran to completion. | 398 Harness: the test ran to completion. |
398 | 399 |
OLD | NEW |