tenfourfox/dom/inputmethod/mochitest/file_test_sms_app_1066515.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
345 B
HTML

<!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>