Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / parser / comment-in-iframe.html
blob38731f364588b09db068142c66444f9b019adee5
1 <html>
2 <head>
3 <script>
4 if (window.layoutTestController)
5 layoutTestController.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>