Skip to content

Commit 44c9e30

Browse files
committed
tests: Test full TypeError message in removeChild test
1 parent 123f9e0 commit 44c9e30

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// removeChild(null);
2-
Error 2007
2+
TypeError: Error #2007: Parameter child must be non-null.
33
// removeChild(undefined);
4-
Error 2007
4+
TypeError: Error #2007: Parameter child must be non-null.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)