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

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

Issue 1956493002: Remove user gestures on touches other than tap in cross-origin iframes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with trunk Created 4 years, 7 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 Target
2 Test user gesture behavior during touch events.
3 touchstart should be a user gesture
4 PASS openedPopup is true
5 touchend for the same gesture should not get a new gesture
6 PASS openedPopup is false
7 touchmove should be a user gesture
8 PASS openedPopup is true
9 second touchmove for the same gesture should not get a new gesture
10 PASS openedPopup is false
11 touchend should be a user gesture
12 PASS openedPopup is true
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698