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

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

Issue 2043053002: Added missing pen tilt when creating PointerEvent from ME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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 44c8c66e782b3aec20e1dc32dd50c5f3aaf471f0..60b0b3c0cf5358bc7d26301e9eeab0904d90f9d1 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,21 +1,30 @@
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-CONSOLE ERROR: line 70: Uncaught TypeError: Cannot read property 'type' of undefined
-Verifies that pointer event parameters are correct when fired for mouse events.
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undefined
+Verifies that pointer event parameters are correct when fired through mouse events.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+===== mouse tests =====
--- move mouse into target ---
Received mouseover
FAIL lastPointerEvents.length should be 2. Was 0.
@@ -324,6 +333,37 @@ FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError:
Received mouseleave
FAIL lastPointerEvents.length should be 1. Was 0.
FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError: Cannot read property 'type' of undefined
+
+===== pen tests =====
+--- move pen into target ---
+Received mouseover
+FAIL lastPointerEvents.length should be 2. Was 0.
+FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined
+Received mouseenter
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointerenter. Threw exception TypeError: Cannot read property 'type' of undefined
+Received mousemove
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined
+
+--- move within target & tap ---
+Received mousemove
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined
+Received mousedown
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
+Received mouseup
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: Cannot read property 'type' of undefined
+--- move pen out of target ---
+Received mouseout
+FAIL lastPointerEvents.length should be 2. Was 0.
+FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined
+Received mouseleave
+FAIL lastPointerEvents.length should be 1. Was 0.
+FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError: Cannot read property 'type' of undefined
+
FAIL successfullyParsed should be true. Was false.
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698