Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / input-appearance-autocomplete-expected.html
1 <input id="input" value="hello" style="width: 99px" >
2 <script>
3 input.select();
4 internals.setAutofilled(input, true);
5 </script>