summaryrefslogtreecommitdiffstats
path: root/dom/inputmethod/mochitest/file_test_app.html
blob: 3063e974988220aec3f763928112086438563036 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<body>
<input id="test-input" type="text" value="Yuan" x-inputmode="verbatim" lang="zh"/>
<script type="application/javascript;version=1.7">
  let input = document.getElementById('test-input');
  input.focus();
  dump('file_test_app.html was loaded.');
</script>
</body>
</html>