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

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, 4 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 ALERT: mousemove : [object HTMLDocument]
2 ALERT: mousemove : [object HTMLBodyElement]
3 ALERT: mousemove : [object HTMLDocument]
4 ALERT: mouseover : [object HTMLDocument]
5 ALERT: mouseout : [object HTMLDocument]
6 ALERT: mouseenter : [object HTMLDocument]
7 ALERT: mouseleave : [object HTMLDocument]
8 ALERT: mouseenter : [object HTMLBodyElement]
9 ALERT: mouseenter : [object HTMLDocument]
10 ALERT: mouseleave : [object HTMLBodyElement]
11 ALERT: mouseleave : [object HTMLDocument]
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698