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