summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-propagated-007-print.html
blob: c27ad9f3263e8bf82814f7abee6bc76c08fd2f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <link rel="match" href="page-name-propagated-007-print-ref.html"/>
  <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
  <body>
    <div>a</div>
    <div>
      <div>b</div>
      <div style="page: x">c</div>
    </div>
    <div>d</div>
  </body>
</html>