Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <head>
4 <title>bug 536421</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 </head>
7 <body onload="doTest()">
8 <input value="test" id="textbox" onfocus="triggerBug();" type="text">
9 <script type="text/javascript">
10 function finishTest()
11 {
12 document.documentElement.removeAttribute("class");
13 }
14 function triggerBug()
15 {
16 finishTest();
17 }
18 function doTest()
19 {
20 var t = document.getElementById("textbox");
21 t.focus();
22 }
23 </script>
24 </body>
25 </html>