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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 PASS createDocument test 175: characterSet aliases for null,null,DocumentType no
de | 330 PASS createDocument test 175: characterSet aliases for null,null,DocumentType no
de |
331 PASS createDocument test 176: null,"foo",DocumentType node,null | 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 "" | 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 | 333 PASS createDocument test 176: characterSet aliases for null,"foo",DocumentType n
ode |
334 PASS createDocument test 177: "foo",null,DocumentType node,null | 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 "" | 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 | 336 PASS createDocument test 177: characterSet aliases for "foo",null,DocumentType n
ode |
337 PASS createDocument test 178: "foo","bar",DocumentType node,null | 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 "" | 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 | 339 PASS createDocument test 178: characterSet aliases for "foo","bar",DocumentType
node |
| 340 PASS createDocument with missing arguments |
340 Harness: the test ran to completion. | 341 Harness: the test ran to completion. |
341 | 342 |
OLD | NEW |