summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/file_landscape.html
blob: 8372783174cd7186d148875550b21c8316056c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <style>
      @page { size: landscape; }
    </style>
  </head>
  <body>
    <div>Test</div>
  </body>
</html>