summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-size-003-print-ref.html
blob: 38ea1508781e6313e9102bf4c307f91b290df4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  @page {
    size: 300px 100px;
    margin: 25px;
  }
  body { margin: 0; }
</style>
<div style="height:50px;">Page 1</div>
<div style="height:50px;">Page 2</div>
<div style="height:50px;">Page 3</div>