OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 590 tests; 584 PASS, 6 FAIL, 0 TIMEOUT, 0 NOTRUN. |
2 PASS createElementNS test in HTML document: null,null,null | 3 PASS createElementNS test in HTML document: null,null,null |
3 PASS createElementNS test in XML document: null,null,null | 4 PASS createElementNS test in XML document: null,null,null |
4 PASS createElementNS test in XHTML document: null,null,null | 5 PASS createElementNS test in XHTML document: null,null,null |
5 PASS createElementNS test in HTML document: null,undefined,null | 6 PASS createElementNS test in HTML document: null,undefined,null |
6 PASS createElementNS test in XML document: null,undefined,null | 7 PASS createElementNS test in XML document: null,undefined,null |
7 PASS createElementNS test in XHTML document: null,undefined,null | 8 PASS createElementNS test in XHTML document: null,undefined,null |
8 PASS createElementNS test in HTML document: null,"foo",null | 9 PASS createElementNS test in HTML document: null,"foo",null |
9 PASS createElementNS test in XML document: null,"foo",null | 10 PASS createElementNS test in XML document: null,"foo",null |
10 PASS createElementNS test in XHTML document: null,"foo",null | 11 PASS createElementNS test in XHTML document: null,"foo",null |
11 PASS createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR" | 12 PASS createElementNS test in HTML document: null,"1foo","INVALID_CHARACTER_ERR" |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 PASS Lower-case non-HTML element with a prefix | 585 PASS Lower-case non-HTML element with a prefix |
585 PASS Upper-case HTML element without a prefix | 586 PASS Upper-case HTML element without a prefix |
586 PASS Upper-case HTML element with a prefix | 587 PASS Upper-case HTML element with a prefix |
587 PASS Upper-case non-HTML element without a prefix | 588 PASS Upper-case non-HTML element without a prefix |
588 PASS Upper-case non-HTML element with a prefix | 589 PASS Upper-case non-HTML element with a prefix |
589 PASS null namespace | 590 PASS null namespace |
590 PASS undefined namespace | 591 PASS undefined namespace |
591 PASS empty string namespace | 592 PASS empty string namespace |
592 Harness: the test ran to completion. | 593 Harness: the test ran to completion. |
593 | 594 |
OLD | NEW |