haikuwebkit/LayoutTests/fast/parser/comment-in-iframe.html

16 lines
258 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<iframe>
<!-- </iframe> -->
This should be part of the iframe (and therefore invisible).<br>
</iframe>
There should be no text above this line.
</body>
</html>