2 <html class=
"reftest-wait">
6 var n
= document
.getElementById("n");
7 for (var i
= 0; i
< 5; ++i
) {
8 n
.style
.cssFloat
= "left";
9 document
.body
.offsetWidth
;
10 n
.style
.cssFloat
= "";
11 document
.body
.offsetWidth
;
13 document
.documentElement
.className
= "";
18 <body onload=
"doTest()">