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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt_automation/uievents/mouse/mouseevent_move_button-manual-automation.js

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/external/wpt_automation/uievents/mouse/mouseevent_move_button-manual-automation.js
diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/uievents/mouse/mouseevent_move_button-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/uievents/mouse/mouseevent_move_button-manual-automation.js
new file mode 100644
index 0000000000000000000000000000000000000000..415433d22694a61a5c57095858e2e7200aa6959e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt_automation/uievents/mouse/mouseevent_move_button-manual-automation.js
@@ -0,0 +1,5 @@
+importAutomationScript('/pointerevents/pointerevent_common_input.js');
+
+function inject_input() {
+ return mouseDragInTargets(['#lightgreen', '#lightyellow', '#lightblue'], 'middle');
+}

Powered by Google App Engine
This is Rietveld 408576698