Sign in
webkit
/
WebKit
/
44fc38216bac7e8ec330d93131396f5255a57d5b
/
.
/
ManualTests
/
window-print-subframe.html
blob: 39047b30654771b4faf7f6ce683e41f56dc81e61 [
file
] [
log
] [
blame
]
<script>
window
.
onload
=
function
()
{
frames
[
0
].
print
();
}
</script>
<p>
This text in the main frame should not be printed.
</p>
<iframe
src
=
"resources/print-subframe.html"
>