1 <html class=
"reftest-wait">
5 <div id=
"container" style=
"height: 100px; overflow: hidden;">
6 <div id=
"second" style=
"background-color:red; width: 10px; height: 10px;"></div>
7 <div id=
"spacer" style=
"height: 200px;"></div>
12 document
.getElementById("container").scrollTop
= 100;
13 document
.documentElement
.removeAttribute("class");
16 window
.addEventListener("MozReftestInvalidate", doTest
);