| 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
|
| index c9e377bebacbea87482a15b73fdc23db2933c36e..ab5ced9adba5b460129dc466c0228c16a793ada9 100644
|
| --- 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
|
| @@ -1,16 +1,12 @@
|
| -CONSOLE WARNING: line 13: Performing operations that require explicit user interaction on touchstart events is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5649871251963904 for more details.
|
| -CONSOLE WARNING: line 13: Performing operations that require explicit user interaction on touchmove events is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5649871251963904 for more details.
|
| 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
|
| +During a scroll, no touch events are user gestures
|
| +PASS openedPopup is false
|
| +PASS openedPopup is false
|
| +PASS openedPopup is false
|
| +During a drag that isn't a scroll, only touchend is a user 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
|
|
|
|
|