2 <html class=
"reftest-wait">
6 var d
= document
.getElementById("d");
8 document
.documentElement
.removeAttribute("class");
10 window
.addEventListener("MozReftestInvalidate", doTest
, false);
14 <div id=
"d" style=
"width:100px; height:100px; background:blue;">Hello
</div>