summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-appearance-autocomplete-expected.html
blob: 56c7f152fc68004fcc7a39783028db382248a67a (plain)
1
2
3
4
5
<input id="input" value="hello" style="width: 99px" >
<script>
input.select();
internals.setAutofilled(input, true);
</script>