haikuwebkit/LayoutTests/fast/parser/comment-in-script-tricky.html

11 lines
172 B
HTML

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