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

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

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. TODO fixes. Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 109: Uncaught TypeError: Cannot read property 'pointerId' of undefined
2 Verifies that tapping on an element fires appropriate pointer events.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 --- test PE+TE event sequences without preventDefault ---
8 green received touchstart at phase=target
9 lightgreen received touchstart at phase=bubbling
10 grey received touchstart at phase=bubbling
11 green received touchmove at phase=target
12 lightgreen received touchmove at phase=bubbling
13 grey received touchmove at phase=bubbling
14 green received touchend at phase=target
15 lightgreen received touchend at phase=bubbling
16 grey received touchend at phase=bubbling
17
18 --- test PE+TE event sequences with PE preventDefault ---
19 green received touchstart at phase=target
20 lightgreen received touchstart at phase=bubbling
21 grey received touchstart at phase=bubbling
22 green received touchmove at phase=target
23 lightgreen received touchmove at phase=bubbling
24 grey received touchmove at phase=bubbling
25 green received touchend at phase=target
26 lightgreen received touchend at phase=bubbling
27 grey received touchend at phase=bubbling
28
29 --- test PE params for single-touch ---
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
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
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
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
38 FAIL receivedPEsAtTarget[1].clientX should be 168. 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
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
42 FAIL receivedPEsAtTarget[2].buttons should be 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
43 FAIL receivedPEsAtTarget.length should be 3. Was 0.
44
45 --- test PE isPrimary values ---
46 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
47 FAIL successfullyParsed should be true. Was false.
48
49 TEST COMPLETE
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698