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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-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
2
3 --------
4 Frame: '<!--framePath //<!--frame0-->-->'
5 --------
6 Target
7 Test user gesture behavior during touch events.
8 touchstart should not be a user gesture
9 PASS openedPopup is false
10 touchmove should not be a user gesture
11 PASS openedPopup is false
12 touchend should not be a user gesture if it's moved beyond the slop region
13 PASS openedPopup is false
14 touchend should be a user gesture when it occurs as part of a tap
15 PASS openedPopup is true
16 touchmove and touchend should not be a user gesture when it occurs as part of a drag without scrolling
17 PASS openedPopup is false
18 PASS openedPopup is false
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698