summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/fixedpos-003-print-ref.html
blob: 3d66305db0e7497f76dd6aa5a42217eb0931a87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  body { margin: 0; }
</style>
<div style="position:absolute; bottom:0;">
  This should repeat on every page.
</div>
<div style="position:absolute; bottom:-100vh;">
  This should repeat on every page.
</div>
<div style="position:absolute; bottom:-200vh;">
  This should repeat on every page.
</div>
<div style="position:absolute; top:0;">
  There should be three pages.
</div>