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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html

Issue 2925883003: [Touch Adjustment] Pass primary_pointer_type to WebGestureEvent and disable adjustment for stylus (Closed)
Patch Set: jochen and dtapuska's comments: Add default value Created 3 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
Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
index e4ab9aaafe1705224eb74cd6e3513002e62c53ee..042c1b36897a0d5b6208e203dcc05739076cbbd2 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/gesture-scrollbar-mainframe.html
@@ -55,7 +55,7 @@ test(function(t) {
eventSender.gestureTapDown(scrollbarX, scrollbarY, touchWidth, touchHeight);
eventSender.gestureShowPress(scrollbarX, scrollbarY, touchWidth, touchHeight);
- eventSender.gestureScrollBegin(scrollbarX - 20, scrollbarY, touchWidth, touchHeight);
+ eventSender.gestureScrollBegin(scrollbarX - 20, scrollbarY);
eventSender.gestureTapCancel(scrollbarX, scrollbarY);
assert_equals(window.scrollY, 800);
eventSender.gestureScrollUpdate(0, 20);

Powered by Google App Engine
This is Rietveld 408576698