2 <html class=
"reftest-wait">
5 Testcase with body and html *independently* scrollable,
6 with body's
"overflow" set dynamically.
15 document
.body
.style
.overflow
= "scroll";
16 document
.documentElement
.removeAttribute("class");
18 window
.addEventListener("MozReftestInvalidate", doTest
);