OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS Passing a detached element from the main document to removeChild should not
affect it. | 2 PASS Passing a detached element from the main document to removeChild should not
affect it. |
3 PASS Passing a non-detached element from the main document to removeChild should
not affect it. | 3 PASS Passing a non-detached element from the main document to removeChild should
not affect it. |
4 PASS Calling removeChild on a element from the main document with no children sh
ould throw NOT_FOUND_ERR. | 4 PASS Calling removeChild on a element from the main document with no children sh
ould throw NOT_FOUND_ERR. |
5 PASS Passing a detached text from the main document to removeChild should not af
fect it. | 5 PASS Passing a detached text from the main document to removeChild should not af
fect it. |
6 PASS Passing a non-detached text from the main document to removeChild should no
t affect it. | 6 PASS Passing a non-detached text from the main document to removeChild should no
t affect it. |
7 PASS Calling removeChild on a text from the main document with no children shoul
d throw NOT_FOUND_ERR. | 7 PASS Calling removeChild on a text from the main document with no children shoul
d throw NOT_FOUND_ERR. |
8 PASS Passing a detached comment from the main document to removeChild should not
affect it. | 8 PASS Passing a detached comment from the main document to removeChild should not
affect it. |
9 PASS Passing a non-detached comment from the main document to removeChild should
not affect it. | 9 PASS Passing a non-detached comment from the main document to removeChild should
not affect it. |
10 PASS Calling removeChild on a comment from the main document with no children sh
ould throw NOT_FOUND_ERR. | 10 PASS Calling removeChild on a comment from the main document with no children sh
ould throw NOT_FOUND_ERR. |
(...skipping 11 matching lines...) Expand all Loading... |
22 PASS Calling removeChild on a element from a synthetic document with no children
should throw NOT_FOUND_ERR. | 22 PASS Calling removeChild on a element from a synthetic document with no children
should throw NOT_FOUND_ERR. |
23 PASS Passing a detached text from a synthetic document to removeChild should not
affect it. | 23 PASS Passing a detached text from a synthetic document to removeChild should not
affect it. |
24 PASS Passing a non-detached text from a synthetic document to removeChild should
not affect it. | 24 PASS Passing a non-detached text from a synthetic document to removeChild should
not affect it. |
25 PASS Calling removeChild on a text from a synthetic document with no children sh
ould throw NOT_FOUND_ERR. | 25 PASS Calling removeChild on a text from a synthetic document with no children sh
ould throw NOT_FOUND_ERR. |
26 PASS Passing a detached comment from a synthetic document to removeChild should
not affect it. | 26 PASS Passing a detached comment from a synthetic document to removeChild should
not affect it. |
27 PASS Passing a non-detached comment from a synthetic document to removeChild sho
uld not affect it. | 27 PASS Passing a non-detached comment from a synthetic document to removeChild sho
uld not affect it. |
28 PASS Calling removeChild on a comment from a synthetic document with no children
should throw NOT_FOUND_ERR. | 28 PASS Calling removeChild on a comment from a synthetic document with no children
should throw NOT_FOUND_ERR. |
29 PASS Passing a value that is not a Node reference to removeChild should throw Ty
peError. | 29 PASS Passing a value that is not a Node reference to removeChild should throw Ty
peError. |
30 Harness: the test ran to completion. | 30 Harness: the test ran to completion. |
31 b | 31 b |
OLD | NEW |