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

Side by Side Diff: LayoutTests/fast/events/mouse-events-within-no-element-expected.txt

Issue 494913003: Mousemove event should be fired when the mouse stays in the document but there is no element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
2 Tests that the mouse event is fired when the mouse pointer stays in document but there is no element
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10
11
12 --------
13 Frame: '<!--framePath //<!--frame0-->-->'
14 --------
15 POINTER
16 PASS events[0] is "mousemove"
17 PASS targets[0] is "#document"
18 PASS events[1] is "mousemove"
19 PASS targets[1] is "BODY"
20 PASS events[2] is "mousemove"
21 PASS targets[2] is "#document"
22 PASS events[3] is "mouseover"
23 PASS targets[3] is "#document"
24 PASS events[4] is "mouseover"
25 PASS targets[4] is "BODY"
26 PASS events[5] is "mouseover"
27 PASS targets[5] is "#document"
28 PASS events[6] is "mouseout"
29 PASS targets[6] is "#document"
30 PASS events[7] is "mouseout"
31 PASS targets[7] is "BODY"
32 PASS events[8] is "mouseout"
33 PASS targets[8] is "#document"
34 PASS events[9] is "mouseenter"
35 PASS targets[9] is "#document"
36 PASS events[10] is "mouseleave"
37 PASS targets[10] is "#document"
38 PASS events[11] is "mouseenter"
39 PASS targets[11] is "BODY"
40 PASS events[12] is "mouseenter"
41 PASS targets[12] is "#document"
42 PASS events[13] is "mouseleave"
43 PASS targets[13] is "BODY"
44 PASS events[14] is "mouseleave"
45 PASS targets[14] is "#document"
46 PASS successfullyParsed is true
47
48 TEST COMPLETE
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698