1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <html class="reftest-wait"> <head> <script> window.addEventListener("MozReftestInvalidate", function() { document.documentElement.removeChild(document.body); document.documentElement.className = ""; }, false); </script> </head> <body style="background: green"> </body> </html>