| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 30 tests. 29 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS beforeBegin content without next sibling | 3 PASS beforeBegin content without next sibling |
| 3 PASS Afterbegin content without next sibling | 4 PASS Afterbegin content without next sibling |
| 4 PASS BeforeEnd content without next sibling | 5 PASS BeforeEnd content without next sibling |
| 5 PASS afterend content without next sibling | 6 PASS afterend content without next sibling |
| 6 PASS beforeBegin content again, with next sibling | 7 PASS beforeBegin content again, with next sibling |
| 7 PASS Afterbegin content again, with next sibling | 8 PASS Afterbegin content again, with next sibling |
| 8 PASS BeforeEnd content again, with next sibling | 9 PASS BeforeEnd content again, with next sibling |
| 9 PASS afterend content again, with next sibling | 10 PASS afterend content again, with next sibling |
| 10 PASS Should throw when inserting with invalid position string | 11 PASS Should throw when inserting with invalid position string |
| 11 PASS When the parent node is null, insertAdjacentHTML should throw for beforebeg
in and afterend (text) | 12 PASS When the parent node is null, insertAdjacentHTML should throw for beforebeg
in and afterend (text) |
| (...skipping 12 matching lines...) Expand all Loading... |
| 24 PASS Afterbegin content2 without next sibling | 25 PASS Afterbegin content2 without next sibling |
| 25 PASS BeforeEnd content2 without next sibling | 26 PASS BeforeEnd content2 without next sibling |
| 26 PASS afterend content2 without next sibling | 27 PASS afterend content2 without next sibling |
| 27 PASS beforeBegin content2 test again, now that there's a next sibling | 28 PASS beforeBegin content2 test again, now that there's a next sibling |
| 28 PASS Afterbegin content2 test again, now that there's a next sibling | 29 PASS Afterbegin content2 test again, now that there's a next sibling |
| 29 PASS BeforeEnd content2 test again, now that there's a next sibling | 30 PASS BeforeEnd content2 test again, now that there's a next sibling |
| 30 PASS afterend content2 test again, now that there's a next sibling | 31 PASS afterend content2 test again, now that there's a next sibling |
| 31 FAIL Inserting kids of the <html> element should not do weird things with implie
d <body>/<head> tags assert_equals: Should still have one head expected 1 but go
t 3 | 32 FAIL Inserting kids of the <html> element should not do weird things with implie
d <body>/<head> tags assert_equals: Should still have one head expected 1 but go
t 3 |
| 32 Harness: the test ran to completion. | 33 Harness: the test ran to completion. |
| 33 | 34 |
| OLD | NEW |