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

Unified Diff: LayoutTests/fast/events/mouse-events-within-no-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
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouseenter-mouseleave-capture-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
diff --git a/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt b/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
index f29b850d702125dd1ef68da93687d7fa6f6a0023..8a06ca008be5132515693bdf7f2e5a7a7a6d0b52 100644
--- a/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
+++ b/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
@@ -36,9 +36,9 @@ PASS targets[9] is "#document"
PASS events[10] is "mouseleave"
PASS targets[10] is "#document"
PASS events[11] is "mouseenter"
-PASS targets[11] is "BODY"
+PASS targets[11] is "#document"
PASS events[12] is "mouseenter"
-PASS targets[12] is "#document"
+PASS targets[12] is "BODY"
PASS events[13] is "mouseleave"
PASS targets[13] is "BODY"
PASS events[14] is "mouseleave"
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouseenter-mouseleave-capture-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698