| 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 0: null,undefined,null,null | 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 "" | 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 | 5 PASS createDocument test 0: characterSet aliases for null,undefined,null |
| 6 PASS createDocument test 1: null,"foo",null,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 "" | 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 | 8 PASS createDocument test 1: characterSet aliases for null,"foo",null |
| 9 PASS createDocument test 2: null,"1foo",null,"INVALID_CHARACTER_ERR" | 9 PASS createDocument test 2: null,"1foo",null,"INVALID_CHARACTER_ERR" |
| 10 PASS createDocument test 3: null,"f1oo",null,null | 10 PASS createDocument test 3: null,"f1oo",null,null |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 PASS createDocument test 183: characterSet aliases for null,"svg",null | 354 PASS createDocument test 183: characterSet aliases for null,"svg",null |
| 355 PASS createDocument test 184: null,"math",null,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 "" | 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 | 357 PASS createDocument test 184: characterSet aliases for null,"math",null |
| 358 PASS createDocument test 185: null,"",DocumentType node | 358 PASS createDocument test 185: null,"",DocumentType node |
| 359 PASS createDocument test 186: null,"",DocumentType node | 359 PASS createDocument test 186: null,"",DocumentType node |
| 360 PASS createDocument test 187: null,"",DocumentType node | 360 PASS createDocument test 187: null,"",DocumentType node |
| 361 PASS createDocument with missing arguments | 361 PASS createDocument with missing arguments |
| 362 Harness: the test ran to completion. | 362 Harness: the test ran to completion. |
| 363 | 363 |
| OLD | NEW |