summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/window-print-subframe.html
blob: 39047b30654771b4faf7f6ce683e41f56dc81e61 (plain)
1
2
3
4
5
<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">