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

12 lines
302 B
HTML

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