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

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

Issue 1391393002: Fire pointerup/down events for corresponding mouse events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipped the failing test. 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 109: Uncaught TypeError: Cannot read property 'pointerId' of undefined 1 CONSOLE ERROR: line 105: 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 29 matching lines...) Expand all
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 0. Threw exception TypeError: Cann ot read property 'buttons' of undefined
43 FAIL receivedPEsAtTarget.length should be 3. Was 0. 43 FAIL receivedPEsAtTarget.length should be 3. Was 0.
44 44
45 --- test PE isPrimary values --- 45 --- test PE isPrimary values ---
46 FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined 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. 47 FAIL successfullyParsed should be true. Was false.
48 48
49 TEST COMPLETE 49 TEST COMPLETE
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698