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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html

Issue 2840023002: Fix button event on mouse events. (Closed)
Patch Set: Fix button event on mouse events. Created 3 years, 8 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/pointerevents/mouse-pointer-chorded-buttons.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
index a01fd454d1288e0a43bf5eeffc68211a5e9514bc..a3b4b638cb86ffb42e1b3dd85a05bae15c3175bb 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-chorded-buttons.html
@@ -124,7 +124,7 @@ function runTests() {
eventSender.mouseMoveTo(rect.left + 5, rect.top + 5);
testReceivedEvents([
"pointerdown 1,4", "mousedown 1,4",
- "pointermove -1,4", "mousemove 1,4",
+ "pointermove -1,4", "mousemove 0,4",
"pointerup 1,0", "mouseup 1,0",
"pointermove -1,0", "mousemove 0,0",
], "Move with & without button");

Powered by Google App Engine
This is Rietveld 408576698