1 2 3 4 5
<input id="input" value="hello" style="width: 99px" > <script> input.select(); internals.setAutofilled(input, true); </script>