tenfourfox/layout/base/tests/bug389321-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
195 B
HTML

<!DOCTYPE HTML><html>
<body>
<div contenteditable id="x" style="height: 30px; outline: none;"></div>
<script>
var div = document.getElementById('x');
div.focus();
</script>
</body>
</html>