| Index: content/test/data/touch_selection.html
|
| diff --git a/content/test/data/touch_selection.html b/content/test/data/touch_selection.html
|
| index 02fd920104421acbeef7a8d514886e36fe0aa9d9..5e6339af29019a2bac2fd6e32a9a0673a4969492 100644
|
| --- a/content/test/data/touch_selection.html
|
| +++ b/content/test/data/touch_selection.html
|
| @@ -37,6 +37,10 @@ function get_point_inside_textfield() {
|
| get_point_inside(document.getElementById('textfield'));
|
| }
|
|
|
| +function clear_textfield() {
|
| + document.getElementById('textfield').value = "";
|
| +}
|
| +
|
| </script>
|
|
|
| </html>
|
|
|