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

Unified Diff: LayoutTests/plugins/gesture-events-scrolled.html

Issue 732483003: Remove GestureScrollUpdateWithoutPropagation event (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 1 month 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/plugins/gesture-events.html ('k') | Source/core/events/GestureEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/plugins/gesture-events-scrolled.html
diff --git a/LayoutTests/plugins/gesture-events-scrolled.html b/LayoutTests/plugins/gesture-events-scrolled.html
index bb9f0a1af175592d7acdb124b0caa4ffabb5e0bf..5c473959b2889328054b15a44bfa0e34888282bb 100644
--- a/LayoutTests/plugins/gesture-events-scrolled.html
+++ b/LayoutTests/plugins/gesture-events-scrolled.html
@@ -36,7 +36,7 @@
eventSender.gestureTap(positionX, positionY);
eventSender.gestureScrollBegin(positionX, positionY);
eventSender.gestureScrollUpdate(30, 0);
- eventSender.gestureScrollUpdateWithoutPropagation(30, 0);
+ eventSender.gestureScrollUpdate(30, 0, true);
eventSender.gestureScrollEnd(0, 0);
}
« no previous file with comments | « LayoutTests/plugins/gesture-events.html ('k') | Source/core/events/GestureEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698