summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_print_pdf_on_frame_load.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/printing/tests/file_print_pdf_on_frame_load.html')
-rw-r--r--toolkit/components/printing/tests/file_print_pdf_on_frame_load.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/components/printing/tests/file_print_pdf_on_frame_load.html b/toolkit/components/printing/tests/file_print_pdf_on_frame_load.html
new file mode 100644
index 0000000000..ac76a598f7
--- /dev/null
+++ b/toolkit/components/printing/tests/file_print_pdf_on_frame_load.html
@@ -0,0 +1,3 @@
+<!doctype html>
+<meta charset="utf-8">
+<iframe src="file_multi_page_pdf.pdf" onload="this.contentWindow.print()"></iframe>