OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
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. | |
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. | |
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. | |
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. | |
10 PASS Calling removeChild on a comment from the main document with no children sh
ould throw NOT_FOUND_ERR. | |
11 PASS Passing a detached element from a frame document to removeChild should not
affect it. | |
12 PASS Passing a non-detached element from a frame document to removeChild should
not affect it. | |
13 PASS Calling removeChild on a element from a frame document with no children sho
uld throw NOT_FOUND_ERR. | |
14 PASS Passing a detached text from a frame document to removeChild should not aff
ect it. | |
15 PASS Passing a non-detached text from a frame document to removeChild should not
affect it. | |
16 PASS Calling removeChild on a text from a frame document with no children should
throw NOT_FOUND_ERR. | |
17 PASS Passing a detached comment from a frame document to removeChild should not
affect it. | |
18 PASS Passing a non-detached comment from a frame document to removeChild should
not affect it. | |
19 PASS Calling removeChild on a comment from a frame document with no children sho
uld throw NOT_FOUND_ERR. | |
20 PASS Passing a detached element from a synthetic document to removeChild should
not affect it. | |
21 PASS Passing a non-detached element from a synthetic document to removeChild sho
uld not affect it. | |
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. | |
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. | |
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. | |
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. | |
30 Harness: the test ran to completion. | |
31 b | |
OLD | NEW |