blob: 2a9bfb08e0f63836616ed9d827e72dee122ec20c [file] [log] [blame]
<input id="input" maxlength="5" value="Miste">
<script>
input.focus();
input.setSelectionRange(0,0);
internals.setAutofilled(input, true);
</script>