summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_print.html
blob: be7de08dbd0da561f36192abb2dae0fdc23892b2 (plain)
1
2
3
4
5
<!DOCTYPE html>
<script>
  window.print();
</script>
<p id="printed">I should be printed</p>