summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/page-size-002-print-ref.html
blob: 78a164694365e5658edb47629868763092865c1b (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 50px;
    margin: 0;
  }
  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>