summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-propagated-004-print-ref.html
blob: c405886644abd9ddaa76ef1297626fa7471e4687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <body>
    <div style="break-after: page">a</div>
    <div>
      <div>
        <div style="position: absolute; left: 100px">b</div>
        <div>c</div>
      </div>
    </div>
  </body>
</html>