repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
test_file_with_about_blank_iframe.html
blob
6cefb96aa601cdc67ac8ab0051e65e76525690b5
1
<html>
2
Test file!
3
<iframe></iframe>
4
<script>
5
var
win
=
document
.
getElementsByTagName
(
'iframe'
)[
0
].
contentWindow
;
6
win
.
document
.
open
();
7
win
.
document
.
write
(
"document.write() from parent called."
);
8
win
.
document
.
close
();
9
</script>
10
</html>