Sign in
webkit
/
WebKit
/
407dc8329a9b9c0e91ad3c269c6cc70a2276ff7e
/
.
/
ManualTests
/
window-print-subframe.html
blob: 39047b30654771b4faf7f6ce683e41f56dc81e61 [
file
] [
log
] [
blame
]
aroben
74ba3d9
2007-07-16 22:01:35 +0000
[
diff
] [
blame
]
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"
>