summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/entity-comment-in-iframe.html
blob: 9a9e57a65d24fce76729bd09525e22b79a988834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>