blob: b5586ee22b74a65773868f877aa99a6a8be459fd [file] [log] [blame]
<!-- this comment should not become the documentElement,
if it does then the page will be blank -->
<html>
<body>
<script>
if (document.documentElement.nodeType == Node.ELEMENT_NODE)
document.write("SUCESS");
else
document.write("FAIL");
</script>
</body>
</html>