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

Unified 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 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
new file mode 100644
index 0000000000000000000000000000000000000000..2bd0147a34f8166d2f742b4061f72274d4b86c0c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-expected.txt
@@ -0,0 +1,16 @@
+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
+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
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698