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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_hoverable_pointers-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_attributes_hoverable_pointers-manual-automation.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_hoverable_pointers-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_hoverable_pointers-manual-automation.js
new file mode 100644
index 0000000000000000000000000000000000000000..f2f829510b96ae40506605f1c0df35324def95ab
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/pointerevents/pointerevent_attributes_hoverable_pointers-manual-automation.js
@@ -0,0 +1,15 @@
+importAutomationScript('/pointerevents/pointerevent_common_input.js');
+
+function inject_input() {
+ return mouseClickInTarget('#square1').then(function() {
+ return mouseClickInTarget('#square2', document.querySelector('#innerFrame'));
+ }).then(function() {
+ return mouseMoveToDocument();
+ }).then(function() {
+ return penClickInTarget('#square1');
+ }).then(function() {
+ return penClickInTarget('#square2', document.querySelector('#innerFrame'));
+ }).then(function() {
+ return penMoveToDocument();
+ });
+}

Powered by Google App Engine
This is Rietveld 408576698