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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8e7f07767b4da6b8e1c5a12c0b0ce435b83a9b17
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
@@ -0,0 +1,22 @@
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+Target
+Test user gesture behavior during touch events.
+touchstart should not be a user gesture
+PASS openedPopup is false
+touchmove should not be a user gesture
+PASS openedPopup is false
+touchend should not be a user gesture if it's moved beyond the slop region
+PASS openedPopup is false
+touchend should be a user gesture when it occurs as part of a tap
+PASS openedPopup is true
+touchmove and touchend should not be a user gesture when it occurs as part of a drag without scrolling
+PASS openedPopup is false
+PASS openedPopup is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698