2 <html class=
"reftest-wait">
5 Testcase with only one of [html,body] being scrollable,
6 with their
"overflow" styles being dynamically swapped.
15 document
.documentElement
.style
.overflow
= "visible";
16 document
.body
.style
.overflow
= "scroll";
17 document
.documentElement
.removeAttribute("class");
19 window
.addEventListener("MozReftestInvalidate", doTest
);