Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
parser
/
entity-comment-in-iframe.html
blob: 9a9e57a65d24fce76729bd09525e22b79a988834 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<iframe>
<!--
</iframe>
-->
This should not be part of the iframe (and therefore visible).
</iframe>
</body>
</html>