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

Unified Diff: LayoutTests/fast/events/popup-allowed-from-touch-only-once-expected.txt

Issue 329393006: Share a user gesture indicator across touch event sequences (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 6 years, 6 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
« no previous file with comments | « LayoutTests/fast/events/popup-allowed-from-touch-only-once.html ('k') | Source/core/page/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/popup-allowed-from-touch-only-once-expected.txt
diff --git a/LayoutTests/fast/events/popup-allowed-from-touch-only-once-expected.txt b/LayoutTests/fast/events/popup-allowed-from-touch-only-once-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a5d1d85d4e3f4b53c9c32a13d4b2e6e7fd592221
--- /dev/null
+++ b/LayoutTests/fast/events/popup-allowed-from-touch-only-once-expected.txt
@@ -0,0 +1,8 @@
+Test that only a single popup is allowed in response to a single touch sequence. The test passes if only one popup is created when you touch and move around on this page.
+
+touchstart event
+touchstart event
+touchmove event
+touchmove event
+touchend event
+
« no previous file with comments | « LayoutTests/fast/events/popup-allowed-from-touch-only-once.html ('k') | Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698