2 <html class=
"reftest-wait">
7 <style type=
"text/css">
16 background-color: red
;
26 background-color: green
;
35 <div id=
"green"></div>
37 <script type=
"text/javascript">
39 var element
= document
.getElementById("parent");
40 element
.style
.transform
= "translate(200px, 0px)";
41 document
.documentElement
.removeAttribute("class");
44 window
.addEventListener("MozReftestInvalidate", doTest
);