summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/115199-2a.html
blob: 16f75fcb2c9c544047b53f14805ba3d7a2963683 (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-paged">
<head>
  <style>
    @page {
      /*
       * Test a margin that causes the page to have zero width.
       */
      margin: 0 2.5in;
    }
    * {
      margin: 0;
      padding: 0;
    }
    div {
      width: 100%;
      border: 0.25in solid green;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>