mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
13 lines
250 B
HTML
13 lines
250 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div style="width:0; height:200px;">
|
|
<div id="input" contenteditable="true" style="height:200px; outline:none"></div>
|
|
</div>
|
|
<script>
|
|
window.focus();
|
|
document.getElementById("input").focus();
|
|
</script>
|
|
</body>
|
|
</html>
|