summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-size-001-print-ref.html
blob: b016d8949fda42e134adc48f877e62d0e496be79 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  /* Assuming a default page margin of 0.5in (48px) on each side. */
  @page { size: 300px 400px; }
  body { margin: 0; }
</style>
<div style="height:304px;">Page 1</div>
<div style="height:304px;">Page 2</div>
<div style="height:304px;">Page 3</div>