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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/mouse-events/mouseover-out-manual-automation.js

Issue 2343873002: Test the order of mouseover-out between the element and its container. (Closed)
Patch Set: Modified the result of an imported test. 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
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/uievents/order-of-events/mouse-events/mouseover-out-manual.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/mouse-events/mouseover-out-manual-automation.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/mouse-events/mouseover-out-manual-automation.js b/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/mouse-events/mouseover-out-manual-automation.js
new file mode 100644
index 0000000000000000000000000000000000000000..e46675682751857b7db7a51df3161b2c3084f610
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt_automation/uievents/order-of-events/mouse-events/mouseover-out-manual-automation.js
@@ -0,0 +1,15 @@
+importAutomationScript('/pointerevents/pointerevent_common_input.js');
+
+function inject_input() {
+ return mouseMoveIntoTarget('#outer').then(function() {
+ return mouseMoveIntoTarget('#inner');
+ }).then(function() {
+ return mouseMoveIntoTarget('#released');
+ }).then(function() {
+ return mouseMoveIntoTarget('#inner');
+ }).then(function() {
+ return mouseMoveIntoTarget('#outer');
+ }).then(function() {
+ return mouseMoveToDocument();
+ });
+}
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/uievents/order-of-events/mouse-events/mouseover-out-manual.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698