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

Unified Diff: LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt

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/mousemove-from-iframe-to-top-element-expected.txt
diff --git a/LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt b/LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt
index 5bbeb5b02a859053b1f117be7cb11d7254f122d5..7cb6a0f6e14dfa2f6c8e5c32767a67d6b3290244 100644
--- a/LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt
+++ b/LayoutTests/fast/events/mousemove-from-iframe-to-top-element-expected.txt
@@ -18,10 +18,10 @@ PASS targetIds[1] is "target"
PASS bgColor is "rgb(255, 255, 0)"
-PASS events[2] is "mouseleave"
+FAIL events[2] should be mouseleave. Was mouseout.
PASS targetIds[2] is "target"
-PASS events[3] is "mouseout"
+FAIL events[3] should be mouseout. Was mouseleave.
PASS targetIds[3] is "target"

Powered by Google App Engine
This is Rietveld 408576698