Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt

Issue 2414273003: Remove UserGesture on touch scrolls (Closed)
Patch Set: Improve comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698