summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-abspos-002-print-ref.html
blob: c93ee0a31df069abadfbd8c6431b40042f14c240 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
    <div style="position: absolute; left: 0; top: 0;">
      <div>a</div>
      <div>b</div>
    </div>
  </body>
</html>