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

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

Issue 2478313003: Fixed composed & detail fields in PointerEvents. (Closed)
Patch Set: Created 4 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 Verifies that pointer event parameters are correct when fired through mouse even ts. 1 Verifies that pointer event parameters are correct when fired through mouse even ts.
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 ===== mouse tests ===== 6 ===== mouse tests =====
7 --- move mouse into target --- 7 --- move mouse into target ---
8 Received pointerover 8 Received pointerover
9 Received pointerenter 9 Received pointerenter
10 Received mouseover 10 Received mouseover
11 PASS lastPointerEvents.length is 2 11 PASS lastPointerEvents.length is 2
12 PASS lastPointerEvents[0].type is "pointerover" 12 PASS lastPointerEvents[0].type is "pointerover"
13 PASS lastPointerEvents[0].bubbles is true 13 PASS lastPointerEvents[0].bubbles is true
14 PASS lastPointerEvents[0].cancelable is true 14 PASS lastPointerEvents[0].cancelable is true
15 PASS lastPointerEvents[0].composed is true
16 PASS lastPointerEvents[0].detail is 0
15 PASS lastPointerEvents[0].pointerId is 1 17 PASS lastPointerEvents[0].pointerId is 1
16 PASS lastPointerEvents[0].pointerType is "mouse" 18 PASS lastPointerEvents[0].pointerType is "mouse"
17 PASS lastPointerEvents[0].isPrimary is true 19 PASS lastPointerEvents[0].isPrimary is true
18 PASS lastPointerEvents[0].clientX is 23 20 PASS lastPointerEvents[0].clientX is 23
19 PASS lastPointerEvents[0].clientY is 31 21 PASS lastPointerEvents[0].clientY is 31
20 PASS lastPointerEvents[0].layerX is 23 22 PASS lastPointerEvents[0].layerX is 23
21 PASS lastPointerEvents[0].layerY is 31 23 PASS lastPointerEvents[0].layerY is 31
22 PASS lastPointerEvents[0].movementX is 0 24 PASS lastPointerEvents[0].movementX is 0
23 PASS lastPointerEvents[0].movementY is 0 25 PASS lastPointerEvents[0].movementY is 0
24 PASS lastPointerEvents[0].offsetX is 5 26 PASS lastPointerEvents[0].offsetX is 5
(...skipping 10 matching lines...) Expand all
35 PASS lastPointerEvents[0].tiltX is 0 37 PASS lastPointerEvents[0].tiltX is 0
36 PASS lastPointerEvents[0].tiltY is 0 38 PASS lastPointerEvents[0].tiltY is 0
37 PASS lastPointerEvents[0].width is 1 39 PASS lastPointerEvents[0].width is 1
38 PASS lastPointerEvents[0].height is 1 40 PASS lastPointerEvents[0].height is 1
39 PASS lastPointerEvents[0].view.name is "mainWindow" 41 PASS lastPointerEvents[0].view.name is "mainWindow"
40 Received mouseenter 42 Received mouseenter
41 PASS lastPointerEvents.length is 1 43 PASS lastPointerEvents.length is 1
42 PASS lastPointerEvents[0].type is "pointerenter" 44 PASS lastPointerEvents[0].type is "pointerenter"
43 PASS lastPointerEvents[0].bubbles is false 45 PASS lastPointerEvents[0].bubbles is false
44 PASS lastPointerEvents[0].cancelable is false 46 PASS lastPointerEvents[0].cancelable is false
47 PASS lastPointerEvents[0].composed is true
48 PASS lastPointerEvents[0].detail is 0
45 PASS lastPointerEvents[0].pointerId is 1 49 PASS lastPointerEvents[0].pointerId is 1
46 PASS lastPointerEvents[0].pointerType is "mouse" 50 PASS lastPointerEvents[0].pointerType is "mouse"
47 PASS lastPointerEvents[0].isPrimary is true 51 PASS lastPointerEvents[0].isPrimary is true
48 PASS lastPointerEvents[0].clientX is 23 52 PASS lastPointerEvents[0].clientX is 23
49 PASS lastPointerEvents[0].clientY is 31 53 PASS lastPointerEvents[0].clientY is 31
50 PASS lastPointerEvents[0].layerX is 23 54 PASS lastPointerEvents[0].layerX is 23
51 PASS lastPointerEvents[0].layerY is 31 55 PASS lastPointerEvents[0].layerY is 31
52 PASS lastPointerEvents[0].movementX is 0 56 PASS lastPointerEvents[0].movementX is 0
53 PASS lastPointerEvents[0].movementY is 0 57 PASS lastPointerEvents[0].movementY is 0
54 PASS lastPointerEvents[0].offsetX is 5 58 PASS lastPointerEvents[0].offsetX is 5
(...skipping 11 matching lines...) Expand all
66 PASS lastPointerEvents[0].tiltY is 0 70 PASS lastPointerEvents[0].tiltY is 0
67 PASS lastPointerEvents[0].width is 1 71 PASS lastPointerEvents[0].width is 1
68 PASS lastPointerEvents[0].height is 1 72 PASS lastPointerEvents[0].height is 1
69 PASS lastPointerEvents[0].view.name is "mainWindow" 73 PASS lastPointerEvents[0].view.name is "mainWindow"
70 Received pointermove 74 Received pointermove
71 Received mousemove 75 Received mousemove
72 PASS lastPointerEvents.length is 1 76 PASS lastPointerEvents.length is 1
73 PASS lastPointerEvents[0].type is "pointermove" 77 PASS lastPointerEvents[0].type is "pointermove"
74 PASS lastPointerEvents[0].bubbles is true 78 PASS lastPointerEvents[0].bubbles is true
75 PASS lastPointerEvents[0].cancelable is true 79 PASS lastPointerEvents[0].cancelable is true
80 PASS lastPointerEvents[0].composed is true
81 PASS lastPointerEvents[0].detail is 0
76 PASS lastPointerEvents[0].pointerId is 1 82 PASS lastPointerEvents[0].pointerId is 1
77 PASS lastPointerEvents[0].pointerType is "mouse" 83 PASS lastPointerEvents[0].pointerType is "mouse"
78 PASS lastPointerEvents[0].isPrimary is true 84 PASS lastPointerEvents[0].isPrimary is true
79 PASS lastPointerEvents[0].clientX is 23 85 PASS lastPointerEvents[0].clientX is 23
80 PASS lastPointerEvents[0].clientY is 31 86 PASS lastPointerEvents[0].clientY is 31
81 PASS lastPointerEvents[0].layerX is 23 87 PASS lastPointerEvents[0].layerX is 23
82 PASS lastPointerEvents[0].layerY is 31 88 PASS lastPointerEvents[0].layerY is 31
83 PASS lastPointerEvents[0].movementX is 0 89 PASS lastPointerEvents[0].movementX is 0
84 PASS lastPointerEvents[0].movementY is 0 90 PASS lastPointerEvents[0].movementY is 0
85 PASS lastPointerEvents[0].offsetX is 5 91 PASS lastPointerEvents[0].offsetX is 5
(...skipping 13 matching lines...) Expand all
99 PASS lastPointerEvents[0].height is 1 105 PASS lastPointerEvents[0].height is 1
100 PASS lastPointerEvents[0].view.name is "mainWindow" 106 PASS lastPointerEvents[0].view.name is "mainWindow"
101 107
102 --- move within target --- 108 --- move within target ---
103 Received pointermove 109 Received pointermove
104 Received mousemove 110 Received mousemove
105 PASS lastPointerEvents.length is 1 111 PASS lastPointerEvents.length is 1
106 PASS lastPointerEvents[0].type is "pointermove" 112 PASS lastPointerEvents[0].type is "pointermove"
107 PASS lastPointerEvents[0].bubbles is true 113 PASS lastPointerEvents[0].bubbles is true
108 PASS lastPointerEvents[0].cancelable is true 114 PASS lastPointerEvents[0].cancelable is true
115 PASS lastPointerEvents[0].composed is true
116 PASS lastPointerEvents[0].detail is 0
109 PASS lastPointerEvents[0].pointerId is 1 117 PASS lastPointerEvents[0].pointerId is 1
110 PASS lastPointerEvents[0].pointerType is "mouse" 118 PASS lastPointerEvents[0].pointerType is "mouse"
111 PASS lastPointerEvents[0].isPrimary is true 119 PASS lastPointerEvents[0].isPrimary is true
112 PASS lastPointerEvents[0].clientX is 25 120 PASS lastPointerEvents[0].clientX is 25
113 PASS lastPointerEvents[0].clientY is 41 121 PASS lastPointerEvents[0].clientY is 41
114 PASS lastPointerEvents[0].layerX is 25 122 PASS lastPointerEvents[0].layerX is 25
115 PASS lastPointerEvents[0].layerY is 41 123 PASS lastPointerEvents[0].layerY is 41
116 PASS lastPointerEvents[0].movementX is 0 124 PASS lastPointerEvents[0].movementX is 0
117 PASS lastPointerEvents[0].movementY is 0 125 PASS lastPointerEvents[0].movementY is 0
118 PASS lastPointerEvents[0].offsetX is 7 126 PASS lastPointerEvents[0].offsetX is 7
(...skipping 11 matching lines...) Expand all
130 PASS lastPointerEvents[0].tiltY is 0 138 PASS lastPointerEvents[0].tiltY is 0
131 PASS lastPointerEvents[0].width is 1 139 PASS lastPointerEvents[0].width is 1
132 PASS lastPointerEvents[0].height is 1 140 PASS lastPointerEvents[0].height is 1
133 PASS lastPointerEvents[0].view.name is "mainWindow" 141 PASS lastPointerEvents[0].view.name is "mainWindow"
134 Received pointermove 142 Received pointermove
135 Received mousemove 143 Received mousemove
136 PASS lastPointerEvents.length is 1 144 PASS lastPointerEvents.length is 1
137 PASS lastPointerEvents[0].type is "pointermove" 145 PASS lastPointerEvents[0].type is "pointermove"
138 PASS lastPointerEvents[0].bubbles is true 146 PASS lastPointerEvents[0].bubbles is true
139 PASS lastPointerEvents[0].cancelable is true 147 PASS lastPointerEvents[0].cancelable is true
148 PASS lastPointerEvents[0].composed is true
149 PASS lastPointerEvents[0].detail is 0
140 PASS lastPointerEvents[0].pointerId is 1 150 PASS lastPointerEvents[0].pointerId is 1
141 PASS lastPointerEvents[0].pointerType is "mouse" 151 PASS lastPointerEvents[0].pointerType is "mouse"
142 PASS lastPointerEvents[0].isPrimary is true 152 PASS lastPointerEvents[0].isPrimary is true
143 PASS lastPointerEvents[0].clientX is 23 153 PASS lastPointerEvents[0].clientX is 23
144 PASS lastPointerEvents[0].clientY is 31 154 PASS lastPointerEvents[0].clientY is 31
145 PASS lastPointerEvents[0].layerX is 23 155 PASS lastPointerEvents[0].layerX is 23
146 PASS lastPointerEvents[0].layerY is 31 156 PASS lastPointerEvents[0].layerY is 31
147 PASS lastPointerEvents[0].movementX is 0 157 PASS lastPointerEvents[0].movementX is 0
148 PASS lastPointerEvents[0].movementY is 0 158 PASS lastPointerEvents[0].movementY is 0
149 PASS lastPointerEvents[0].offsetX is 5 159 PASS lastPointerEvents[0].offsetX is 5
150 PASS lastPointerEvents[0].offsetY is 5 160 PASS lastPointerEvents[0].offsetY is 5
151 PASS lastPointerEvents[0].pageX is 23 161 PASS lastPointerEvents[0].pageX is 23
152 PASS lastPointerEvents[0].pageY is 31 162 PASS lastPointerEvents[0].pageY is 31
153 PASS lastPointerEvents[0].screenX is 23 163 PASS lastPointerEvents[0].screenX is 23
154 PASS lastPointerEvents[0].screenY is 31 164 PASS lastPointerEvents[0].screenY is 31
155 PASS lastPointerEvents[0].x is 23 165 PASS lastPointerEvents[0].x is 23
156 PASS lastPointerEvents[0].y is 31 166 PASS lastPointerEvents[0].y is 31
157 PASS lastPointerEvents[0].button is -1 167 PASS lastPointerEvents[0].button is -1
158 PASS lastPointerEvents[0].buttons is 0 168 PASS lastPointerEvents[0].buttons is 0
159 PASS lastPointerEvents[0].pressure is 0 169 PASS lastPointerEvents[0].pressure is 0
160 PASS lastPointerEvents[0].tiltX is 0 170 PASS lastPointerEvents[0].tiltX is 0
161 PASS lastPointerEvents[0].tiltY is 0 171 PASS lastPointerEvents[0].tiltY is 0
162 PASS lastPointerEvents[0].width is 1 172 PASS lastPointerEvents[0].width is 1
163 PASS lastPointerEvents[0].height is 1 173 PASS lastPointerEvents[0].height is 1
164 PASS lastPointerEvents[0].view.name is "mainWindow" 174 PASS lastPointerEvents[0].view.name is "mainWindow"
165 175
166 --- click each button --- 176 --- click left/right button ---
167 Received pointerdown 177 Received pointerdown
168 Received mousedown 178 Received mousedown
169 PASS lastPointerEvents.length is 1 179 PASS lastPointerEvents.length is 1
170 PASS lastPointerEvents[0].type is "pointerdown" 180 PASS lastPointerEvents[0].type is "pointerdown"
171 PASS lastPointerEvents[0].bubbles is true 181 PASS lastPointerEvents[0].bubbles is true
172 PASS lastPointerEvents[0].cancelable is true 182 PASS lastPointerEvents[0].cancelable is true
183 PASS lastPointerEvents[0].composed is true
184 PASS lastPointerEvents[0].detail is 0
173 PASS lastPointerEvents[0].pointerId is 1 185 PASS lastPointerEvents[0].pointerId is 1
174 PASS lastPointerEvents[0].pointerType is "mouse" 186 PASS lastPointerEvents[0].pointerType is "mouse"
175 PASS lastPointerEvents[0].isPrimary is true 187 PASS lastPointerEvents[0].isPrimary is true
176 PASS lastPointerEvents[0].clientX is 23 188 PASS lastPointerEvents[0].clientX is 23
177 PASS lastPointerEvents[0].clientY is 31 189 PASS lastPointerEvents[0].clientY is 31
178 PASS lastPointerEvents[0].layerX is 23 190 PASS lastPointerEvents[0].layerX is 23
179 PASS lastPointerEvents[0].layerY is 31 191 PASS lastPointerEvents[0].layerY is 31
180 PASS lastPointerEvents[0].movementX is 0 192 PASS lastPointerEvents[0].movementX is 0
181 PASS lastPointerEvents[0].movementY is 0 193 PASS lastPointerEvents[0].movementY is 0
182 PASS lastPointerEvents[0].offsetX is 5 194 PASS lastPointerEvents[0].offsetX is 5
(...skipping 11 matching lines...) Expand all
194 PASS lastPointerEvents[0].tiltY is 0 206 PASS lastPointerEvents[0].tiltY is 0
195 PASS lastPointerEvents[0].width is 1 207 PASS lastPointerEvents[0].width is 1
196 PASS lastPointerEvents[0].height is 1 208 PASS lastPointerEvents[0].height is 1
197 PASS lastPointerEvents[0].view.name is "mainWindow" 209 PASS lastPointerEvents[0].view.name is "mainWindow"
198 Received pointerup 210 Received pointerup
199 Received mouseup 211 Received mouseup
200 PASS lastPointerEvents.length is 1 212 PASS lastPointerEvents.length is 1
201 PASS lastPointerEvents[0].type is "pointerup" 213 PASS lastPointerEvents[0].type is "pointerup"
202 PASS lastPointerEvents[0].bubbles is true 214 PASS lastPointerEvents[0].bubbles is true
203 PASS lastPointerEvents[0].cancelable is true 215 PASS lastPointerEvents[0].cancelable is true
216 PASS lastPointerEvents[0].composed is true
217 PASS lastPointerEvents[0].detail is 0
204 PASS lastPointerEvents[0].pointerId is 1 218 PASS lastPointerEvents[0].pointerId is 1
205 PASS lastPointerEvents[0].pointerType is "mouse" 219 PASS lastPointerEvents[0].pointerType is "mouse"
206 PASS lastPointerEvents[0].isPrimary is true 220 PASS lastPointerEvents[0].isPrimary is true
207 PASS lastPointerEvents[0].clientX is 23 221 PASS lastPointerEvents[0].clientX is 23
208 PASS lastPointerEvents[0].clientY is 31 222 PASS lastPointerEvents[0].clientY is 31
209 PASS lastPointerEvents[0].layerX is 23 223 PASS lastPointerEvents[0].layerX is 23
210 PASS lastPointerEvents[0].layerY is 31 224 PASS lastPointerEvents[0].layerY is 31
211 PASS lastPointerEvents[0].movementX is 0 225 PASS lastPointerEvents[0].movementX is 0
212 PASS lastPointerEvents[0].movementY is 0 226 PASS lastPointerEvents[0].movementY is 0
213 PASS lastPointerEvents[0].offsetX is 5 227 PASS lastPointerEvents[0].offsetX is 5
(...skipping 11 matching lines...) Expand all
225 PASS lastPointerEvents[0].tiltY is 0 239 PASS lastPointerEvents[0].tiltY is 0
226 PASS lastPointerEvents[0].width is 1 240 PASS lastPointerEvents[0].width is 1
227 PASS lastPointerEvents[0].height is 1 241 PASS lastPointerEvents[0].height is 1
228 PASS lastPointerEvents[0].view.name is "mainWindow" 242 PASS lastPointerEvents[0].view.name is "mainWindow"
229 Received pointerdown 243 Received pointerdown
230 Received mousedown 244 Received mousedown
231 PASS lastPointerEvents.length is 1 245 PASS lastPointerEvents.length is 1
232 PASS lastPointerEvents[0].type is "pointerdown" 246 PASS lastPointerEvents[0].type is "pointerdown"
233 PASS lastPointerEvents[0].bubbles is true 247 PASS lastPointerEvents[0].bubbles is true
234 PASS lastPointerEvents[0].cancelable is true 248 PASS lastPointerEvents[0].cancelable is true
249 PASS lastPointerEvents[0].composed is true
250 PASS lastPointerEvents[0].detail is 0
235 PASS lastPointerEvents[0].pointerId is 1 251 PASS lastPointerEvents[0].pointerId is 1
236 PASS lastPointerEvents[0].pointerType is "mouse" 252 PASS lastPointerEvents[0].pointerType is "mouse"
237 PASS lastPointerEvents[0].isPrimary is true 253 PASS lastPointerEvents[0].isPrimary is true
238 PASS lastPointerEvents[0].clientX is 23
239 PASS lastPointerEvents[0].clientY is 31
240 PASS lastPointerEvents[0].layerX is 23
241 PASS lastPointerEvents[0].layerY is 31
242 PASS lastPointerEvents[0].movementX is 0
243 PASS lastPointerEvents[0].movementY is 0
244 PASS lastPointerEvents[0].offsetX is 5
245 PASS lastPointerEvents[0].offsetY is 5
246 PASS lastPointerEvents[0].pageX is 23
247 PASS lastPointerEvents[0].pageY is 31
248 PASS lastPointerEvents[0].screenX is 23
249 PASS lastPointerEvents[0].screenY is 31
250 PASS lastPointerEvents[0].x is 23
251 PASS lastPointerEvents[0].y is 31
252 PASS lastPointerEvents[0].button is 1
253 PASS lastPointerEvents[0].buttons is 4
254 PASS lastPointerEvents[0].pressure is 0.5
255 PASS lastPointerEvents[0].tiltX is 0
256 PASS lastPointerEvents[0].tiltY is 0
257 PASS lastPointerEvents[0].width is 1
258 PASS lastPointerEvents[0].height is 1
259 PASS lastPointerEvents[0].view.name is "mainWindow"
260 Received pointerup
261 Received mouseup
262 PASS lastPointerEvents.length is 1
263 PASS lastPointerEvents[0].type is "pointerup"
264 PASS lastPointerEvents[0].bubbles is true
265 PASS lastPointerEvents[0].cancelable is true
266 PASS lastPointerEvents[0].pointerId is 1
267 PASS lastPointerEvents[0].pointerType is "mouse"
268 PASS lastPointerEvents[0].isPrimary is true
269 PASS lastPointerEvents[0].clientX is 23
270 PASS lastPointerEvents[0].clientY is 31
271 PASS lastPointerEvents[0].layerX is 23
272 PASS lastPointerEvents[0].layerY is 31
273 PASS lastPointerEvents[0].movementX is 0
274 PASS lastPointerEvents[0].movementY is 0
275 PASS lastPointerEvents[0].offsetX is 5
276 PASS lastPointerEvents[0].offsetY is 5
277 PASS lastPointerEvents[0].pageX is 23
278 PASS lastPointerEvents[0].pageY is 31
279 PASS lastPointerEvents[0].screenX is 23
280 PASS lastPointerEvents[0].screenY is 31
281 PASS lastPointerEvents[0].x is 23
282 PASS lastPointerEvents[0].y is 31
283 PASS lastPointerEvents[0].button is 1
284 PASS lastPointerEvents[0].buttons is 0
285 PASS lastPointerEvents[0].pressure is 0
286 PASS lastPointerEvents[0].tiltX is 0
287 PASS lastPointerEvents[0].tiltY is 0
288 PASS lastPointerEvents[0].width is 1
289 PASS lastPointerEvents[0].height is 1
290 PASS lastPointerEvents[0].view.name is "mainWindow"
291 Received pointerdown
292 Received mousedown
293 PASS lastPointerEvents.length is 1
294 PASS lastPointerEvents[0].type is "pointerdown"
295 PASS lastPointerEvents[0].bubbles is true
296 PASS lastPointerEvents[0].cancelable is true
297 PASS lastPointerEvents[0].pointerId is 1
298 PASS lastPointerEvents[0].pointerType is "mouse"
299 PASS lastPointerEvents[0].isPrimary is true
300 PASS lastPointerEvents[0].clientX is 23 254 PASS lastPointerEvents[0].clientX is 23
301 PASS lastPointerEvents[0].clientY is 31 255 PASS lastPointerEvents[0].clientY is 31
302 PASS lastPointerEvents[0].layerX is 23 256 PASS lastPointerEvents[0].layerX is 23
303 PASS lastPointerEvents[0].layerY is 31 257 PASS lastPointerEvents[0].layerY is 31
304 PASS lastPointerEvents[0].movementX is 0 258 PASS lastPointerEvents[0].movementX is 0
305 PASS lastPointerEvents[0].movementY is 0 259 PASS lastPointerEvents[0].movementY is 0
306 PASS lastPointerEvents[0].offsetX is 5 260 PASS lastPointerEvents[0].offsetX is 5
307 PASS lastPointerEvents[0].offsetY is 5 261 PASS lastPointerEvents[0].offsetY is 5
308 PASS lastPointerEvents[0].pageX is 23 262 PASS lastPointerEvents[0].pageX is 23
309 PASS lastPointerEvents[0].pageY is 31 263 PASS lastPointerEvents[0].pageY is 31
310 PASS lastPointerEvents[0].screenX is 23 264 PASS lastPointerEvents[0].screenX is 23
311 PASS lastPointerEvents[0].screenY is 31 265 PASS lastPointerEvents[0].screenY is 31
312 PASS lastPointerEvents[0].x is 23 266 PASS lastPointerEvents[0].x is 23
313 PASS lastPointerEvents[0].y is 31 267 PASS lastPointerEvents[0].y is 31
314 PASS lastPointerEvents[0].button is 2 268 PASS lastPointerEvents[0].button is 2
315 PASS lastPointerEvents[0].buttons is 2 269 PASS lastPointerEvents[0].buttons is 2
316 PASS lastPointerEvents[0].pressure is 0.5 270 PASS lastPointerEvents[0].pressure is 0.5
317 PASS lastPointerEvents[0].tiltX is 0 271 PASS lastPointerEvents[0].tiltX is 0
318 PASS lastPointerEvents[0].tiltY is 0 272 PASS lastPointerEvents[0].tiltY is 0
319 PASS lastPointerEvents[0].width is 1 273 PASS lastPointerEvents[0].width is 1
320 PASS lastPointerEvents[0].height is 1 274 PASS lastPointerEvents[0].height is 1
321 PASS lastPointerEvents[0].view.name is "mainWindow" 275 PASS lastPointerEvents[0].view.name is "mainWindow"
322 Received pointerup 276 Received pointerup
323 Received mouseup 277 Received mouseup
324 PASS lastPointerEvents.length is 1 278 PASS lastPointerEvents.length is 1
325 PASS lastPointerEvents[0].type is "pointerup" 279 PASS lastPointerEvents[0].type is "pointerup"
326 PASS lastPointerEvents[0].bubbles is true 280 PASS lastPointerEvents[0].bubbles is true
327 PASS lastPointerEvents[0].cancelable is true 281 PASS lastPointerEvents[0].cancelable is true
282 PASS lastPointerEvents[0].composed is true
283 PASS lastPointerEvents[0].detail is 0
328 PASS lastPointerEvents[0].pointerId is 1 284 PASS lastPointerEvents[0].pointerId is 1
329 PASS lastPointerEvents[0].pointerType is "mouse" 285 PASS lastPointerEvents[0].pointerType is "mouse"
330 PASS lastPointerEvents[0].isPrimary is true 286 PASS lastPointerEvents[0].isPrimary is true
331 PASS lastPointerEvents[0].clientX is 23 287 PASS lastPointerEvents[0].clientX is 23
332 PASS lastPointerEvents[0].clientY is 31 288 PASS lastPointerEvents[0].clientY is 31
333 PASS lastPointerEvents[0].layerX is 23 289 PASS lastPointerEvents[0].layerX is 23
334 PASS lastPointerEvents[0].layerY is 31 290 PASS lastPointerEvents[0].layerY is 31
335 PASS lastPointerEvents[0].movementX is 0 291 PASS lastPointerEvents[0].movementX is 0
336 PASS lastPointerEvents[0].movementY is 0 292 PASS lastPointerEvents[0].movementY is 0
337 PASS lastPointerEvents[0].offsetX is 5 293 PASS lastPointerEvents[0].offsetX is 5
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 PASS lastPointerEvents[0].getModifierState('Symbol'); is true 590 PASS lastPointerEvents[0].getModifierState('Symbol'); is true
635 591
636 --- move mouse out of target --- 592 --- move mouse out of target ---
637 Received pointerout 593 Received pointerout
638 Received pointerleave 594 Received pointerleave
639 Received mouseout 595 Received mouseout
640 PASS lastPointerEvents.length is 2 596 PASS lastPointerEvents.length is 2
641 PASS lastPointerEvents[0].type is "pointerout" 597 PASS lastPointerEvents[0].type is "pointerout"
642 PASS lastPointerEvents[0].bubbles is true 598 PASS lastPointerEvents[0].bubbles is true
643 PASS lastPointerEvents[0].cancelable is true 599 PASS lastPointerEvents[0].cancelable is true
600 PASS lastPointerEvents[0].composed is true
601 PASS lastPointerEvents[0].detail is 0
644 PASS lastPointerEvents[0].pointerId is 1 602 PASS lastPointerEvents[0].pointerId is 1
645 PASS lastPointerEvents[0].pointerType is "mouse" 603 PASS lastPointerEvents[0].pointerType is "mouse"
646 PASS lastPointerEvents[0].isPrimary is true 604 PASS lastPointerEvents[0].isPrimary is true
647 PASS lastPointerEvents[0].clientX is 13 605 PASS lastPointerEvents[0].clientX is 13
648 PASS lastPointerEvents[0].clientY is 21 606 PASS lastPointerEvents[0].clientY is 21
649 PASS lastPointerEvents[0].layerX is 13 607 PASS lastPointerEvents[0].layerX is 13
650 PASS lastPointerEvents[0].layerY is 21 608 PASS lastPointerEvents[0].layerY is 21
651 PASS lastPointerEvents[0].movementX is 0 609 PASS lastPointerEvents[0].movementX is 0
652 PASS lastPointerEvents[0].movementY is 0 610 PASS lastPointerEvents[0].movementY is 0
653 PASS lastPointerEvents[0].offsetX is -5 611 PASS lastPointerEvents[0].offsetX is -5
(...skipping 10 matching lines...) Expand all
664 PASS lastPointerEvents[0].tiltX is 0 622 PASS lastPointerEvents[0].tiltX is 0
665 PASS lastPointerEvents[0].tiltY is 0 623 PASS lastPointerEvents[0].tiltY is 0
666 PASS lastPointerEvents[0].width is 1 624 PASS lastPointerEvents[0].width is 1
667 PASS lastPointerEvents[0].height is 1 625 PASS lastPointerEvents[0].height is 1
668 PASS lastPointerEvents[0].view.name is "mainWindow" 626 PASS lastPointerEvents[0].view.name is "mainWindow"
669 Received mouseleave 627 Received mouseleave
670 PASS lastPointerEvents.length is 1 628 PASS lastPointerEvents.length is 1
671 PASS lastPointerEvents[0].type is "pointerleave" 629 PASS lastPointerEvents[0].type is "pointerleave"
672 PASS lastPointerEvents[0].bubbles is false 630 PASS lastPointerEvents[0].bubbles is false
673 PASS lastPointerEvents[0].cancelable is false 631 PASS lastPointerEvents[0].cancelable is false
632 PASS lastPointerEvents[0].composed is true
633 PASS lastPointerEvents[0].detail is 0
674 PASS lastPointerEvents[0].pointerId is 1 634 PASS lastPointerEvents[0].pointerId is 1
675 PASS lastPointerEvents[0].pointerType is "mouse" 635 PASS lastPointerEvents[0].pointerType is "mouse"
676 PASS lastPointerEvents[0].isPrimary is true 636 PASS lastPointerEvents[0].isPrimary is true
677 PASS lastPointerEvents[0].clientX is 13 637 PASS lastPointerEvents[0].clientX is 13
678 PASS lastPointerEvents[0].clientY is 21 638 PASS lastPointerEvents[0].clientY is 21
679 PASS lastPointerEvents[0].layerX is 13 639 PASS lastPointerEvents[0].layerX is 13
680 PASS lastPointerEvents[0].layerY is 21 640 PASS lastPointerEvents[0].layerY is 21
681 PASS lastPointerEvents[0].movementX is 0 641 PASS lastPointerEvents[0].movementX is 0
682 PASS lastPointerEvents[0].movementY is 0 642 PASS lastPointerEvents[0].movementY is 0
683 PASS lastPointerEvents[0].offsetX is -5 643 PASS lastPointerEvents[0].offsetX is -5
(...skipping 15 matching lines...) Expand all
699 659
700 ===== pen tests (draw mode) ===== 660 ===== pen tests (draw mode) =====
701 --- move pen into target --- 661 --- move pen into target ---
702 Received pointerover 662 Received pointerover
703 Received pointerenter 663 Received pointerenter
704 Received mouseover 664 Received mouseover
705 PASS lastPointerEvents.length is 2 665 PASS lastPointerEvents.length is 2
706 PASS lastPointerEvents[0].type is "pointerover" 666 PASS lastPointerEvents[0].type is "pointerover"
707 PASS lastPointerEvents[0].bubbles is true 667 PASS lastPointerEvents[0].bubbles is true
708 PASS lastPointerEvents[0].cancelable is true 668 PASS lastPointerEvents[0].cancelable is true
669 PASS lastPointerEvents[0].composed is true
670 PASS lastPointerEvents[0].detail is 0
709 PASS lastPointerEvents[0].pointerId is 2 671 PASS lastPointerEvents[0].pointerId is 2
710 PASS lastPointerEvents[0].pointerType is "pen" 672 PASS lastPointerEvents[0].pointerType is "pen"
711 PASS lastPointerEvents[0].isPrimary is true 673 PASS lastPointerEvents[0].isPrimary is true
712 PASS lastPointerEvents[0].clientX is 23 674 PASS lastPointerEvents[0].clientX is 23
713 PASS lastPointerEvents[0].clientY is 31 675 PASS lastPointerEvents[0].clientY is 31
714 PASS lastPointerEvents[0].layerX is 23 676 PASS lastPointerEvents[0].layerX is 23
715 PASS lastPointerEvents[0].layerY is 31 677 PASS lastPointerEvents[0].layerY is 31
716 PASS lastPointerEvents[0].movementX is 0 678 PASS lastPointerEvents[0].movementX is 0
717 PASS lastPointerEvents[0].movementY is 0 679 PASS lastPointerEvents[0].movementY is 0
718 PASS lastPointerEvents[0].offsetX is 5 680 PASS lastPointerEvents[0].offsetX is 5
(...skipping 10 matching lines...) Expand all
729 PASS lastPointerEvents[0].tiltX is 0 691 PASS lastPointerEvents[0].tiltX is 0
730 PASS lastPointerEvents[0].tiltY is 0 692 PASS lastPointerEvents[0].tiltY is 0
731 PASS lastPointerEvents[0].width is 1 693 PASS lastPointerEvents[0].width is 1
732 PASS lastPointerEvents[0].height is 1 694 PASS lastPointerEvents[0].height is 1
733 PASS lastPointerEvents[0].view.name is "mainWindow" 695 PASS lastPointerEvents[0].view.name is "mainWindow"
734 Received mouseenter 696 Received mouseenter
735 PASS lastPointerEvents.length is 1 697 PASS lastPointerEvents.length is 1
736 PASS lastPointerEvents[0].type is "pointerenter" 698 PASS lastPointerEvents[0].type is "pointerenter"
737 PASS lastPointerEvents[0].bubbles is false 699 PASS lastPointerEvents[0].bubbles is false
738 PASS lastPointerEvents[0].cancelable is false 700 PASS lastPointerEvents[0].cancelable is false
701 PASS lastPointerEvents[0].composed is true
702 PASS lastPointerEvents[0].detail is 0
739 PASS lastPointerEvents[0].pointerId is 2 703 PASS lastPointerEvents[0].pointerId is 2
740 PASS lastPointerEvents[0].pointerType is "pen" 704 PASS lastPointerEvents[0].pointerType is "pen"
741 PASS lastPointerEvents[0].isPrimary is true 705 PASS lastPointerEvents[0].isPrimary is true
742 PASS lastPointerEvents[0].clientX is 23 706 PASS lastPointerEvents[0].clientX is 23
743 PASS lastPointerEvents[0].clientY is 31 707 PASS lastPointerEvents[0].clientY is 31
744 PASS lastPointerEvents[0].layerX is 23 708 PASS lastPointerEvents[0].layerX is 23
745 PASS lastPointerEvents[0].layerY is 31 709 PASS lastPointerEvents[0].layerY is 31
746 PASS lastPointerEvents[0].movementX is 0 710 PASS lastPointerEvents[0].movementX is 0
747 PASS lastPointerEvents[0].movementY is 0 711 PASS lastPointerEvents[0].movementY is 0
748 PASS lastPointerEvents[0].offsetX is 5 712 PASS lastPointerEvents[0].offsetX is 5
(...skipping 11 matching lines...) Expand all
760 PASS lastPointerEvents[0].tiltY is 0 724 PASS lastPointerEvents[0].tiltY is 0
761 PASS lastPointerEvents[0].width is 1 725 PASS lastPointerEvents[0].width is 1
762 PASS lastPointerEvents[0].height is 1 726 PASS lastPointerEvents[0].height is 1
763 PASS lastPointerEvents[0].view.name is "mainWindow" 727 PASS lastPointerEvents[0].view.name is "mainWindow"
764 Received pointermove 728 Received pointermove
765 Received mousemove 729 Received mousemove
766 PASS lastPointerEvents.length is 1 730 PASS lastPointerEvents.length is 1
767 PASS lastPointerEvents[0].type is "pointermove" 731 PASS lastPointerEvents[0].type is "pointermove"
768 PASS lastPointerEvents[0].bubbles is true 732 PASS lastPointerEvents[0].bubbles is true
769 PASS lastPointerEvents[0].cancelable is true 733 PASS lastPointerEvents[0].cancelable is true
734 PASS lastPointerEvents[0].composed is true
735 PASS lastPointerEvents[0].detail is 0
770 PASS lastPointerEvents[0].pointerId is 2 736 PASS lastPointerEvents[0].pointerId is 2
771 PASS lastPointerEvents[0].pointerType is "pen" 737 PASS lastPointerEvents[0].pointerType is "pen"
772 PASS lastPointerEvents[0].isPrimary is true 738 PASS lastPointerEvents[0].isPrimary is true
773 PASS lastPointerEvents[0].clientX is 23 739 PASS lastPointerEvents[0].clientX is 23
774 PASS lastPointerEvents[0].clientY is 31 740 PASS lastPointerEvents[0].clientY is 31
775 PASS lastPointerEvents[0].layerX is 23 741 PASS lastPointerEvents[0].layerX is 23
776 PASS lastPointerEvents[0].layerY is 31 742 PASS lastPointerEvents[0].layerY is 31
777 PASS lastPointerEvents[0].movementX is 0 743 PASS lastPointerEvents[0].movementX is 0
778 PASS lastPointerEvents[0].movementY is 0 744 PASS lastPointerEvents[0].movementY is 0
779 PASS lastPointerEvents[0].offsetX is 5 745 PASS lastPointerEvents[0].offsetX is 5
(...skipping 13 matching lines...) Expand all
793 PASS lastPointerEvents[0].height is 1 759 PASS lastPointerEvents[0].height is 1
794 PASS lastPointerEvents[0].view.name is "mainWindow" 760 PASS lastPointerEvents[0].view.name is "mainWindow"
795 761
796 --- move within target & tap --- 762 --- move within target & tap ---
797 Received pointermove 763 Received pointermove
798 Received mousemove 764 Received mousemove
799 PASS lastPointerEvents.length is 1 765 PASS lastPointerEvents.length is 1
800 PASS lastPointerEvents[0].type is "pointermove" 766 PASS lastPointerEvents[0].type is "pointermove"
801 PASS lastPointerEvents[0].bubbles is true 767 PASS lastPointerEvents[0].bubbles is true
802 PASS lastPointerEvents[0].cancelable is true 768 PASS lastPointerEvents[0].cancelable is true
769 PASS lastPointerEvents[0].composed is true
770 PASS lastPointerEvents[0].detail is 0
803 PASS lastPointerEvents[0].pointerId is 2 771 PASS lastPointerEvents[0].pointerId is 2
804 PASS lastPointerEvents[0].pointerType is "pen" 772 PASS lastPointerEvents[0].pointerType is "pen"
805 PASS lastPointerEvents[0].isPrimary is true 773 PASS lastPointerEvents[0].isPrimary is true
806 PASS lastPointerEvents[0].clientX is 33 774 PASS lastPointerEvents[0].clientX is 33
807 PASS lastPointerEvents[0].clientY is 41 775 PASS lastPointerEvents[0].clientY is 41
808 PASS lastPointerEvents[0].layerX is 33 776 PASS lastPointerEvents[0].layerX is 33
809 PASS lastPointerEvents[0].layerY is 41 777 PASS lastPointerEvents[0].layerY is 41
810 PASS lastPointerEvents[0].movementX is 0 778 PASS lastPointerEvents[0].movementX is 0
811 PASS lastPointerEvents[0].movementY is 0 779 PASS lastPointerEvents[0].movementY is 0
812 PASS lastPointerEvents[0].offsetX is 15 780 PASS lastPointerEvents[0].offsetX is 15
(...skipping 11 matching lines...) Expand all
824 PASS lastPointerEvents[0].tiltY is -34 792 PASS lastPointerEvents[0].tiltY is -34
825 PASS lastPointerEvents[0].width is 1 793 PASS lastPointerEvents[0].width is 1
826 PASS lastPointerEvents[0].height is 1 794 PASS lastPointerEvents[0].height is 1
827 PASS lastPointerEvents[0].view.name is "mainWindow" 795 PASS lastPointerEvents[0].view.name is "mainWindow"
828 Received pointerdown 796 Received pointerdown
829 Received mousedown 797 Received mousedown
830 PASS lastPointerEvents.length is 1 798 PASS lastPointerEvents.length is 1
831 PASS lastPointerEvents[0].type is "pointerdown" 799 PASS lastPointerEvents[0].type is "pointerdown"
832 PASS lastPointerEvents[0].bubbles is true 800 PASS lastPointerEvents[0].bubbles is true
833 PASS lastPointerEvents[0].cancelable is true 801 PASS lastPointerEvents[0].cancelable is true
802 PASS lastPointerEvents[0].composed is true
803 PASS lastPointerEvents[0].detail is 0
834 PASS lastPointerEvents[0].pointerId is 2 804 PASS lastPointerEvents[0].pointerId is 2
835 PASS lastPointerEvents[0].pointerType is "pen" 805 PASS lastPointerEvents[0].pointerType is "pen"
836 PASS lastPointerEvents[0].isPrimary is true 806 PASS lastPointerEvents[0].isPrimary is true
837 PASS lastPointerEvents[0].clientX is 33 807 PASS lastPointerEvents[0].clientX is 33
838 PASS lastPointerEvents[0].clientY is 41 808 PASS lastPointerEvents[0].clientY is 41
839 PASS lastPointerEvents[0].layerX is 33 809 PASS lastPointerEvents[0].layerX is 33
840 PASS lastPointerEvents[0].layerY is 41 810 PASS lastPointerEvents[0].layerY is 41
841 PASS lastPointerEvents[0].movementX is 0 811 PASS lastPointerEvents[0].movementX is 0
842 PASS lastPointerEvents[0].movementY is 0 812 PASS lastPointerEvents[0].movementY is 0
843 PASS lastPointerEvents[0].offsetX is 15 813 PASS lastPointerEvents[0].offsetX is 15
(...skipping 11 matching lines...) Expand all
855 PASS lastPointerEvents[0].tiltY is -34 825 PASS lastPointerEvents[0].tiltY is -34
856 PASS lastPointerEvents[0].width is 1 826 PASS lastPointerEvents[0].width is 1
857 PASS lastPointerEvents[0].height is 1 827 PASS lastPointerEvents[0].height is 1
858 PASS lastPointerEvents[0].view.name is "mainWindow" 828 PASS lastPointerEvents[0].view.name is "mainWindow"
859 Received pointerup 829 Received pointerup
860 Received mouseup 830 Received mouseup
861 PASS lastPointerEvents.length is 1 831 PASS lastPointerEvents.length is 1
862 PASS lastPointerEvents[0].type is "pointerup" 832 PASS lastPointerEvents[0].type is "pointerup"
863 PASS lastPointerEvents[0].bubbles is true 833 PASS lastPointerEvents[0].bubbles is true
864 PASS lastPointerEvents[0].cancelable is true 834 PASS lastPointerEvents[0].cancelable is true
835 PASS lastPointerEvents[0].composed is true
836 PASS lastPointerEvents[0].detail is 0
865 PASS lastPointerEvents[0].pointerId is 2 837 PASS lastPointerEvents[0].pointerId is 2
866 PASS lastPointerEvents[0].pointerType is "pen" 838 PASS lastPointerEvents[0].pointerType is "pen"
867 PASS lastPointerEvents[0].isPrimary is true 839 PASS lastPointerEvents[0].isPrimary is true
868 PASS lastPointerEvents[0].clientX is 33 840 PASS lastPointerEvents[0].clientX is 33
869 PASS lastPointerEvents[0].clientY is 41 841 PASS lastPointerEvents[0].clientY is 41
870 PASS lastPointerEvents[0].layerX is 33 842 PASS lastPointerEvents[0].layerX is 33
871 PASS lastPointerEvents[0].layerY is 41 843 PASS lastPointerEvents[0].layerY is 41
872 PASS lastPointerEvents[0].movementX is 0 844 PASS lastPointerEvents[0].movementX is 0
873 PASS lastPointerEvents[0].movementY is 0 845 PASS lastPointerEvents[0].movementY is 0
874 PASS lastPointerEvents[0].offsetX is 15 846 PASS lastPointerEvents[0].offsetX is 15
(...skipping 13 matching lines...) Expand all
888 PASS lastPointerEvents[0].height is 1 860 PASS lastPointerEvents[0].height is 1
889 PASS lastPointerEvents[0].view.name is "mainWindow" 861 PASS lastPointerEvents[0].view.name is "mainWindow"
890 --- move pen out of target --- 862 --- move pen out of target ---
891 Received pointerout 863 Received pointerout
892 Received pointerleave 864 Received pointerleave
893 Received mouseout 865 Received mouseout
894 PASS lastPointerEvents.length is 2 866 PASS lastPointerEvents.length is 2
895 PASS lastPointerEvents[0].type is "pointerout" 867 PASS lastPointerEvents[0].type is "pointerout"
896 PASS lastPointerEvents[0].bubbles is true 868 PASS lastPointerEvents[0].bubbles is true
897 PASS lastPointerEvents[0].cancelable is true 869 PASS lastPointerEvents[0].cancelable is true
870 PASS lastPointerEvents[0].composed is true
871 PASS lastPointerEvents[0].detail is 0
898 PASS lastPointerEvents[0].pointerId is 2 872 PASS lastPointerEvents[0].pointerId is 2
899 PASS lastPointerEvents[0].pointerType is "pen" 873 PASS lastPointerEvents[0].pointerType is "pen"
900 PASS lastPointerEvents[0].isPrimary is true 874 PASS lastPointerEvents[0].isPrimary is true
901 PASS lastPointerEvents[0].clientX is 13 875 PASS lastPointerEvents[0].clientX is 13
902 PASS lastPointerEvents[0].clientY is 21 876 PASS lastPointerEvents[0].clientY is 21
903 PASS lastPointerEvents[0].layerX is 13 877 PASS lastPointerEvents[0].layerX is 13
904 PASS lastPointerEvents[0].layerY is 21 878 PASS lastPointerEvents[0].layerY is 21
905 PASS lastPointerEvents[0].movementX is 0 879 PASS lastPointerEvents[0].movementX is 0
906 PASS lastPointerEvents[0].movementY is 0 880 PASS lastPointerEvents[0].movementY is 0
907 PASS lastPointerEvents[0].offsetX is -5 881 PASS lastPointerEvents[0].offsetX is -5
(...skipping 10 matching lines...) Expand all
918 PASS lastPointerEvents[0].tiltX is 45 892 PASS lastPointerEvents[0].tiltX is 45
919 PASS lastPointerEvents[0].tiltY is -34 893 PASS lastPointerEvents[0].tiltY is -34
920 PASS lastPointerEvents[0].width is 1 894 PASS lastPointerEvents[0].width is 1
921 PASS lastPointerEvents[0].height is 1 895 PASS lastPointerEvents[0].height is 1
922 PASS lastPointerEvents[0].view.name is "mainWindow" 896 PASS lastPointerEvents[0].view.name is "mainWindow"
923 Received mouseleave 897 Received mouseleave
924 PASS lastPointerEvents.length is 1 898 PASS lastPointerEvents.length is 1
925 PASS lastPointerEvents[0].type is "pointerleave" 899 PASS lastPointerEvents[0].type is "pointerleave"
926 PASS lastPointerEvents[0].bubbles is false 900 PASS lastPointerEvents[0].bubbles is false
927 PASS lastPointerEvents[0].cancelable is false 901 PASS lastPointerEvents[0].cancelable is false
902 PASS lastPointerEvents[0].composed is true
903 PASS lastPointerEvents[0].detail is 0
928 PASS lastPointerEvents[0].pointerId is 2 904 PASS lastPointerEvents[0].pointerId is 2
929 PASS lastPointerEvents[0].pointerType is "pen" 905 PASS lastPointerEvents[0].pointerType is "pen"
930 PASS lastPointerEvents[0].isPrimary is true 906 PASS lastPointerEvents[0].isPrimary is true
931 PASS lastPointerEvents[0].clientX is 13 907 PASS lastPointerEvents[0].clientX is 13
932 PASS lastPointerEvents[0].clientY is 21 908 PASS lastPointerEvents[0].clientY is 21
933 PASS lastPointerEvents[0].layerX is 13 909 PASS lastPointerEvents[0].layerX is 13
934 PASS lastPointerEvents[0].layerY is 21 910 PASS lastPointerEvents[0].layerY is 21
935 PASS lastPointerEvents[0].movementX is 0 911 PASS lastPointerEvents[0].movementX is 0
936 PASS lastPointerEvents[0].movementY is 0 912 PASS lastPointerEvents[0].movementY is 0
937 PASS lastPointerEvents[0].offsetX is -5 913 PASS lastPointerEvents[0].offsetX is -5
(...skipping 15 matching lines...) Expand all
953 929
954 ===== pen tests (erase mode) ===== 930 ===== pen tests (erase mode) =====
955 --- move pen into target --- 931 --- move pen into target ---
956 Received pointerover 932 Received pointerover
957 Received pointerenter 933 Received pointerenter
958 Received mouseover 934 Received mouseover
959 PASS lastPointerEvents.length is 2 935 PASS lastPointerEvents.length is 2
960 PASS lastPointerEvents[0].type is "pointerover" 936 PASS lastPointerEvents[0].type is "pointerover"
961 PASS lastPointerEvents[0].bubbles is true 937 PASS lastPointerEvents[0].bubbles is true
962 PASS lastPointerEvents[0].cancelable is true 938 PASS lastPointerEvents[0].cancelable is true
939 PASS lastPointerEvents[0].composed is true
940 PASS lastPointerEvents[0].detail is 0
963 PASS lastPointerEvents[0].pointerId is 3 941 PASS lastPointerEvents[0].pointerId is 3
964 PASS lastPointerEvents[0].pointerType is "pen" 942 PASS lastPointerEvents[0].pointerType is "pen"
965 PASS lastPointerEvents[0].isPrimary is true 943 PASS lastPointerEvents[0].isPrimary is true
966 PASS lastPointerEvents[0].clientX is 23 944 PASS lastPointerEvents[0].clientX is 23
967 PASS lastPointerEvents[0].clientY is 31 945 PASS lastPointerEvents[0].clientY is 31
968 PASS lastPointerEvents[0].layerX is 23 946 PASS lastPointerEvents[0].layerX is 23
969 PASS lastPointerEvents[0].layerY is 31 947 PASS lastPointerEvents[0].layerY is 31
970 PASS lastPointerEvents[0].movementX is 0 948 PASS lastPointerEvents[0].movementX is 0
971 PASS lastPointerEvents[0].movementY is 0 949 PASS lastPointerEvents[0].movementY is 0
972 PASS lastPointerEvents[0].offsetX is 5 950 PASS lastPointerEvents[0].offsetX is 5
(...skipping 10 matching lines...) Expand all
983 PASS lastPointerEvents[0].tiltX is 0 961 PASS lastPointerEvents[0].tiltX is 0
984 PASS lastPointerEvents[0].tiltY is 0 962 PASS lastPointerEvents[0].tiltY is 0
985 PASS lastPointerEvents[0].width is 1 963 PASS lastPointerEvents[0].width is 1
986 PASS lastPointerEvents[0].height is 1 964 PASS lastPointerEvents[0].height is 1
987 PASS lastPointerEvents[0].view.name is "mainWindow" 965 PASS lastPointerEvents[0].view.name is "mainWindow"
988 Received mouseenter 966 Received mouseenter
989 PASS lastPointerEvents.length is 1 967 PASS lastPointerEvents.length is 1
990 PASS lastPointerEvents[0].type is "pointerenter" 968 PASS lastPointerEvents[0].type is "pointerenter"
991 PASS lastPointerEvents[0].bubbles is false 969 PASS lastPointerEvents[0].bubbles is false
992 PASS lastPointerEvents[0].cancelable is false 970 PASS lastPointerEvents[0].cancelable is false
971 PASS lastPointerEvents[0].composed is true
972 PASS lastPointerEvents[0].detail is 0
993 PASS lastPointerEvents[0].pointerId is 3 973 PASS lastPointerEvents[0].pointerId is 3
994 PASS lastPointerEvents[0].pointerType is "pen" 974 PASS lastPointerEvents[0].pointerType is "pen"
995 PASS lastPointerEvents[0].isPrimary is true 975 PASS lastPointerEvents[0].isPrimary is true
996 PASS lastPointerEvents[0].clientX is 23 976 PASS lastPointerEvents[0].clientX is 23
997 PASS lastPointerEvents[0].clientY is 31 977 PASS lastPointerEvents[0].clientY is 31
998 PASS lastPointerEvents[0].layerX is 23 978 PASS lastPointerEvents[0].layerX is 23
999 PASS lastPointerEvents[0].layerY is 31 979 PASS lastPointerEvents[0].layerY is 31
1000 PASS lastPointerEvents[0].movementX is 0 980 PASS lastPointerEvents[0].movementX is 0
1001 PASS lastPointerEvents[0].movementY is 0 981 PASS lastPointerEvents[0].movementY is 0
1002 PASS lastPointerEvents[0].offsetX is 5 982 PASS lastPointerEvents[0].offsetX is 5
(...skipping 11 matching lines...) Expand all
1014 PASS lastPointerEvents[0].tiltY is 0 994 PASS lastPointerEvents[0].tiltY is 0
1015 PASS lastPointerEvents[0].width is 1 995 PASS lastPointerEvents[0].width is 1
1016 PASS lastPointerEvents[0].height is 1 996 PASS lastPointerEvents[0].height is 1
1017 PASS lastPointerEvents[0].view.name is "mainWindow" 997 PASS lastPointerEvents[0].view.name is "mainWindow"
1018 Received pointermove 998 Received pointermove
1019 Received mousemove 999 Received mousemove
1020 PASS lastPointerEvents.length is 1 1000 PASS lastPointerEvents.length is 1
1021 PASS lastPointerEvents[0].type is "pointermove" 1001 PASS lastPointerEvents[0].type is "pointermove"
1022 PASS lastPointerEvents[0].bubbles is true 1002 PASS lastPointerEvents[0].bubbles is true
1023 PASS lastPointerEvents[0].cancelable is true 1003 PASS lastPointerEvents[0].cancelable is true
1004 PASS lastPointerEvents[0].composed is true
1005 PASS lastPointerEvents[0].detail is 0
1024 PASS lastPointerEvents[0].pointerId is 3 1006 PASS lastPointerEvents[0].pointerId is 3
1025 PASS lastPointerEvents[0].pointerType is "pen" 1007 PASS lastPointerEvents[0].pointerType is "pen"
1026 PASS lastPointerEvents[0].isPrimary is true 1008 PASS lastPointerEvents[0].isPrimary is true
1027 PASS lastPointerEvents[0].clientX is 23 1009 PASS lastPointerEvents[0].clientX is 23
1028 PASS lastPointerEvents[0].clientY is 31 1010 PASS lastPointerEvents[0].clientY is 31
1029 PASS lastPointerEvents[0].layerX is 23 1011 PASS lastPointerEvents[0].layerX is 23
1030 PASS lastPointerEvents[0].layerY is 31 1012 PASS lastPointerEvents[0].layerY is 31
1031 PASS lastPointerEvents[0].movementX is 0 1013 PASS lastPointerEvents[0].movementX is 0
1032 PASS lastPointerEvents[0].movementY is 0 1014 PASS lastPointerEvents[0].movementY is 0
1033 PASS lastPointerEvents[0].offsetX is 5 1015 PASS lastPointerEvents[0].offsetX is 5
(...skipping 13 matching lines...) Expand all
1047 PASS lastPointerEvents[0].height is 1 1029 PASS lastPointerEvents[0].height is 1
1048 PASS lastPointerEvents[0].view.name is "mainWindow" 1030 PASS lastPointerEvents[0].view.name is "mainWindow"
1049 1031
1050 --- move within target & tap --- 1032 --- move within target & tap ---
1051 Received pointermove 1033 Received pointermove
1052 Received mousemove 1034 Received mousemove
1053 PASS lastPointerEvents.length is 1 1035 PASS lastPointerEvents.length is 1
1054 PASS lastPointerEvents[0].type is "pointermove" 1036 PASS lastPointerEvents[0].type is "pointermove"
1055 PASS lastPointerEvents[0].bubbles is true 1037 PASS lastPointerEvents[0].bubbles is true
1056 PASS lastPointerEvents[0].cancelable is true 1038 PASS lastPointerEvents[0].cancelable is true
1039 PASS lastPointerEvents[0].composed is true
1040 PASS lastPointerEvents[0].detail is 0
1057 PASS lastPointerEvents[0].pointerId is 3 1041 PASS lastPointerEvents[0].pointerId is 3
1058 PASS lastPointerEvents[0].pointerType is "pen" 1042 PASS lastPointerEvents[0].pointerType is "pen"
1059 PASS lastPointerEvents[0].isPrimary is true 1043 PASS lastPointerEvents[0].isPrimary is true
1060 PASS lastPointerEvents[0].clientX is 33 1044 PASS lastPointerEvents[0].clientX is 33
1061 PASS lastPointerEvents[0].clientY is 41 1045 PASS lastPointerEvents[0].clientY is 41
1062 PASS lastPointerEvents[0].layerX is 33 1046 PASS lastPointerEvents[0].layerX is 33
1063 PASS lastPointerEvents[0].layerY is 41 1047 PASS lastPointerEvents[0].layerY is 41
1064 PASS lastPointerEvents[0].movementX is 0 1048 PASS lastPointerEvents[0].movementX is 0
1065 PASS lastPointerEvents[0].movementY is 0 1049 PASS lastPointerEvents[0].movementY is 0
1066 PASS lastPointerEvents[0].offsetX is 15 1050 PASS lastPointerEvents[0].offsetX is 15
(...skipping 11 matching lines...) Expand all
1078 PASS lastPointerEvents[0].tiltY is -34 1062 PASS lastPointerEvents[0].tiltY is -34
1079 PASS lastPointerEvents[0].width is 1 1063 PASS lastPointerEvents[0].width is 1
1080 PASS lastPointerEvents[0].height is 1 1064 PASS lastPointerEvents[0].height is 1
1081 PASS lastPointerEvents[0].view.name is "mainWindow" 1065 PASS lastPointerEvents[0].view.name is "mainWindow"
1082 Received pointerdown 1066 Received pointerdown
1083 Received mousedown 1067 Received mousedown
1084 PASS lastPointerEvents.length is 1 1068 PASS lastPointerEvents.length is 1
1085 PASS lastPointerEvents[0].type is "pointerdown" 1069 PASS lastPointerEvents[0].type is "pointerdown"
1086 PASS lastPointerEvents[0].bubbles is true 1070 PASS lastPointerEvents[0].bubbles is true
1087 PASS lastPointerEvents[0].cancelable is true 1071 PASS lastPointerEvents[0].cancelable is true
1072 PASS lastPointerEvents[0].composed is true
1073 PASS lastPointerEvents[0].detail is 0
1088 PASS lastPointerEvents[0].pointerId is 3 1074 PASS lastPointerEvents[0].pointerId is 3
1089 PASS lastPointerEvents[0].pointerType is "pen" 1075 PASS lastPointerEvents[0].pointerType is "pen"
1090 PASS lastPointerEvents[0].isPrimary is true 1076 PASS lastPointerEvents[0].isPrimary is true
1091 PASS lastPointerEvents[0].clientX is 33 1077 PASS lastPointerEvents[0].clientX is 33
1092 PASS lastPointerEvents[0].clientY is 41 1078 PASS lastPointerEvents[0].clientY is 41
1093 PASS lastPointerEvents[0].layerX is 33 1079 PASS lastPointerEvents[0].layerX is 33
1094 PASS lastPointerEvents[0].layerY is 41 1080 PASS lastPointerEvents[0].layerY is 41
1095 PASS lastPointerEvents[0].movementX is 0 1081 PASS lastPointerEvents[0].movementX is 0
1096 PASS lastPointerEvents[0].movementY is 0 1082 PASS lastPointerEvents[0].movementY is 0
1097 PASS lastPointerEvents[0].offsetX is 15 1083 PASS lastPointerEvents[0].offsetX is 15
(...skipping 11 matching lines...) Expand all
1109 PASS lastPointerEvents[0].tiltY is -34 1095 PASS lastPointerEvents[0].tiltY is -34
1110 PASS lastPointerEvents[0].width is 1 1096 PASS lastPointerEvents[0].width is 1
1111 PASS lastPointerEvents[0].height is 1 1097 PASS lastPointerEvents[0].height is 1
1112 PASS lastPointerEvents[0].view.name is "mainWindow" 1098 PASS lastPointerEvents[0].view.name is "mainWindow"
1113 Received pointerup 1099 Received pointerup
1114 Received mouseup 1100 Received mouseup
1115 PASS lastPointerEvents.length is 1 1101 PASS lastPointerEvents.length is 1
1116 PASS lastPointerEvents[0].type is "pointerup" 1102 PASS lastPointerEvents[0].type is "pointerup"
1117 PASS lastPointerEvents[0].bubbles is true 1103 PASS lastPointerEvents[0].bubbles is true
1118 PASS lastPointerEvents[0].cancelable is true 1104 PASS lastPointerEvents[0].cancelable is true
1105 PASS lastPointerEvents[0].composed is true
1106 PASS lastPointerEvents[0].detail is 0
1119 PASS lastPointerEvents[0].pointerId is 3 1107 PASS lastPointerEvents[0].pointerId is 3
1120 PASS lastPointerEvents[0].pointerType is "pen" 1108 PASS lastPointerEvents[0].pointerType is "pen"
1121 PASS lastPointerEvents[0].isPrimary is true 1109 PASS lastPointerEvents[0].isPrimary is true
1122 PASS lastPointerEvents[0].clientX is 33 1110 PASS lastPointerEvents[0].clientX is 33
1123 PASS lastPointerEvents[0].clientY is 41 1111 PASS lastPointerEvents[0].clientY is 41
1124 PASS lastPointerEvents[0].layerX is 33 1112 PASS lastPointerEvents[0].layerX is 33
1125 PASS lastPointerEvents[0].layerY is 41 1113 PASS lastPointerEvents[0].layerY is 41
1126 PASS lastPointerEvents[0].movementX is 0 1114 PASS lastPointerEvents[0].movementX is 0
1127 PASS lastPointerEvents[0].movementY is 0 1115 PASS lastPointerEvents[0].movementY is 0
1128 PASS lastPointerEvents[0].offsetX is 15 1116 PASS lastPointerEvents[0].offsetX is 15
(...skipping 13 matching lines...) Expand all
1142 PASS lastPointerEvents[0].height is 1 1130 PASS lastPointerEvents[0].height is 1
1143 PASS lastPointerEvents[0].view.name is "mainWindow" 1131 PASS lastPointerEvents[0].view.name is "mainWindow"
1144 --- move pen out of target --- 1132 --- move pen out of target ---
1145 Received pointerout 1133 Received pointerout
1146 Received pointerleave 1134 Received pointerleave
1147 Received mouseout 1135 Received mouseout
1148 PASS lastPointerEvents.length is 2 1136 PASS lastPointerEvents.length is 2
1149 PASS lastPointerEvents[0].type is "pointerout" 1137 PASS lastPointerEvents[0].type is "pointerout"
1150 PASS lastPointerEvents[0].bubbles is true 1138 PASS lastPointerEvents[0].bubbles is true
1151 PASS lastPointerEvents[0].cancelable is true 1139 PASS lastPointerEvents[0].cancelable is true
1140 PASS lastPointerEvents[0].composed is true
1141 PASS lastPointerEvents[0].detail is 0
1152 PASS lastPointerEvents[0].pointerId is 3 1142 PASS lastPointerEvents[0].pointerId is 3
1153 PASS lastPointerEvents[0].pointerType is "pen" 1143 PASS lastPointerEvents[0].pointerType is "pen"
1154 PASS lastPointerEvents[0].isPrimary is true 1144 PASS lastPointerEvents[0].isPrimary is true
1155 PASS lastPointerEvents[0].clientX is 13 1145 PASS lastPointerEvents[0].clientX is 13
1156 PASS lastPointerEvents[0].clientY is 21 1146 PASS lastPointerEvents[0].clientY is 21
1157 PASS lastPointerEvents[0].layerX is 13 1147 PASS lastPointerEvents[0].layerX is 13
1158 PASS lastPointerEvents[0].layerY is 21 1148 PASS lastPointerEvents[0].layerY is 21
1159 PASS lastPointerEvents[0].movementX is 0 1149 PASS lastPointerEvents[0].movementX is 0
1160 PASS lastPointerEvents[0].movementY is 0 1150 PASS lastPointerEvents[0].movementY is 0
1161 PASS lastPointerEvents[0].offsetX is -5 1151 PASS lastPointerEvents[0].offsetX is -5
(...skipping 10 matching lines...) Expand all
1172 PASS lastPointerEvents[0].tiltX is 45 1162 PASS lastPointerEvents[0].tiltX is 45
1173 PASS lastPointerEvents[0].tiltY is -34 1163 PASS lastPointerEvents[0].tiltY is -34
1174 PASS lastPointerEvents[0].width is 1 1164 PASS lastPointerEvents[0].width is 1
1175 PASS lastPointerEvents[0].height is 1 1165 PASS lastPointerEvents[0].height is 1
1176 PASS lastPointerEvents[0].view.name is "mainWindow" 1166 PASS lastPointerEvents[0].view.name is "mainWindow"
1177 Received mouseleave 1167 Received mouseleave
1178 PASS lastPointerEvents.length is 1 1168 PASS lastPointerEvents.length is 1
1179 PASS lastPointerEvents[0].type is "pointerleave" 1169 PASS lastPointerEvents[0].type is "pointerleave"
1180 PASS lastPointerEvents[0].bubbles is false 1170 PASS lastPointerEvents[0].bubbles is false
1181 PASS lastPointerEvents[0].cancelable is false 1171 PASS lastPointerEvents[0].cancelable is false
1172 PASS lastPointerEvents[0].composed is true
1173 PASS lastPointerEvents[0].detail is 0
1182 PASS lastPointerEvents[0].pointerId is 3 1174 PASS lastPointerEvents[0].pointerId is 3
1183 PASS lastPointerEvents[0].pointerType is "pen" 1175 PASS lastPointerEvents[0].pointerType is "pen"
1184 PASS lastPointerEvents[0].isPrimary is true 1176 PASS lastPointerEvents[0].isPrimary is true
1185 PASS lastPointerEvents[0].clientX is 13 1177 PASS lastPointerEvents[0].clientX is 13
1186 PASS lastPointerEvents[0].clientY is 21 1178 PASS lastPointerEvents[0].clientY is 21
1187 PASS lastPointerEvents[0].layerX is 13 1179 PASS lastPointerEvents[0].layerX is 13
1188 PASS lastPointerEvents[0].layerY is 21 1180 PASS lastPointerEvents[0].layerY is 21
1189 PASS lastPointerEvents[0].movementX is 0 1181 PASS lastPointerEvents[0].movementX is 0
1190 PASS lastPointerEvents[0].movementY is 0 1182 PASS lastPointerEvents[0].movementY is 0
1191 PASS lastPointerEvents[0].offsetX is -5 1183 PASS lastPointerEvents[0].offsetX is -5
(...skipping 10 matching lines...) Expand all
1202 PASS lastPointerEvents[0].tiltX is 45 1194 PASS lastPointerEvents[0].tiltX is 45
1203 PASS lastPointerEvents[0].tiltY is -34 1195 PASS lastPointerEvents[0].tiltY is -34
1204 PASS lastPointerEvents[0].width is 1 1196 PASS lastPointerEvents[0].width is 1
1205 PASS lastPointerEvents[0].height is 1 1197 PASS lastPointerEvents[0].height is 1
1206 PASS lastPointerEvents[0].view.name is "mainWindow" 1198 PASS lastPointerEvents[0].view.name is "mainWindow"
1207 1199
1208 PASS successfullyParsed is true 1200 PASS successfullyParsed is true
1209 1201
1210 TEST COMPLETE 1202 TEST COMPLETE
1211 1203
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698