Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / entity-comment-in-script-tricky.html
blob218a8d5999479710b7a9a68490fd62bde89574d3
1 <html>
2 <body>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 // &lt;!-- </script> --&gt;
7 document.write('This should not invoke document.write.');
8 </script>
9 </body>
10 </html>