blob: 9d5243315c593c9f72c1d8eadb7b9d17b07654c0 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/ahem.js"></script>
<input id="input" value="Guy WithAVeryLongLastNameThatCouldWrap" style="width: 99px;" >
<script>
input.focus();
input.setSelectionRange(0,0);
internals.setAutofilled(input, true);
</script>