2 <html class=
"reftest-wait">
4 <title>bug
536421</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
7 <body onload=
"doTest()">
8 <input value=
"test" id=
"textbox" onfocus=
"triggerBug();" type=
"text">
9 <script type=
"text/javascript">
12 document
.documentElement
.removeAttribute("class");
16 var t
= document
.getElementById("textbox");
17 t
.style
.display
= "none";
18 document
.body
.offsetWidth
;
24 var t
= document
.getElementById("textbox");