| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 581 tests; 575 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 PASS Lower-case non-HTML element with a prefix | 576 PASS Lower-case non-HTML element with a prefix |
| 576 PASS Upper-case HTML element without a prefix | 577 PASS Upper-case HTML element without a prefix |
| 577 PASS Upper-case HTML element with a prefix | 578 PASS Upper-case HTML element with a prefix |
| 578 PASS Upper-case non-HTML element without a prefix | 579 PASS Upper-case non-HTML element without a prefix |
| 579 PASS Upper-case non-HTML element with a prefix | 580 PASS Upper-case non-HTML element with a prefix |
| 580 PASS null namespace | 581 PASS null namespace |
| 581 PASS undefined namespace | 582 PASS undefined namespace |
| 582 PASS empty string namespace | 583 PASS empty string namespace |
| 583 Harness: the test ran to completion. | 584 Harness: the test ran to completion. |
| 584 | 585 |
| OLD | NEW |