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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/extension/pointerevent_coalesced_events_attributes-manual-automation.js

Issue 2772443006: Set trusted flag of coalesced events at creation (Closed)
Patch Set: Skip the touch test on Mac Created 3 years, 9 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/pointerevents/extension/pointerevent_coalesced_events_attributes-manual-automation.js
diff --git a/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/extension/pointerevent_coalesced_events_attributes-manual-automation.js b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/extension/pointerevent_coalesced_events_attributes-manual-automation.js
new file mode 100644
index 0000000000000000000000000000000000000000..c01b11385cd5037e6f6aa0d4629d97951b2ca02d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt_automation/pointerevents/extension/pointerevent_coalesced_events_attributes-manual-automation.js
@@ -0,0 +1,7 @@
+importAutomationScript('/pointerevents/pointerevent_common_input.js');
+
+function inject_input() {
+ return pointerDragInTarget('touch', '#target0', 'right').then(function() {
+ return pointerDragInTarget('touch', '#target1', 'right');
+ });
+}

Powered by Google App Engine
This is Rietveld 408576698