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

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

Issue 1670073004: Send node transition events for touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the tests Created 4 years, 10 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 105: Uncaught TypeError: Cannot read property 'pointerId' of undefined 1 CONSOLE ERROR: line 115: Uncaught TypeError: Cannot read property 'pointerId' of undefined
2 Verifies that tapping on an element fires appropriate pointer events. 2 Verifies that tapping on an element fires appropriate pointer events.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 --- test PE+TE event sequences without preventDefault --- 7 --- test PE+TE event sequences without preventDefault ---
8 green received touchstart at phase=target 8 green received touchstart at phase=target
9 lightgreen received touchstart at phase=bubbling 9 lightgreen received touchstart at phase=bubbling
10 grey received touchstart at phase=bubbling 10 grey received touchstart at phase=bubbling
11 green received touchmove at phase=target 11 green received touchmove at phase=target
(...skipping 16 matching lines...) Expand all
28 28
29 --- test PE params for single-touch --- 29 --- test PE params for single-touch ---
30 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined 30 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
31 FAIL receivedPEsAtTarget[0].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined 31 FAIL receivedPEsAtTarget[0].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
32 FAIL receivedPEsAtTarget[0].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined 32 FAIL receivedPEsAtTarget[0].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
33 FAIL receivedPEsAtTarget[0].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined 33 FAIL receivedPEsAtTarget[0].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
34 FAIL receivedPEsAtTarget[0].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined 34 FAIL receivedPEsAtTarget[0].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
35 FAIL receivedPEsAtTarget[1].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined 35 FAIL receivedPEsAtTarget[1].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
36 FAIL receivedPEsAtTarget[1].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined 36 FAIL receivedPEsAtTarget[1].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
37 FAIL receivedPEsAtTarget[1].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined 37 FAIL receivedPEsAtTarget[1].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
38 FAIL receivedPEsAtTarget[1].clientX should be 168. Threw exception TypeError: Ca nnot read property 'clientX' of undefined 38 FAIL receivedPEsAtTarget[1].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
39 FAIL receivedPEsAtTarget[1].clientY should be 176. Threw exception TypeError: Ca nnot read property 'clientY' of undefined 39 FAIL receivedPEsAtTarget[1].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
40 FAIL receivedPEsAtTarget[2].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined 40 FAIL receivedPEsAtTarget[2].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
41 FAIL receivedPEsAtTarget[2].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined 41 FAIL receivedPEsAtTarget[2].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
42 FAIL receivedPEsAtTarget[2].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined 42 FAIL receivedPEsAtTarget[2].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
43 FAIL receivedPEsAtTarget.length should be 3. Was 0. 43 FAIL receivedPEsAtTarget[2].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
44 FAIL receivedPEsAtTarget[2].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
45 FAIL receivedPEsAtTarget[3].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
46 FAIL receivedPEsAtTarget[3].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
47 FAIL receivedPEsAtTarget[3].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
48 FAIL receivedPEsAtTarget[3].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
49 FAIL receivedPEsAtTarget[3].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
50 FAIL receivedPEsAtTarget[4].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
51 FAIL receivedPEsAtTarget[4].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
52 FAIL receivedPEsAtTarget[4].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
53 FAIL receivedPEsAtTarget[4].clientX should be 148. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
54 FAIL receivedPEsAtTarget[4].clientY should be 156. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
55 FAIL receivedPEsAtTarget.length should be 5. Was 0.
56 FAIL receivedPEsAtTarget[5].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
57 FAIL receivedPEsAtTarget[5].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
58 FAIL receivedPEsAtTarget[5].buttons should be 1. Threw exception TypeError: Cann ot read property 'buttons' of undefined
59 FAIL receivedPEsAtTarget[5].clientX should be 168. Threw exception TypeError: Ca nnot read property 'clientX' of undefined
60 FAIL receivedPEsAtTarget[5].clientY should be 176. Threw exception TypeError: Ca nnot read property 'clientY' of undefined
61 FAIL receivedPEsAtTarget.length should be 6. Was 0.
62 FAIL receivedPEsAtTarget[6].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
63 FAIL receivedPEsAtTarget[6].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
64 FAIL receivedPEsAtTarget[6].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
65 FAIL receivedPEsAtTarget[7].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
66 FAIL receivedPEsAtTarget[7].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
67 FAIL receivedPEsAtTarget[7].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
68 FAIL receivedPEsAtTarget[8].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
69 FAIL receivedPEsAtTarget[8].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
70 FAIL receivedPEsAtTarget[8].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
71 FAIL receivedPEsAtTarget[9].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
72 FAIL receivedPEsAtTarget[9].button should be 0. Threw exception TypeError: Canno t read property 'button' of undefined
73 FAIL receivedPEsAtTarget[9].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
74 FAIL receivedPEsAtTarget[10].isPrimary should be true. Threw exception TypeError : Cannot read property 'isPrimary' of undefined
75 FAIL receivedPEsAtTarget[10].button should be 0. Threw exception TypeError: Cann ot read property 'button' of undefined
76 FAIL receivedPEsAtTarget[10].buttons should be 0. Threw exception TypeError: Can not read property 'buttons' of undefined
77 FAIL receivedPEsAtTarget.length should be 11. Was 0.
44 78
45 --- test PE isPrimary values --- 79 --- test PE isPrimary values ---
46 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined 80 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
47 FAIL successfullyParsed should be true. Was false. 81 FAIL successfullyParsed should be true. Was false.
48 82
49 TEST COMPLETE 83 TEST COMPLETE
50 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698