mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
15 lines
328 B
HTML
15 lines
328 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div id="messages-input" x-inputmode="-moz-sms" contenteditable="true"
|
|
autofocus="autofocus">Httvb<br></div>
|
|
<script type="application/javascript;version=1.7">
|
|
let input = document.getElementById('messages-input');
|
|
input.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
</div>
|
|
</body>
|
|
</html>
|