summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-abspos-003-print.html
blob: 0361f669ca989e2ae023b2103eb765a53d233a39 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <link rel="match" href="page-name-abspos-003-print-ref.html"/>
  <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
  <body>
    <div style="page: a">a</div>
    <div style="page: b; position: absolute; left: 0; top: 0;">b</div>
    <div style="page: c">c</div>
  </body>
</html>