transformed-1-ref.html (281B)
1 <!DOCTYPE html> 2 <html style="margin: 0"> 3 <body style="margin: 0"> 4 <div style="height: 70px; background-color: blue"></div> 5 <div style="height: 2000px;"> 6 <div style="margin-top: 50px; width: 100px; height: 100px; background-color: green"></div> 7 </div> 8 </html>