haikuwebkit/LayoutTests/fast/parser/entity-comment-in-script-tr...

11 lines
185 B
HTML

<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
// &lt;!-- </script> --&gt;
document.write('This should not invoke document.write.');
</script>
</body>
</html>