summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_page_change_print_original_1.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/printing/tests/file_page_change_print_original_1.html')
-rw-r--r--toolkit/components/printing/tests/file_page_change_print_original_1.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/components/printing/tests/file_page_change_print_original_1.html b/toolkit/components/printing/tests/file_page_change_print_original_1.html
new file mode 100644
index 000000000..76e3be137
--- /dev/null
+++ b/toolkit/components/printing/tests/file_page_change_print_original_1.html
@@ -0,0 +1,8 @@
+<script>
+window.onafterprint = function() {
+ setTimeout(function() {
+ window.location = "file_page_change_print_original_2.html"
+ }, 0);
+}
+</script>
+<pre>INITIAL PAGE</pre>