2 <html class=
"reftest-wait">
4 <title>bug
536421</title>
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
7 input { border:
1px solid blue; }
10 <body onload=
"doTest()">
11 <input value=
"test" id=
"textbox" onfocus=
"triggerBug();" type=
"text">
12 <script type=
"text/javascript">
15 document
.documentElement
.removeAttribute("class");
23 var t
= document
.getElementById("textbox");