blob: a515c90b59ea83466a31b369d04c0317e7f9de0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<html>
<body>
<div id="messages-input" x-inputmode="-moz-sms" contenteditable="true"
autofocus="autofocus">fxos<br>hello <b>world</b></div>
<script type="application/javascript;version=1.7">
let input = document.getElementById('messages-input');
input.focus();
</script>
</body>
</html>
</div>
</body>
</html>
|