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

Side by Side 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: Tweaked the tests. 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 1 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
2 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 2 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
3 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 3 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
4 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 4 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
5 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 5 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
6 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 6 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
7 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 7 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
8 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 8 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
9 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 9 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
10 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 10 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
11 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
12 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
13 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null
11 Verifies that pointer event parameters are correct when fired for mouse events. 14 Verifies that pointer event parameters are correct when fired for mouse events.
12 15
13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
14 17
15 18
16 --- move mouse into target --- 19 --- move mouse into target ---
17 Received mouseover 20 Received mouseover
18 FAIL lastPointerEvent should be non-null. Was null 21 FAIL lastPointerEvent should be non-null. Was null
19 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can not read property 'type' of null 22 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can not read property 'type' of null
20 Received mouseenter 23 Received mouseenter
21 FAIL lastPointerEvent should be non-null. Was null 24 FAIL lastPointerEvent should be non-null. Was null
22 FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Ca nnot read property 'type' of null 25 FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Ca nnot read property 'type' of null
26 Received mousemove
27 FAIL lastPointerEvent should be non-null. Was null
28 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null
29
30 --- move within target ---
31 Received mousemove
32 FAIL lastPointerEvent should be non-null. Was null
33 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null
34 Received mousemove
35 FAIL lastPointerEvent should be non-null. Was null
36 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null
23 37
24 --- click each button --- 38 --- click each button ---
25 Received mousedown 39 Received mousedown
26 FAIL lastPointerEvent should be non-null. Was null 40 FAIL lastPointerEvent should be non-null. Was null
27 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 41 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
28 Received mouseup 42 Received mouseup
29 FAIL lastPointerEvent should be non-null. Was null 43 FAIL lastPointerEvent should be non-null. Was null
30 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 44 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
31 Received mousedown 45 Received mousedown
32 FAIL lastPointerEvent should be non-null. Was null 46 FAIL lastPointerEvent should be non-null. Was null
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 Received mouseout 369 Received mouseout
356 FAIL lastPointerEvent should be non-null. Was null 370 FAIL lastPointerEvent should be non-null. Was null
357 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann ot read property 'type' of null 371 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann ot read property 'type' of null
358 Received mouseleave 372 Received mouseleave
359 FAIL lastPointerEvent should be non-null. Was null 373 FAIL lastPointerEvent should be non-null. Was null
360 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca nnot read property 'type' of null 374 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca nnot read property 'type' of null
361 FAIL successfullyParsed should be true. Was false. 375 FAIL successfullyParsed should be true. Was false.
362 376
363 TEST COMPLETE 377 TEST COMPLETE
364 378
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698