| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 391 tests; 299 PASS, 92 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 PASS createDocument test: characterSet aliases for null,"svg",null | 386 PASS createDocument test: characterSet aliases for null,"svg",null |
| 386 PASS createDocument test: null,"math",null,null | 387 PASS createDocument test: null,"math",null,null |
| 387 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" | 388 FAIL createDocument test: metadata for null,"math",null assert_equals: expected
"about:blank" but got "" |
| 388 PASS createDocument test: characterSet aliases for null,"math",null | 389 PASS createDocument test: characterSet aliases for null,"math",null |
| 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> | 390 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> |
| 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> | 391 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> |
| 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> | 392 PASS createDocument test: null,"",DocumentType node <!DOCTYPE math -//W3C//DTD M
athML 2.0//EN http://www.w3.org/Math/DTD/mathml2/mathml2.dtd> |
| 392 PASS createDocument with missing arguments | 393 PASS createDocument with missing arguments |
| 393 Harness: the test ran to completion. | 394 Harness: the test ran to completion. |
| 394 | 395 |
| OLD | NEW |