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