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

Side by Side Diff: LayoutTests/fast/events/mouseenter-mouseleave-on-drag-expected.txt

Issue 1047733002: Fixed mouseenter/mouseleave event firing order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed tests. Created 5 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 Verifies that dragging mouse in/out of an element doesn't fire redundant mouseen ter or mouseleave events (crbug.com/470258)
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 outer received mouseenter
7 PASS wasInside['outer'] is false
8 outer received mousedown
9 inner received mouseenter
10 PASS wasInside['inner'] is false
11 inner received mouseleave
12 PASS wasInside['inner'] is true
13 outer received mouseup
14 outer received mouseleave
15 PASS wasInside['outer'] is true
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698