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

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

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 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
10 Received pointerenter, pointerId=2
11 Received pointerdown, pointerId=2
9 Received touchstart, touchIds=0 12 Received touchstart, touchIds=0
13 Received pointermove, pointerId=2
10 Received touchmove, touchIds=0 14 Received touchmove, touchIds=0
15 Received pointermove, pointerId=2
11 Received touchmove, touchIds=0 16 Received touchmove, touchIds=0
17 Received pointermove, pointerId=2
12 Received touchmove, touchIds=0 18 Received touchmove, touchIds=0
19 Received pointerup, pointerId=2
20 Received pointerout, pointerId=2
21 Received pointerleave, pointerId=2
13 Received touchend, touchIds=0 22 Received touchend, touchIds=0
14 23
15 -- preventDefault on pointermove, without notifyStartOfTouchScroll -- 24 -- preventDefault on pointermove, without notifyStartOfTouchScroll --
25 Received pointerover, pointerId=3
26 Received pointerenter, pointerId=3
27 Received pointerdown, pointerId=3
16 Received touchstart, touchIds=0 28 Received touchstart, touchIds=0
29 Received pointermove, pointerId=3, prevented default
17 Received touchmove, touchIds=0 30 Received touchmove, touchIds=0
31 Received pointermove, pointerId=3, prevented default
18 Received touchmove, touchIds=0 32 Received touchmove, touchIds=0
33 Received pointermove, pointerId=3, prevented default
19 Received touchmove, touchIds=0 34 Received touchmove, touchIds=0
35 Received pointerup, pointerId=3
36 Received pointerout, pointerId=3
37 Received pointerleave, pointerId=3
20 Received touchend, touchIds=0 38 Received touchend, touchIds=0
21 39
22 -- preventDefault on none, with notifyStartOfTouchScroll -- 40 -- preventDefault on none, with notifyStartOfTouchScroll --
41 Received pointerover, pointerId=4
42 Received pointerenter, pointerId=4
43 Received pointerdown, pointerId=4
23 Received touchstart, touchIds=0 44 Received touchstart, touchIds=0
45 Received pointermove, pointerId=4
24 Received touchmove, touchIds=0 46 Received touchmove, touchIds=0
47 Received pointercancel, pointerId=4
48 Received pointerout, pointerId=4
49 Received pointerleave, pointerId=4
25 Received touchmove, touchIds=0 50 Received touchmove, touchIds=0
26 Received touchmove, touchIds=0 51 Received touchmove, touchIds=0
27 Received touchend, touchIds=0 52 Received touchend, touchIds=0
28 53
29 -- preventDefault on pointermove, with notifyStartOfTouchScroll -- 54 -- preventDefault on pointermove, with notifyStartOfTouchScroll --
55 Received pointerover, pointerId=5
56 Received pointerenter, pointerId=5
57 Received pointerdown, pointerId=5
30 Received touchstart, touchIds=0 58 Received touchstart, touchIds=0
59 Received pointermove, pointerId=5, prevented default
31 Received touchmove, touchIds=0 60 Received touchmove, touchIds=0
61 Received pointercancel, pointerId=5
62 Received pointerout, pointerId=5
63 Received pointerleave, pointerId=5
32 Received touchmove, touchIds=0 64 Received touchmove, touchIds=0
33 Received touchmove, touchIds=0 65 Received touchmove, touchIds=0
34 Received touchend, touchIds=0 66 Received touchend, touchIds=0
35 67
36 --- multi drag tests --- 68 --- multi drag tests ---
37 69
38 -- preventDefault on none, without notifyStartOfTouchScroll -- 70 -- preventDefault on none, without notifyStartOfTouchScroll --
71 Received pointerover, pointerId=6
72 Received pointerenter, pointerId=6
73 Received pointerdown, pointerId=6
74 Received pointerover, pointerId=7
75 Received pointerenter, pointerId=7
76 Received pointerdown, pointerId=7
77 Received pointerover, pointerId=8
78 Received pointerenter, pointerId=8
79 Received pointerdown, pointerId=8
39 Received touchstart, touchIds=012 80 Received touchstart, touchIds=012
81 Received pointermove, pointerId=6
82 Received pointermove, pointerId=7
83 Received pointermove, pointerId=8
40 Received touchmove, touchIds=012 84 Received touchmove, touchIds=012
85 Received pointermove, pointerId=6
86 Received pointermove, pointerId=7
87 Received pointermove, pointerId=8
41 Received touchmove, touchIds=012 88 Received touchmove, touchIds=012
89 Received pointerover, pointerId=9
90 Received pointerenter, pointerId=9
91 Received pointerdown, pointerId=9
42 Received touchstart, touchIds=3 92 Received touchstart, touchIds=3
93 Received pointermove, pointerId=6
94 Received pointermove, pointerId=7
95 Received pointermove, pointerId=8
96 Received pointermove, pointerId=9
43 Received touchmove, touchIds=0123 97 Received touchmove, touchIds=0123
98 Received pointerup, pointerId=6
99 Received pointerout, pointerId=6
100 Received pointerleave, pointerId=6
101 Received pointerup, pointerId=7
102 Received pointerout, pointerId=7
103 Received pointerleave, pointerId=7
104 Received pointerup, pointerId=8
105 Received pointerout, pointerId=8
106 Received pointerleave, pointerId=8
107 Received pointerup, pointerId=9
108 Received pointerout, pointerId=9
109 Received pointerleave, pointerId=9
44 Received touchend, touchIds=0123 110 Received touchend, touchIds=0123
45 111
46 -- preventDefault on none, with notifyStartOfTouchScroll -- 112 -- preventDefault on none, with notifyStartOfTouchScroll --
113 Received pointerover, pointerId=10
114 Received pointerenter, pointerId=10
115 Received pointerdown, pointerId=10
116 Received pointerover, pointerId=11
117 Received pointerenter, pointerId=11
118 Received pointerdown, pointerId=11
119 Received pointerover, pointerId=12
120 Received pointerenter, pointerId=12
121 Received pointerdown, pointerId=12
47 Received touchstart, touchIds=012 122 Received touchstart, touchIds=012
123 Received pointermove, pointerId=10
124 Received pointermove, pointerId=11
125 Received pointermove, pointerId=12
48 Received touchmove, touchIds=012 126 Received touchmove, touchIds=012
127 Received pointermove, pointerId=10
128 Received pointermove, pointerId=11
129 Received pointermove, pointerId=12
49 Received touchmove, touchIds=012 130 Received touchmove, touchIds=012
131 Received pointercancel, pointerId=10
132 Received pointerout, pointerId=10
133 Received pointerleave, pointerId=10
134 Received pointercancel, pointerId=11
135 Received pointerout, pointerId=11
136 Received pointerleave, pointerId=11
137 Received pointercancel, pointerId=12
138 Received pointerout, pointerId=12
139 Received pointerleave, pointerId=12
50 Received touchstart, touchIds=3 140 Received touchstart, touchIds=3
51 Received touchmove, touchIds=0123 141 Received touchmove, touchIds=0123
52 Received touchend, touchIds=0123 142 Received touchend, touchIds=0123
53 143
54 --- multi cancel tests --- 144 --- multi cancel tests ---
55 145
146 Received pointerover, pointerId=13
147 Received pointerenter, pointerId=13
148 Received pointerdown, pointerId=13
149 Received pointerover, pointerId=14
150 Received pointerenter, pointerId=14
151 Received pointerdown, pointerId=14
152 Received pointerover, pointerId=15
153 Received pointerenter, pointerId=15
154 Received pointerdown, pointerId=15
56 Received touchstart, touchIds=012 155 Received touchstart, touchIds=012
156 Received pointercancel, pointerId=15
157 Received pointerout, pointerId=15
158 Received pointerleave, pointerId=15
57 Received touchcancel, touchIds=2 159 Received touchcancel, touchIds=2
160 Received pointermove, pointerId=13
161 Received pointermove, pointerId=14
58 Received touchmove, touchIds=01 162 Received touchmove, touchIds=01
163 Received pointercancel, pointerId=13
164 Received pointerout, pointerId=13
165 Received pointerleave, pointerId=13
166 Received pointercancel, pointerId=14
167 Received pointerout, pointerId=14
168 Received pointerleave, pointerId=14
59 Received touchcancel, touchIds=01 169 Received touchcancel, touchIds=01
60 170
61 PASS successfullyParsed is true 171 PASS successfullyParsed is true
62 172
63 TEST COMPLETE 173 TEST COMPLETE
64 174
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698