summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/115199-2b.html
blob: 620542fe2c7d52a2d8a14263fe1c4803e1fc429b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html class="reftest-print">
<head>
  <style>
    @page {
      /*
       * Test huge margins, they should be reset back the default margin size.
       */
      margin: 10in;
    }
    * {
      margin: 0;
      padding: 0;
    }
    div {
      width: 100%;
      border: 0.25in solid green;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>