723484-1.html (368B)
1 <!DOCTYPE HTML> 2 <html class="reftest-wait"> 3 <body style="background:yellow;"> 4 <img id="i" src="repeatable-diagonal-gradient.png"> 5 <script> 6 function doTest() { 7 document.getElementById("i").style.opacity = 0.001; 8 document.documentElement.removeAttribute("class"); 9 } 10 window.addEventListener("MozReftestInvalidate", doTest); 11 </script> 12 </body> 13 </html>