Chromium Code Reviews| Index: content/test/data/touch_selection.html |
| diff --git a/content/test/data/touch_selection.html b/content/test/data/touch_selection.html |
| index 0c4721a98e89d80def24a0a0fed0ffb72cc3bfa5..be770b0a594e90ea9f2da3a28ffd3f8cd5939d49 100644 |
| --- a/content/test/data/touch_selection.html |
| +++ b/content/test/data/touch_selection.html |
| @@ -18,6 +18,7 @@ function get_selection() { |
| function focus_textfield() { |
| document.getElementById("textfield").focus(); |
| + window.getSelection().collapseToStart(); |
|
varunjain
2013/09/05 22:34:42
nit: small comment on why this is required.
|
| } |
| function get_cursor_position() { |