haikuwebkit/ManualTests/window-print-subframe.html

6 lines
176 B
HTML

<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">