summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/entity-comment-in-script-tricky.html
blob: 218a8d5999479710b7a9a68490fd62bde89574d3 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
// &lt;!-- </script> --&gt;
document.write('This should not invoke document.write.');
</script>
</body>
</html>