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