summaryrefslogtreecommitdiffstats
path: root/dom/inputmethod/mochitest/file_test_sms_app.html
blob: 7aa3e6081b42e71309952a3499aa918f6ff9c1f1 (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">Httvb<br></div>
  <script type="application/javascript;version=1.7">
    let input = document.getElementById('messages-input');
    input.focus();
  </script>
</body>
</html>
 </div>
</body>
</html>