Mypal/layout/reftests/pagination/abspos-breaking-011.html
2019-03-11 13:26:37 +03:00

10 lines
296 B
HTML

<!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>