chromium/third_party/blink/web_tests/fast/parser/entity-comment-in-script-tricky.html

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