1 <html class=
"reftest-wait">
3 <div style=
"float:left; width:200px; height:200px; background-color: red">
4 <div style=
"width:100px; height:100px;" id=
"hover"></div>
9 document
.getElementById("hover").style
.backgroundColor
= "blue";
10 document
.documentElement
.removeAttribute("class");
13 window
.addEventListener("MozReftestInvalidate", doTest
);