Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / comment-in-iframe.html
blobddee37ac87cfcb1f55922bbbbf453b90b0e12d58
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <iframe>
10 <!-- </iframe> -->
11 This should be part of the iframe (and therefore invisible).<br>
12 </iframe>
13 There should be no text above this line.
14 </body>
15 </html>