summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-zero-height-001-print.html
blob: 8a108c9b4519dd7ce3e7bce596f670a63054f180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <link rel="match" href="page-name-zero-height-001-print-ref.html"/>
  <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
  <style>div { line-height: 1.5; }</style>
  <body>
    <div style="page: a">a</div>
    <div style="page: b; height: 0">b</div>
    <div style="page: c; height: 0; padding-left: 2em">c</div>
    <div style="page: d; height: 0; padding-left: 4em">d</div>
    <div style="page: e; padding-left: 6em;">e</div>
    <div style="page: f">f</div>
  </body>
</html>