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

Side by Side Diff: LayoutTests/fast/events/mouseenter-mouseleave-capture-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 #outer
2 mouseenter on outer
3 // Entering #inner1
4 mouseenter on inner1
5 // Entering #inner3 (and therefore also #inner2)
6 mouseleave on inner1
7 mouseenter on inner3
8 mouseenter on inner2
9 // Leaving #inner3 and #inner2, but not #outer
10 mouseleave on inner3
11 mouseleave on inner2
12 // Leaving #outer
13 mouseleave on outer
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698