| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 133 tests; 129 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 133 tests; 129 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS createElement(a) | 3 PASS createElement(a) |
| 4 PASS createElement(abbr) | 4 PASS createElement(abbr) |
| 5 PASS createElement(acronym) | 5 PASS createElement(acronym) |
| 6 PASS createElement(address) | 6 PASS createElement(address) |
| 7 FAIL createElement(applet) assert_true: HTMLAppletElement is not supported expec
ted true got false | 7 FAIL createElement(applet) assert_true: HTMLAppletElement is not supported expec
ted true got false |
| 8 PASS createElement(area) | 8 PASS createElement(area) |
| 9 PASS createElement(article) | 9 PASS createElement(article) |
| 10 PASS createElement(aside) | 10 PASS createElement(aside) |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 PASS createElement(unknown) | 123 PASS createElement(unknown) |
| 124 PASS createElement(wbr) | 124 PASS createElement(wbr) |
| 125 PASS createDocumentFragment | 125 PASS createDocumentFragment |
| 126 PASS createTextNode | 126 PASS createTextNode |
| 127 PASS createComment | 127 PASS createComment |
| 128 PASS createElement with attributes | 128 PASS createElement with attributes |
| 129 PASS createElementNS HTML | 129 PASS createElementNS HTML |
| 130 PASS createElementNS non-HTML | 130 PASS createElementNS non-HTML |
| 131 PASS createProcessingInstruction | 131 PASS createProcessingInstruction |
| 132 PASS implementation.createDocumentType | 132 PASS implementation.createDocumentType |
| 133 FAIL implementation.createDocument assert_equals: expected "null" but got "http:
//web-platform.test:8001" | 133 FAIL implementation.createDocument assert_equals: expected "about:blank" but got
"" |
| 134 PASS implementation.createHTMLDocument | 134 PASS implementation.createHTMLDocument |
| 135 PASS node with children | 135 PASS node with children |
| 136 Harness: the test ran to completion. | 136 Harness: the test ran to completion. |
| 137 | 137 |
| OLD | NEW |