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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
diff --git a/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt b/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f29b850d702125dd1ef68da93687d7fa6f6a0023
--- /dev/null
+++ b/LayoutTests/fast/events/mouse-events-within-no-element-expected.txt
@@ -0,0 +1,49 @@
+
+Tests that the mouse event is fired when the mouse pointer stays in document but there is no element
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+POINTER
+PASS events[0] is "mousemove"
+PASS targets[0] is "#document"
+PASS events[1] is "mousemove"
+PASS targets[1] is "BODY"
+PASS events[2] is "mousemove"
+PASS targets[2] is "#document"
+PASS events[3] is "mouseover"
+PASS targets[3] is "#document"
+PASS events[4] is "mouseover"
+PASS targets[4] is "BODY"
+PASS events[5] is "mouseover"
+PASS targets[5] is "#document"
+PASS events[6] is "mouseout"
+PASS targets[6] is "#document"
+PASS events[7] is "mouseout"
+PASS targets[7] is "BODY"
+PASS events[8] is "mouseout"
+PASS targets[8] is "#document"
+PASS events[9] is "mouseenter"
+PASS targets[9] is "#document"
+PASS events[10] is "mouseleave"
+PASS targets[10] is "#document"
+PASS events[11] is "mouseenter"
+PASS targets[11] is "BODY"
+PASS events[12] is "mouseenter"
+PASS targets[12] is "#document"
+PASS events[13] is "mouseleave"
+PASS targets[13] is "BODY"
+PASS events[14] is "mouseleave"
+PASS targets[14] is "#document"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698