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

Side by Side Diff: LayoutTests/fast/events/mouse-events-within-no-element-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
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouseenter-mouseleave-capture-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Tests that the mouse event is fired when the mouse pointer stays in document but there is no element 2 Tests that the mouse event is fired when the mouse pointer stays in document but there is no element
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 10
(...skipping 18 matching lines...) Expand all
29 PASS targets[6] is "#document" 29 PASS targets[6] is "#document"
30 PASS events[7] is "mouseout" 30 PASS events[7] is "mouseout"
31 PASS targets[7] is "BODY" 31 PASS targets[7] is "BODY"
32 PASS events[8] is "mouseout" 32 PASS events[8] is "mouseout"
33 PASS targets[8] is "#document" 33 PASS targets[8] is "#document"
34 PASS events[9] is "mouseenter" 34 PASS events[9] is "mouseenter"
35 PASS targets[9] is "#document" 35 PASS targets[9] is "#document"
36 PASS events[10] is "mouseleave" 36 PASS events[10] is "mouseleave"
37 PASS targets[10] is "#document" 37 PASS targets[10] is "#document"
38 PASS events[11] is "mouseenter" 38 PASS events[11] is "mouseenter"
39 PASS targets[11] is "BODY" 39 PASS targets[11] is "#document"
40 PASS events[12] is "mouseenter" 40 PASS events[12] is "mouseenter"
41 PASS targets[12] is "#document" 41 PASS targets[12] is "BODY"
42 PASS events[13] is "mouseleave" 42 PASS events[13] is "mouseleave"
43 PASS targets[13] is "BODY" 43 PASS targets[13] is "BODY"
44 PASS events[14] is "mouseleave" 44 PASS events[14] is "mouseleave"
45 PASS targets[14] is "#document" 45 PASS targets[14] is "#document"
46 PASS successfullyParsed is true 46 PASS successfullyParsed is true
47 47
48 TEST COMPLETE 48 TEST COMPLETE
49 49
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouseenter-mouseleave-capture-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698