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

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: 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 // Entering #inner1
2 mouseenter (at target) on inner1
3 mouseenter (at target) on outer
4 mouseover (at target) on inner1
5 mouseover (bubbling) on inner1
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
11 mouseout (bubbling) on inner1
12 mouseover (at target) on inner2
13 mouseover (bubbling) on inner2
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698