tenfourfox/layout/reftests/bugs/539323-3.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
213 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div id="input" style="width:0; height:200px; outline:none" contentEditable="true"></div>
<script>
window.focus();
document.getElementById("input").focus();
</script>
</body>
</html>