539226-1.html (398B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"> 3 <head> 4 <script> 5 function doTest() { 6 document.getElementById("inner").style.height = "0"; 7 document.documentElement.removeAttribute("class"); 8 } 9 window.addEventListener("MozReftestInvalidate", doTest); 10 </script> 11 </head> 12 <body> 13 <div style="overflow:auto; width:100px; height:100px;"> 14 <div id="inner" style="height:200px;"></div> 15 </div> 16 </body> 17 </html>