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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt

Issue 1425053002: Fire pointermoves for mousemove events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
index 3d93ee54818283cd3c82113cba959860b640afaa..0ee5c095cc45eba15a925bd409dcdc166a3580fd 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
@@ -1,13 +1,16 @@
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
-CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
+CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
Verifies that pointer event parameters are correct when fired for mouse events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -20,6 +23,17 @@ FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can
Received mouseenter
FAIL lastPointerEvent should be non-null. Was null
FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Cannot read property 'type' of null
+Received mousemove
+FAIL lastPointerEvent should be non-null. Was null
+FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Cannot read property 'type' of null
+
+--- move within target ---
+Received mousemove
+FAIL lastPointerEvent should be non-null. Was null
+FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Cannot read property 'type' of null
+Received mousemove
+FAIL lastPointerEvent should be non-null. Was null
+FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Cannot read property 'type' of null
--- click each button ---
Received mousedown

Powered by Google App Engine
This is Rietveld 408576698