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

Unified Diff: LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html

Issue 1047733002: Fixed mouseenter/mouseleave event firing order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html
diff --git a/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html b/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html
index 4c6583b988748b90b1087ec240fa5884bee8644b..ab91863d48ee99f5ae991c8320e3cbdb2b83c84e 100644
--- a/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html
+++ b/LayoutTests/fast/events/resources/mouse-events-within-no-element-iframe.html
@@ -79,9 +79,9 @@
verifyEventLog('mouseout', '#document'); // x, y - 100
verifyEventLog('mouseenter', '#document');// x, y
verifyEventLog('mouseleave', '#document');// x, y
- verifyEventLog('mouseenter', 'BODY'); // x, y - 100
verifyEventLog('mouseenter', '#document');// x, y - 100
+ verifyEventLog('mouseenter', 'BODY'); // x, y - 100
verifyEventLog('mouseleave', 'BODY'); // x, y + 200
verifyEventLog('mouseleave', '#document');// x, y + 200
</script>
-</body>
+</body>
« no previous file with comments | « LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698