| Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2bd0147a34f8166d2f742b4061f72274d4b86c0c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +Target
|
| +Test user gesture behavior during touch events.
|
| +touchstart should be a user gesture
|
| +PASS openedPopup is true
|
| +touchend for the same gesture should not get a new gesture
|
| +PASS openedPopup is false
|
| +touchmove should be a user gesture
|
| +PASS openedPopup is true
|
| +second touchmove for the same gesture should not get a new gesture
|
| +PASS openedPopup is false
|
| +touchend should be a user gesture
|
| +PASS openedPopup is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|