repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
fast
/
parser
/
comment-in-iframe.html
blob
38731f364588b09db068142c66444f9b019adee5
1
<html>
2
<head>
3
<script>
4
if
(
window
.
layoutTestController
)
5
layoutTestController
.
dumpAsText
();
6
</script>
7
</head>
8
<body>
9
<iframe>
10
<!-- </iframe> -->
11
This should be part of the iframe (and therefore invisible).
<br>
12
</iframe>
13
There should be no text above this line.
14
</body>
15
</html>