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

Side by Side Diff: LayoutTests/fast/events/touch/multi-touch-partial-sequence-expected.txt

Issue 259413003: Correctly handle touch events that contain touches not previously reported to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rjkroege cr Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests that events are received properly even when we never saw the touchstart fo r the first finger (eg. was skipped by cc touch hit testing) - crbug.com/363321
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Sending touchstart event.
7 PASS event.target is target
8 PASS event.touches.length is 2
9 PASS event.touches[0].identifier is 0
10 PASS event.touches[0].pageX is 12
11 PASS event.touches[0].pageY is 0
12 PASS event.touches[0].target is document
13 PASS event.touches[1].identifier is 1
14 PASS event.touches[1].pageX is targetX
15 PASS event.touches[1].pageY is targetY
16 PASS event.touches[1].target is target
17 PASS event.changedTouches.length is 1
18 PASS event.changedTouches[0].identifier is 1
19 PASS event.targetTouches.length is 1
20 PASS event.targetTouches[0].identifier is 1
21
22 Sending touchmove and touchend for unrelated touch point.
23
24 Sending touchend.
25 PASS event.target is target
26 PASS event.touches.length is 0
27 PASS event.changedTouches.length is 1
28 PASS event.changedTouches[0].identifier is 1
29 PASS event.changedTouches[0].pageX is targetX
30 PASS event.changedTouches[0].pageY is targetY
31 PASS event.changedTouches[0].target is target
32 PASS event.targetTouches.length is 0
33
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/multi-touch-partial-sequence.html ('k') | Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698