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

Side by Side Diff: LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-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, 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
1 // Entering #inner1 1 // Entering #inner1
2 mouseenter (at target) on inner1
3 mouseenter (at target) on outer
4 mouseover (at target) on inner1 2 mouseover (at target) on inner1
5 mouseover (bubbling) on inner1 3 mouseover (bubbling) on inner1
4 mouseenter (at target) on outer
5 mouseenter (at target) on inner1
6 // Entering #outer and #inner2 6 // Entering #outer and #inner2
7 mouseleave (at target) on inner1
8 // Setting capturing mouseenter handler on #outer from #inner1's mouseleave hand ler.
9 mouseenter (capturing) on inner2
10 mouseout (at target) on inner1 7 mouseout (at target) on inner1
11 mouseout (bubbling) on inner1 8 mouseout (bubbling) on inner1
12 mouseover (at target) on inner2 9 mouseover (at target) on inner2
13 mouseover (bubbling) on inner2 10 mouseover (bubbling) on inner2
11 mouseleave (at target) on inner1
12 // Setting capturing mouseenter handler on #outer from #inner1's mouseleave hand ler.
13 mouseenter (capturing) on inner2
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698