diff options
Diffstat (limited to 'WebCore/manual-tests/window-print-subframe.html')
-rwxr-xr-x | WebCore/manual-tests/window-print-subframe.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/manual-tests/window-print-subframe.html b/WebCore/manual-tests/window-print-subframe.html new file mode 100755 index 0000000..39047b3 --- /dev/null +++ b/WebCore/manual-tests/window-print-subframe.html @@ -0,0 +1,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"> |