| Index: LayoutTests/fast/events/touch/gesture/gesture-tap-setrangetext-with-events-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-setrangetext-with-events-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-setrangetext-with-events-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37d9eca66e004e7db606464db84dfe8e7725f569
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-setrangetext-with-events-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +This tests the selection of the text field after setSelectionRange is called during a tap
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +focus test :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +mousedown test :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 0
|
| +mouseup test :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +click test :
|
| +PASS textfield.selectionStart is 0
|
| +PASS textfield.selectionEnd is 5
|
| +
|
|
|