blob: b02d61d5eb5752559f66fc5676b17b2851e77e8d [file] [log] [blame]
<!doctype html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
description("Node.isSupported should not exist");
var node = new DocumentFragment();
shouldBeFalse("'isSupported' in node");
</script>
</body>
</html>