| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 76 tests; 66 PASS, 10 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 FAIL testDiv.insertBefore(paras[0], paras[1]), with unselected range collapsed a
t (paras[0], 0) assert_equals: Wrong start container expected Element node <div
id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 3 FAIL testDiv.insertBefore(paras[0], paras[1]), with unselected range collapsed a
t (paras[0], 0) assert_equals: Wrong start container expected Element node <div
id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 3 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 4 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 4 </p> | 5 </p> |
| 5 FAIL testDiv.insertBefore(paras[0], paras[1]), with selected range collapsed at
(paras[0], 0) assert_equals: Wrong start container expected Element node <div id
="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 6 FAIL testDiv.insertBefore(paras[0], paras[1]), with selected range collapsed at
(paras[0], 0) assert_equals: Wrong start container expected Element node <div id
="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 6 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 7 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 7 </p> | 8 </p> |
| 8 FAIL testDiv.insertBefore(paras[0], paras[1]), with unselected range on paras[0]
from 0 to 1 assert_equals: Wrong start container expected Element node <div id=
"test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 9 FAIL testDiv.insertBefore(paras[0], paras[1]), with unselected range on paras[0]
from 0 to 1 assert_equals: Wrong start container expected Element node <div id=
"test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 9 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 10 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| 10 </p> | 11 </p> |
| 11 FAIL testDiv.insertBefore(paras[0], paras[1]), with selected range on paras[0] f
rom 0 to 1 assert_equals: Wrong start container expected Element node <div id="t
est"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ | 12 FAIL testDiv.insertBefore(paras[0], paras[1]), with selected range on paras[0] f
rom 0 to 1 assert_equals: Wrong start container expected Element node <div id="t
est"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 PASS paras[0].insertBefore(testDiv, paras[0].firstChild), with unselected range
on paras[0] from 0 to 1 | 83 PASS paras[0].insertBefore(testDiv, paras[0].firstChild), with unselected range
on paras[0] from 0 to 1 |
| 83 PASS paras[0].insertBefore(testDiv, paras[0].firstChild), with selected range on
paras[0] from 0 to 1 | 84 PASS paras[0].insertBefore(testDiv, paras[0].firstChild), with selected range on
paras[0] from 0 to 1 |
| 84 PASS paras[0].insertBefore(document, paras[0].firstChild), with unselected range
on paras[0] from 0 to 1 | 85 PASS paras[0].insertBefore(document, paras[0].firstChild), with unselected range
on paras[0] from 0 to 1 |
| 85 PASS paras[0].insertBefore(document, paras[0].firstChild), with selected range o
n paras[0] from 0 to 1 | 86 PASS paras[0].insertBefore(document, paras[0].firstChild), with selected range o
n paras[0] from 0 to 1 |
| 86 PASS paras[0].insertBefore(foreignDoc, paras[0].firstChild), with unselected ran
ge on paras[0] from 0 to 1 | 87 PASS paras[0].insertBefore(foreignDoc, paras[0].firstChild), with unselected ran
ge on paras[0] from 0 to 1 |
| 87 PASS paras[0].insertBefore(foreignDoc, paras[0].firstChild), with selected range
on paras[0] from 0 to 1 | 88 PASS paras[0].insertBefore(foreignDoc, paras[0].firstChild), with selected range
on paras[0] from 0 to 1 |
| 88 PASS paras[0].insertBefore(document.doctype, paras[0].firstChild), with unselect
ed range on paras[0] from 0 to 1 | 89 PASS paras[0].insertBefore(document.doctype, paras[0].firstChild), with unselect
ed range on paras[0] from 0 to 1 |
| 89 PASS paras[0].insertBefore(document.doctype, paras[0].firstChild), with selected
range on paras[0] from 0 to 1 | 90 PASS paras[0].insertBefore(document.doctype, paras[0].firstChild), with selected
range on paras[0] from 0 to 1 |
| 90 Harness: the test ran to completion. | 91 Harness: the test ran to completion. |
| 91 | 92 |
| OLD | NEW |