haikuwebkit/LayoutTests/fast/parser/open-comment-in-script-tric...

12 lines
216 B
HTML

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