| Index: third_party/WebKit/Source/web/tests/data/move_range_selection_extent_input_field.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/move_range_selection_extent_input_field.html b/third_party/WebKit/Source/web/tests/data/move_range_selection_extent_input_field.html
|
| index 420c86d6113704628b75cf7b01ae0d97abbac94c..78c823980c11e533acf18281b543bff11144f982 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/move_range_selection_extent_input_field.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/move_range_selection_extent_input_field.html
|
| @@ -5,6 +5,7 @@
|
| <script>
|
| function select() {
|
| var input = document.getElementById('inputfield');
|
| + input.focus();
|
| var range = input.setSelectionRange(0, 6);
|
| window.getSelection().addRange(range);
|
| }
|
|
|