blob: 1502a89342d626a3959f6d655e9f5002e0652f50 [file] [log] [blame]
Tests that document.adoptNode(null) throws a TypeError
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.adoptNode(null) threw exception TypeError: Argument 1 ('node') to Document.adoptNode must be an instance of Node.
PASS document.adoptNode() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE