Sign in
ara-mdk
/
platform
/
external
/
webkit
/
d6f13da9ac4acbf243824fb65b2f08ae422298b0
/
.
/
Source
/
WebCore
/
manual-tests
/
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"
>