381152-1.html (271B)
1 <html> 2 <head> 3 <title>Bug 381152 - Hang with float, large padding and margin</title> 4 </head> 5 <body> 6 <div style="float: left;padding-top: 9999999999px;"> 7 <div style="float: left;margin-top: 9999999999px;margin-bottom: -9999999px;"> 8 </div> 9 </div> 10 </body> 11 </html>