summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/539323-3.html
blob: 07bd0c274e157894ca3a9d754308f6f7ec564f3e (plain)
1
2
3
4
5
6
7
8
9
10
<!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>