2 <html lang=
"en" class=
"reftest-wait">
4 <div style=
"opacity:0.5" id=
"hi">
5 <div style=
"position:fixed; width:200px; height:200px; background-color:blue"></div>
12 var opacityElement
= document
.getElementById("hi");
13 opacityElement
.style
.left
= '100px';
14 document
.documentElement
.removeAttribute("class");
17 document
.addEventListener("MozReftestInvalidate", doTest
);