627393-1.html (357B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"> 3 <body> 4 <div id="d" style="background:black; width:300px; height:300px; opacity:0.5;"></div> 5 <script> 6 function doTest() { 7 document.getElementById('d').style.opacity = 0.001; 8 document.documentElement.removeAttribute("class"); 9 } 10 window.addEventListener("MozReftestInvalidate", doTest); 11 </script> 12 </body> 13 </html>