2 <html class=
"reftest-wait">
4 <div style=
"overflow:hidden;height:100px">
5 <div style=
"overflow-x:hidden;position:sticky;top:50px">
6 <div id=
"testdiv" style=
"width:10px;height:10px;background-color:green"></div>
11 var x
= document
.getElementById('testdiv');
12 x
.style
.width
= "200px";
13 document
.documentElement
.className
= "";
15 document
.addEventListener("MozReftestInvalidate", doTest
, false);