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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
window-print-subframe.html
blob
39047b30654771b4faf7f6ce683e41f56dc81e61
1
<script>
2
window
.
onload
=
function
() {
frames
[
0
].
print
(); }
3
</script>
4
<p>
This text in the main frame should not be printed.
</p>
5
<iframe
src
=
"resources/print-subframe.html"
>