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

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

Issue 1989623002: Suppressed MEs for gestures from cancelled PEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
1 Verifies that pointercancel events are fired correctly on touch. 1 Verifies that pointercancel events are fired correctly on touch.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 --- single drag tests --- 6 --- single drag tests ---
7 7
8 -- preventDefault on none, without notifyStartOfTouchScroll -- 8 -- preventDefault on none, without notifyStartOfTouchScroll --
9 Received pointerover, pointerId=2 9 Received pointerover, pointerId=2
10 Received pointerenter, pointerId=2 10 Received pointerenter, pointerId=2
11 Received pointerdown, pointerId=2 11 Received pointerdown, pointerId=2
12 Received touchstart, touchIds=0 12 Received touchstart, touchIds=0
13 Received pointermove, pointerId=2 13 Received pointermove, pointerId=2
14 Received touchmove, touchIds=0 14 Received touchmove, touchIds=0
15 Received pointermove, pointerId=2 15 Received pointermove, pointerId=2
16 Received touchmove, touchIds=0 16 Received touchmove, touchIds=0
17 Received pointermove, pointerId=2 17 Received pointermove, pointerId=2
18 Received touchmove, touchIds=0 18 Received touchmove, touchIds=0
19 Received pointerup, pointerId=2 19 Received pointerup, pointerId=2
20 Received pointerout, pointerId=2 20 Received pointerout, pointerId=2
21 Received pointerleave, pointerId=2 21 Received pointerleave, pointerId=2
22 Received touchend, touchIds=0 22 Received touchend, touchIds=0
23 23
24 -- preventDefault on pointermove, without notifyStartOfTouchScroll -- 24 -- preventDefault on pointermove, without notifyStartOfTouchScroll --
25 Received pointerover, pointerId=3 25 Received pointerover, pointerId=3
26 Received pointerenter, pointerId=3 26 Received pointerenter, pointerId=3
27 Received pointerdown, pointerId=3 27 Received pointerdown, pointerId=3
28 Received touchstart, touchIds=0 28 Received touchstart, touchIds=0
29 Received pointermove, pointerId=3, prevented default 29 Received pointermove, pointerId=3, prevented default
30 Received touchmove, touchIds=0
30 Received pointermove, pointerId=3, prevented default 31 Received pointermove, pointerId=3, prevented default
32 Received touchmove, touchIds=0
31 Received pointermove, pointerId=3, prevented default 33 Received pointermove, pointerId=3, prevented default
34 Received touchmove, touchIds=0
32 Received pointerup, pointerId=3 35 Received pointerup, pointerId=3
33 Received pointerout, pointerId=3 36 Received pointerout, pointerId=3
34 Received pointerleave, pointerId=3 37 Received pointerleave, pointerId=3
35 Received touchend, touchIds=0 38 Received touchend, touchIds=0
36 39
37 -- preventDefault on none, with notifyStartOfTouchScroll -- 40 -- preventDefault on none, with notifyStartOfTouchScroll --
38 Received pointerover, pointerId=4 41 Received pointerover, pointerId=4
39 Received pointerenter, pointerId=4 42 Received pointerenter, pointerId=4
40 Received pointerdown, pointerId=4 43 Received pointerdown, pointerId=4
41 Received touchstart, touchIds=0 44 Received touchstart, touchIds=0
42 Received pointermove, pointerId=4 45 Received pointermove, pointerId=4
43 Received touchmove, touchIds=0 46 Received touchmove, touchIds=0
44 Received pointercancel, pointerId=4 47 Received pointercancel, pointerId=4
45 Received pointerout, pointerId=4 48 Received pointerout, pointerId=4
46 Received pointerleave, pointerId=4 49 Received pointerleave, pointerId=4
47 Received touchmove, touchIds=0 50 Received touchmove, touchIds=0
48 Received touchmove, touchIds=0 51 Received touchmove, touchIds=0
49 Received touchend, touchIds=0 52 Received touchend, touchIds=0
50 53
51 -- preventDefault on pointermove, with notifyStartOfTouchScroll -- 54 -- preventDefault on pointermove, with notifyStartOfTouchScroll --
52 Received pointerover, pointerId=5 55 Received pointerover, pointerId=5
53 Received pointerenter, pointerId=5 56 Received pointerenter, pointerId=5
54 Received pointerdown, pointerId=5 57 Received pointerdown, pointerId=5
55 Received touchstart, touchIds=0 58 Received touchstart, touchIds=0
56 Received pointermove, pointerId=5, prevented default 59 Received pointermove, pointerId=5, prevented default
60 Received touchmove, touchIds=0
57 Received pointercancel, pointerId=5 61 Received pointercancel, pointerId=5
58 Received pointerout, pointerId=5 62 Received pointerout, pointerId=5
59 Received pointerleave, pointerId=5 63 Received pointerleave, pointerId=5
60 Received touchmove, touchIds=0 64 Received touchmove, touchIds=0
61 Received touchmove, touchIds=0 65 Received touchmove, touchIds=0
62 Received touchend, touchIds=0 66 Received touchend, touchIds=0
63 67
64 --- multi drag tests --- 68 --- multi drag tests ---
65 69
66 -- preventDefault on none, without notifyStartOfTouchScroll -- 70 -- preventDefault on none, without notifyStartOfTouchScroll --
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 Received pointerleave, pointerId=13 165 Received pointerleave, pointerId=13
162 Received pointercancel, pointerId=14 166 Received pointercancel, pointerId=14
163 Received pointerout, pointerId=14 167 Received pointerout, pointerId=14
164 Received pointerleave, pointerId=14 168 Received pointerleave, pointerId=14
165 Received touchcancel, touchIds=01 169 Received touchcancel, touchIds=01
166 170
167 PASS successfullyParsed is true 171 PASS successfullyParsed is true
168 172
169 TEST COMPLETE 173 TEST COMPLETE
170 174
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698