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