blob: 1b3b2b75db33395bccf21bf0d5a7f929d8d9378b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test-pre.js"></script>
<script>
description("Tests that document.importNode(null) throws a TypeError");
shouldThrowErrorName("document.importNode(null)", "TypeError");
shouldThrowErrorName("document.importNode()", "TypeError");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>