summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/page-size-006-print-ref.html
blob: 7167da2ac2681d24dddcf991c3d1c541db2f6788 (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
25
26
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  @page {
    size: 200px 320px;
    margin: 0;
  }
  div {
    height: 304px;
    padding-left: 18px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  body {
    margin: 0;
  }
</style>
<div style="padding-top:108px;">
  first page
</div>
<div>
  second page
</div>
<div>
  third page
</div>