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

Side by Side Diff: LayoutTests/fast/events/mouseenter-mouseleave-chained-listeners-expected.txt

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. Created 7 years, 5 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 | Annotate | Revision Log
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