summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/abspos-breaking-011.html
blob: dfe9bba28c35fb54765749e502fdca02d717c6c7 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html class="reftest-print">
<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>