Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 539323-3.html
blob07bd0c274e157894ca3a9d754308f6f7ec564f3e
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <div id="input" style="width:0; height:200px; outline:none" contentEditable="true"></div>
5 <script>
6 window.focus();
7 document.getElementById("input").focus();
8 </script>
9 </body>
10 </html>