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