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

Side by Side Diff: LayoutTests/fast/events/touch/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: Fixed the gyp rule for nuked ThreadLocalEventNames.h 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 Verifies that tapping on an element fires appropriate pointer events.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 --- with preventDefault=false ---
7 -- sending touch to green --
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 --- with preventDefault=true ---
15 -- sending touch to green --
16 green received touchstart at phase=target
17 lightgreen received touchstart at phase=bubbling
18 grey received touchstart at phase=bubbling
19 green received touchmove at phase=target
20 lightgreen received touchmove at phase=bubbling
21 grey received touchmove at phase=bubbling
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698