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

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

Issue 1968653005: Set width=height=1 of mouse like pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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 67: Uncaught TypeError: Cannot read property 'type' of undef ined 1 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
2 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 2 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
3 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 3 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
4 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 4 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
5 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 5 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
6 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 6 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
7 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 7 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
8 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 8 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
9 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 9 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
10 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 10 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
11 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 11 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
12 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 12 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
13 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined 13 CONSOLE ERROR: line 69: Uncaught TypeError: Cannot read property 'type' of undef ined
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 lastPointerEvents.length should be 2. Was 0. 21 FAIL lastPointerEvents.length should be 2. Was 0.
22 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined 22 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined
23 Received mouseenter 23 Received mouseenter
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 Received mouseout 321 Received mouseout
322 FAIL lastPointerEvents.length should be 2. Was 0. 322 FAIL lastPointerEvents.length should be 2. Was 0.
323 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined 323 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined
324 Received mouseleave 324 Received mouseleave
325 FAIL lastPointerEvents.length should be 1. Was 0. 325 FAIL lastPointerEvents.length should be 1. Was 0.
326 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError : Cannot read property 'type' of undefined 326 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError : Cannot read property 'type' of undefined
327 FAIL successfullyParsed should be true. Was false. 327 FAIL successfullyParsed should be true. Was false.
328 328
329 TEST COMPLETE 329 TEST COMPLETE
330 330
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698