Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / entity-comment-in-iframe.html
blob9a9e57a65d24fce76729bd09525e22b79a988834
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <iframe>
10 &lt;!-- </iframe> --&gt;
11 This should not be part of the iframe (and therefore visible).
12 </iframe>
13 </body>
14 </html>