373859-1.html (261B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 function boom() 6 { 7 document.getElementById("k").style.display = "-moz-inline-box"; 8 } 9 </script> 10 11 <body onload="boom();"> 12 13 <div style="display: table;"><div id="k" style="height: 18000000px;">x</div></div> 14 15 </body> 16 </html>