summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_page_change_print_original_1.html
blob: 76e3be1374d06a0a7bfc8cfa4240c0dafc2107a2 (plain)
1
2
3
4
5
6
7
8
<script>
window.onafterprint = function() {
  setTimeout(function() {
    window.location = "file_page_change_print_original_2.html"
  }, 0);
}
</script>
<pre>INITIAL PAGE</pre>