mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 18:38:36 +00:00
12 lines
302 B
HTML
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>
|