nested-2-ref.html (355B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 <div style="width:400px; height:500px; overflow:hidden; border:2px solid black"> 5 <div style="width:300px; height:100px; overflow:hidden; border:2px solid blue; margin-top: 50px"> 6 <div style="height:200px; background:purple"></div> 7 </div> 8 <div class="filler" style="height: 1000px"></div> 9 </div> 10 </html>