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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js

Issue 2354203002: Add the rest of pointerevent automations (Closed)
Patch Set: Created 4 years, 3 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/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
similarity index 69%
copy from third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js
copy to third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
index e7b125dd5fc81eefc0a01bd50e62b44e5ece1a01..867465e9aec5800960fb8f6affbb10cf8f0ee4d2 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_touch-action-keyboard-manual-automation.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_suppress_compat_events_on_click-manual-automation.js
@@ -2,9 +2,8 @@ importAutomationScript('/pointerevents/pointerevent_common_input.js');
function inject_input() {
return mouseClickInTarget('#target0').then(function() {
- return keyboardScroll('down');
+ return mouseClickInTarget('#target1');
}).then(function() {
- return keyboardScroll('right');
+ return mouseClickInTarget('#done');
});
}
-

Powered by Google App Engine
This is Rietveld 408576698