blob: 53b5977e6194d70de4990065491a5b77f4c5fc43 [file] [log] [blame]
<html>
<body>
<div id="test"><!--SUCCESS--></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
x = document.getElementById("test").firstChild;
if (x && x.nodeType == Node.COMMENT_NODE)
document.write(x.nodeValue);
else
document.write("FAIL");
</script>
</body>
</html>