1558937-1.html (327B)
1 <!DOCTYPE html> 2 <html class="reftest-paged"> 3 <body> 4 <div style="height:400px;"></div> 5 <div style="height:1000px; clip-path:border-box"> 6 <div style="position:absolute; top:0; left:0; width:100px; height:100px; background:black;"></div> 7 <div style="width:100px; height:100px; background:black;"></div> 8 </div> 9 </body> 10 </html>