blob: ddee37ac87cfcb1f55922bbbbf453b90b0e12d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
|