summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/abspos-breaking-011.html
blob: f4bd2058c38f7d9fdf091e9dc86391210562ae7e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html class="reftest-paged">
<body style="margin:0">
<div style="height:1in;"></div>
<div style="position:absolute; clip:rect(-1in 200px 100px 0px);">
  <div style="position:absolute; top:-1in; left:0; width:100px; height:100px; background:black;">Hi</div>
</div>
</body>
</html>