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, 0 insertions, 8 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
deleted file mode 100644
index 76e3be137..000000000
--- a/toolkit/components/printing/tests/file_page_change_print_original_1.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<script>
-window.onafterprint = function() {
- setTimeout(function() {
- window.location = "file_page_change_print_original_2.html"
- }, 0);
-}
-</script>
-<pre>INITIAL PAGE</pre>