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

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

Issue 1617863002: Set the correct pressure for pointer events based on force (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win/OSX compile error Created 4 years, 11 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
1 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null 1 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 2 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 3 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 4 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 5 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 6 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 7 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 8 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 9 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 10 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
11 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null 11 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
12 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null 12 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
13 CONSOLE ERROR: line 62: Uncaught TypeError: Cannot read property 'type' of null 13 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
14 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.
15 15
16 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 ".
17 17
18 18
19 --- move mouse into target --- 19 --- move mouse into target ---
20 Received mouseover 20 Received mouseover
21 FAIL lastPointerEvent should be non-null. Was null 21 FAIL lastPointerEvent should be non-null. Was null
22 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
23 Received mouseenter 23 Received mouseenter
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 Received mouseout 369 Received mouseout
370 FAIL lastPointerEvent should be non-null. Was null 370 FAIL lastPointerEvent should be non-null. Was null
371 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
372 Received mouseleave 372 Received mouseleave
373 FAIL lastPointerEvent should be non-null. Was null 373 FAIL lastPointerEvent should be non-null. Was null
374 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
375 FAIL successfullyParsed should be true. Was false. 375 FAIL successfullyParsed should be true. Was false.
376 376
377 TEST COMPLETE 377 TEST COMPLETE
378 378
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698