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

15 lines
221 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<iframe>
&lt;!-- </iframe> --&gt;
This should not be part of the iframe (and therefore visible).
</iframe>
</body>
</html>