Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
fast
/
parser
/
entity-comment-in-iframe.html
blob: 2754ee60df9fd0574c74a86c142d58feb06f4f18 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
</head>
<body>
<iframe>
<!--
</iframe>
-->
This should not be part of the iframe (and therefore visible).
</iframe>
</body>
</html>