Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 <html class="reftest-wait">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 </head>
5 <body onload="start()">
6 <input type="text" style="text-align:right; overflow:hidden; border-width:0;">
7 <script>
8 function start() {
9 var input = document.querySelector("input");
10 input.focus();
11 document.documentElement.removeAttribute("class");
12 }
13 </script>
14 </body>
15 </html>