1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/tests/bug1007065-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<html class="reftest-wait"> 1.5 + <head> 1.6 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.7 + </head> 1.8 + <body onload="start()"> 1.9 + <input type="text" style="text-align:right; overflow:hidden; border-width:0;"> 1.10 + <script> 1.11 + function start() { 1.12 + var input = document.querySelector("input"); 1.13 + input.focus(); 1.14 + document.documentElement.removeAttribute("class"); 1.15 + } 1.16 + </script> 1.17 + </body> 1.18 +</html>