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