Sign in
webkit
/
WebKit
/
e6bcead3b2e11a841d6dff18fb0cd638685a6f96
/
.
/
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"
>