| Index: trunk/src/content/test/data/touch_selection.html
|
| ===================================================================
|
| --- trunk/src/content/test/data/touch_selection.html (revision 221652)
|
| +++ trunk/src/content/test/data/touch_selection.html (working copy)
|
| @@ -18,8 +18,6 @@
|
|
|
| function focus_textfield() {
|
| document.getElementById("textfield").focus();
|
| - // Focusing the textfiled selects its text. Collapse selection to a cursor.
|
| - window.getSelection().collapseToStart();
|
| }
|
|
|
| function get_cursor_position() {
|
|
|