blob: d4558e21b94923d9bbd9cd7d5a8665d38a1f2628 [file] [log] [blame]
This page tests calling document.importNode(null). If it passes, you'll see a "PASS" message below.
caught exception: TypeError: Failed to execute 'importNode' on 'Document': parameter 1 is not of type 'Node'.
PASS: importNode(null) didn't crash