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