summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-page/page-name-propagated-003-ref.html
blob: cf8b6b63346d557389534c47db2b427d0360f7e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html class="reftest-paged">
  <body>
    <div>a</div>
    <div>
      <div>
        <div style="position: absolute; left: 100px">b</div>
        <div>c</div>
      </div>
    </div>
  </body>
</html>