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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-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 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
2 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
3 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
4 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
5 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
6 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
7 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
8 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
9 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
10 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
11 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
12 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
13 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
14 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
15 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
16 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
17 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
18 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
19 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
20 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
21 CONSOLE ERROR: line 78: Uncaught TypeError: Cannot read property 'type' of undef ined
22 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.
23 2
24 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 ".
25 4
26 5
27 ===== mouse tests ===== 6 ===== mouse tests =====
28 --- move mouse into target --- 7 --- move mouse into target ---
8 Received pointerover
9 Received pointerenter
29 Received mouseover 10 Received mouseover
30 FAIL lastPointerEvents.length should be 2. Was 0. 11 PASS lastPointerEvents.length is 2
31 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined 12 PASS lastPointerEvents[0].type is "pointerover"
13 PASS lastPointerEvents[0].bubbles is true
14 PASS lastPointerEvents[0].cancelable is true
15 PASS lastPointerEvents[0].pointerId is 1
16 PASS lastPointerEvents[0].pointerType is "mouse"
17 PASS lastPointerEvents[0].isPrimary is true
18 PASS lastPointerEvents[0].clientX is 23
19 PASS lastPointerEvents[0].clientY is 31
20 PASS lastPointerEvents[0].layerX is 23
21 PASS lastPointerEvents[0].layerY is 31
22 PASS lastPointerEvents[0].movementX is 0
23 PASS lastPointerEvents[0].movementY is 0
24 PASS lastPointerEvents[0].offsetX is 5
25 PASS lastPointerEvents[0].offsetY is 5
26 PASS lastPointerEvents[0].pageX is 23
27 PASS lastPointerEvents[0].pageY is 31
28 PASS lastPointerEvents[0].screenX is 23
29 PASS lastPointerEvents[0].screenY is 31
30 PASS lastPointerEvents[0].x is 23
31 PASS lastPointerEvents[0].y is 31
32 PASS lastPointerEvents[0].button is -1
33 PASS lastPointerEvents[0].buttons is 0
34 PASS lastPointerEvents[0].pressure is 0
35 PASS lastPointerEvents[0].tiltX is 0
36 PASS lastPointerEvents[0].tiltY is 0
37 PASS lastPointerEvents[0].width is 1
38 PASS lastPointerEvents[0].height is 1
39 PASS lastPointerEvents[0].view.name is "mainWindow"
32 Received mouseenter 40 Received mouseenter
33 FAIL lastPointerEvents.length should be 1. Was 0. 41 PASS lastPointerEvents.length is 1
34 FAIL lastPointerEvents[0].type should be pointerenter. Threw exception TypeError : Cannot read property 'type' of undefined 42 PASS lastPointerEvents[0].type is "pointerenter"
43 PASS lastPointerEvents[0].bubbles is false
44 PASS lastPointerEvents[0].cancelable is false
45 PASS lastPointerEvents[0].pointerId is 1
46 PASS lastPointerEvents[0].pointerType is "mouse"
47 PASS lastPointerEvents[0].isPrimary is true
48 PASS lastPointerEvents[0].clientX is 23
49 PASS lastPointerEvents[0].clientY is 31
50 PASS lastPointerEvents[0].layerX is 23
51 PASS lastPointerEvents[0].layerY is 31
52 PASS lastPointerEvents[0].movementX is 0
53 PASS lastPointerEvents[0].movementY is 0
54 PASS lastPointerEvents[0].offsetX is 5
55 PASS lastPointerEvents[0].offsetY is 5
56 PASS lastPointerEvents[0].pageX is 23
57 PASS lastPointerEvents[0].pageY is 31
58 PASS lastPointerEvents[0].screenX is 23
59 PASS lastPointerEvents[0].screenY is 31
60 PASS lastPointerEvents[0].x is 23
61 PASS lastPointerEvents[0].y is 31
62 PASS lastPointerEvents[0].button is -1
63 PASS lastPointerEvents[0].buttons is 0
64 PASS lastPointerEvents[0].pressure is 0
65 PASS lastPointerEvents[0].tiltX is 0
66 PASS lastPointerEvents[0].tiltY is 0
67 PASS lastPointerEvents[0].width is 1
68 PASS lastPointerEvents[0].height is 1
69 PASS lastPointerEvents[0].view.name is "mainWindow"
70 Received pointermove
35 Received mousemove 71 Received mousemove
36 FAIL lastPointerEvents.length should be 1. Was 0. 72 PASS lastPointerEvents.length is 1
37 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined 73 PASS lastPointerEvents[0].type is "pointermove"
74 PASS lastPointerEvents[0].bubbles is true
75 PASS lastPointerEvents[0].cancelable is true
76 PASS lastPointerEvents[0].pointerId is 1
77 PASS lastPointerEvents[0].pointerType is "mouse"
78 PASS lastPointerEvents[0].isPrimary is true
79 PASS lastPointerEvents[0].clientX is 23
80 PASS lastPointerEvents[0].clientY is 31
81 PASS lastPointerEvents[0].layerX is 23
82 PASS lastPointerEvents[0].layerY is 31
83 PASS lastPointerEvents[0].movementX is 0
84 PASS lastPointerEvents[0].movementY is 0
85 PASS lastPointerEvents[0].offsetX is 5
86 PASS lastPointerEvents[0].offsetY is 5
87 PASS lastPointerEvents[0].pageX is 23
88 PASS lastPointerEvents[0].pageY is 31
89 PASS lastPointerEvents[0].screenX is 23
90 PASS lastPointerEvents[0].screenY is 31
91 PASS lastPointerEvents[0].x is 23
92 PASS lastPointerEvents[0].y is 31
93 PASS lastPointerEvents[0].button is -1
94 PASS lastPointerEvents[0].buttons is 0
95 PASS lastPointerEvents[0].pressure is 0
96 PASS lastPointerEvents[0].tiltX is 0
97 PASS lastPointerEvents[0].tiltY is 0
98 PASS lastPointerEvents[0].width is 1
99 PASS lastPointerEvents[0].height is 1
100 PASS lastPointerEvents[0].view.name is "mainWindow"
38 101
39 --- move within target --- 102 --- move within target ---
103 Received pointermove
40 Received mousemove 104 Received mousemove
41 FAIL lastPointerEvents.length should be 1. Was 0. 105 PASS lastPointerEvents.length is 1
42 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined 106 PASS lastPointerEvents[0].type is "pointermove"
107 PASS lastPointerEvents[0].bubbles is true
108 PASS lastPointerEvents[0].cancelable is true
109 PASS lastPointerEvents[0].pointerId is 1
110 PASS lastPointerEvents[0].pointerType is "mouse"
111 PASS lastPointerEvents[0].isPrimary is true
112 PASS lastPointerEvents[0].clientX is 25
113 PASS lastPointerEvents[0].clientY is 41
114 PASS lastPointerEvents[0].layerX is 25
115 PASS lastPointerEvents[0].layerY is 41
116 PASS lastPointerEvents[0].movementX is 0
117 PASS lastPointerEvents[0].movementY is 0
118 PASS lastPointerEvents[0].offsetX is 7
119 PASS lastPointerEvents[0].offsetY is 15
120 PASS lastPointerEvents[0].pageX is 25
121 PASS lastPointerEvents[0].pageY is 41
122 PASS lastPointerEvents[0].screenX is 25
123 PASS lastPointerEvents[0].screenY is 41
124 PASS lastPointerEvents[0].x is 25
125 PASS lastPointerEvents[0].y is 41
126 PASS lastPointerEvents[0].button is -1
127 PASS lastPointerEvents[0].buttons is 0
128 PASS lastPointerEvents[0].pressure is 0
129 PASS lastPointerEvents[0].tiltX is 0
130 PASS lastPointerEvents[0].tiltY is 0
131 PASS lastPointerEvents[0].width is 1
132 PASS lastPointerEvents[0].height is 1
133 PASS lastPointerEvents[0].view.name is "mainWindow"
134 Received pointermove
43 Received mousemove 135 Received mousemove
44 FAIL lastPointerEvents.length should be 1. Was 0. 136 PASS lastPointerEvents.length is 1
45 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined 137 PASS lastPointerEvents[0].type is "pointermove"
138 PASS lastPointerEvents[0].bubbles is true
139 PASS lastPointerEvents[0].cancelable is true
140 PASS lastPointerEvents[0].pointerId is 1
141 PASS lastPointerEvents[0].pointerType is "mouse"
142 PASS lastPointerEvents[0].isPrimary is true
143 PASS lastPointerEvents[0].clientX is 23
144 PASS lastPointerEvents[0].clientY is 31
145 PASS lastPointerEvents[0].layerX is 23
146 PASS lastPointerEvents[0].layerY is 31
147 PASS lastPointerEvents[0].movementX is 0
148 PASS lastPointerEvents[0].movementY is 0
149 PASS lastPointerEvents[0].offsetX is 5
150 PASS lastPointerEvents[0].offsetY is 5
151 PASS lastPointerEvents[0].pageX is 23
152 PASS lastPointerEvents[0].pageY is 31
153 PASS lastPointerEvents[0].screenX is 23
154 PASS lastPointerEvents[0].screenY is 31
155 PASS lastPointerEvents[0].x is 23
156 PASS lastPointerEvents[0].y is 31
157 PASS lastPointerEvents[0].button is -1
158 PASS lastPointerEvents[0].buttons is 0
159 PASS lastPointerEvents[0].pressure is 0
160 PASS lastPointerEvents[0].tiltX is 0
161 PASS lastPointerEvents[0].tiltY is 0
162 PASS lastPointerEvents[0].width is 1
163 PASS lastPointerEvents[0].height is 1
164 PASS lastPointerEvents[0].view.name is "mainWindow"
46 165
47 --- click each button --- 166 --- click each button ---
48 Received mousedown 167 Received pointerdown
49 FAIL lastPointerEvents.length should be 1. Was 0. 168 Received mousedown
50 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 169 PASS lastPointerEvents.length is 1
51 Received mouseup 170 PASS lastPointerEvents[0].type is "pointerdown"
52 FAIL lastPointerEvents.length should be 1. Was 0. 171 PASS lastPointerEvents[0].bubbles is true
53 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 172 PASS lastPointerEvents[0].cancelable is true
54 Received mousedown 173 PASS lastPointerEvents[0].pointerId is 1
55 FAIL lastPointerEvents.length should be 1. Was 0. 174 PASS lastPointerEvents[0].pointerType is "mouse"
56 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 175 PASS lastPointerEvents[0].isPrimary is true
57 Received mouseup 176 PASS lastPointerEvents[0].clientX is 23
58 FAIL lastPointerEvents.length should be 1. Was 0. 177 PASS lastPointerEvents[0].clientY is 31
59 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 178 PASS lastPointerEvents[0].layerX is 23
60 Received mousedown 179 PASS lastPointerEvents[0].layerY is 31
61 FAIL lastPointerEvents.length should be 1. Was 0. 180 PASS lastPointerEvents[0].movementX is 0
62 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 181 PASS lastPointerEvents[0].movementY is 0
63 Received mouseup 182 PASS lastPointerEvents[0].offsetX is 5
64 FAIL lastPointerEvents.length should be 1. Was 0. 183 PASS lastPointerEvents[0].offsetY is 5
65 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 184 PASS lastPointerEvents[0].pageX is 23
185 PASS lastPointerEvents[0].pageY is 31
186 PASS lastPointerEvents[0].screenX is 23
187 PASS lastPointerEvents[0].screenY is 31
188 PASS lastPointerEvents[0].x is 23
189 PASS lastPointerEvents[0].y is 31
190 PASS lastPointerEvents[0].button is 0
191 PASS lastPointerEvents[0].buttons is 1
192 PASS lastPointerEvents[0].pressure is 0.5
193 PASS lastPointerEvents[0].tiltX is 0
194 PASS lastPointerEvents[0].tiltY is 0
195 PASS lastPointerEvents[0].width is 1
196 PASS lastPointerEvents[0].height is 1
197 PASS lastPointerEvents[0].view.name is "mainWindow"
198 Received pointerup
199 Received mouseup
200 PASS lastPointerEvents.length is 1
201 PASS lastPointerEvents[0].type is "pointerup"
202 PASS lastPointerEvents[0].bubbles is true
203 PASS lastPointerEvents[0].cancelable is true
204 PASS lastPointerEvents[0].pointerId is 1
205 PASS lastPointerEvents[0].pointerType is "mouse"
206 PASS lastPointerEvents[0].isPrimary is true
207 PASS lastPointerEvents[0].clientX is 23
208 PASS lastPointerEvents[0].clientY is 31
209 PASS lastPointerEvents[0].layerX is 23
210 PASS lastPointerEvents[0].layerY is 31
211 PASS lastPointerEvents[0].movementX is 0
212 PASS lastPointerEvents[0].movementY is 0
213 PASS lastPointerEvents[0].offsetX is 5
214 PASS lastPointerEvents[0].offsetY is 5
215 PASS lastPointerEvents[0].pageX is 23
216 PASS lastPointerEvents[0].pageY is 31
217 PASS lastPointerEvents[0].screenX is 23
218 PASS lastPointerEvents[0].screenY is 31
219 PASS lastPointerEvents[0].x is 23
220 PASS lastPointerEvents[0].y is 31
221 PASS lastPointerEvents[0].button is 0
222 PASS lastPointerEvents[0].buttons is 0
223 PASS lastPointerEvents[0].pressure is 0
224 PASS lastPointerEvents[0].tiltX is 0
225 PASS lastPointerEvents[0].tiltY is 0
226 PASS lastPointerEvents[0].width is 1
227 PASS lastPointerEvents[0].height is 1
228 PASS lastPointerEvents[0].view.name is "mainWindow"
229 Received pointerdown
230 Received mousedown
231 PASS lastPointerEvents.length is 1
232 PASS lastPointerEvents[0].type is "pointerdown"
233 PASS lastPointerEvents[0].bubbles is true
234 PASS lastPointerEvents[0].cancelable is true
235 PASS lastPointerEvents[0].pointerId is 1
236 PASS lastPointerEvents[0].pointerType is "mouse"
237 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
301 PASS lastPointerEvents[0].clientY is 31
302 PASS lastPointerEvents[0].layerX is 23
303 PASS lastPointerEvents[0].layerY is 31
304 PASS lastPointerEvents[0].movementX is 0
305 PASS lastPointerEvents[0].movementY is 0
306 PASS lastPointerEvents[0].offsetX is 5
307 PASS lastPointerEvents[0].offsetY is 5
308 PASS lastPointerEvents[0].pageX is 23
309 PASS lastPointerEvents[0].pageY is 31
310 PASS lastPointerEvents[0].screenX is 23
311 PASS lastPointerEvents[0].screenY is 31
312 PASS lastPointerEvents[0].x is 23
313 PASS lastPointerEvents[0].y is 31
314 PASS lastPointerEvents[0].button is 2
315 PASS lastPointerEvents[0].buttons is 2
316 PASS lastPointerEvents[0].pressure is 0.5
317 PASS lastPointerEvents[0].tiltX is 0
318 PASS lastPointerEvents[0].tiltY is 0
319 PASS lastPointerEvents[0].width is 1
320 PASS lastPointerEvents[0].height is 1
321 PASS lastPointerEvents[0].view.name is "mainWindow"
322 Received pointerup
323 Received mouseup
324 PASS lastPointerEvents.length is 1
325 PASS lastPointerEvents[0].type is "pointerup"
326 PASS lastPointerEvents[0].bubbles is true
327 PASS lastPointerEvents[0].cancelable is true
328 PASS lastPointerEvents[0].pointerId is 1
329 PASS lastPointerEvents[0].pointerType is "mouse"
330 PASS lastPointerEvents[0].isPrimary is true
331 PASS lastPointerEvents[0].clientX is 23
332 PASS lastPointerEvents[0].clientY is 31
333 PASS lastPointerEvents[0].layerX is 23
334 PASS lastPointerEvents[0].layerY is 31
335 PASS lastPointerEvents[0].movementX is 0
336 PASS lastPointerEvents[0].movementY is 0
337 PASS lastPointerEvents[0].offsetX is 5
338 PASS lastPointerEvents[0].offsetY is 5
339 PASS lastPointerEvents[0].pageX is 23
340 PASS lastPointerEvents[0].pageY is 31
341 PASS lastPointerEvents[0].screenX is 23
342 PASS lastPointerEvents[0].screenY is 31
343 PASS lastPointerEvents[0].x is 23
344 PASS lastPointerEvents[0].y is 31
345 PASS lastPointerEvents[0].button is 2
346 PASS lastPointerEvents[0].buttons is 0
347 PASS lastPointerEvents[0].pressure is 0
348 PASS lastPointerEvents[0].tiltX is 0
349 PASS lastPointerEvents[0].tiltY is 0
350 PASS lastPointerEvents[0].width is 1
351 PASS lastPointerEvents[0].height is 1
352 PASS lastPointerEvents[0].view.name is "mainWindow"
66 353
67 --- click with each modifier --- 354 --- click with each modifier ---
68 Received mousedown 355 Received pointerdown
69 FAIL lastPointerEvents.length should be 1. Was 0. 356 Received mousedown
70 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 357 PASS lastPointerEvents.length is 1
71 FAIL lastPointerEvents[0].getModifierState('Control'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 358 PASS lastPointerEvents[0].type is "pointerdown"
72 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 359 PASS lastPointerEvents[0].getModifierState('Control'); is true
73 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 360 PASS lastPointerEvents[0].getModifierState('Shift'); is false
74 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 361 PASS lastPointerEvents[0].getModifierState('Meta'); is false
75 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 362 PASS lastPointerEvents[0].getModifierState('Alt'); is false
76 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 363 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
77 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 364 PASS lastPointerEvents[0].getModifierState('Fn'); is false
78 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 365 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
79 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 366 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
80 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 367 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
81 Received mouseup 368 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
82 FAIL lastPointerEvents.length should be 1. Was 0. 369 Received pointerup
83 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 370 Received mouseup
84 FAIL lastPointerEvents[0].getModifierState('Control'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 371 PASS lastPointerEvents.length is 1
85 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 372 PASS lastPointerEvents[0].type is "pointerup"
86 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 373 PASS lastPointerEvents[0].getModifierState('Control'); is true
87 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 374 PASS lastPointerEvents[0].getModifierState('Shift'); is false
88 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 375 PASS lastPointerEvents[0].getModifierState('Meta'); is false
89 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 376 PASS lastPointerEvents[0].getModifierState('Alt'); is false
90 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 377 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
91 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 378 PASS lastPointerEvents[0].getModifierState('Fn'); is false
92 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 379 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
93 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 380 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
94 Received mousedown 381 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
95 FAIL lastPointerEvents.length should be 1. Was 0. 382 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
96 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 383 Received pointerdown
97 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 384 Received mousedown
98 FAIL lastPointerEvents[0].getModifierState('Shift'); should be true. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 385 PASS lastPointerEvents.length is 1
99 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 386 PASS lastPointerEvents[0].type is "pointerdown"
100 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 387 PASS lastPointerEvents[0].getModifierState('Control'); is false
101 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 388 PASS lastPointerEvents[0].getModifierState('Shift'); is true
102 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 389 PASS lastPointerEvents[0].getModifierState('Meta'); is false
103 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 390 PASS lastPointerEvents[0].getModifierState('Alt'); is false
104 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 391 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
105 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 392 PASS lastPointerEvents[0].getModifierState('Fn'); is false
106 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 393 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
107 Received mouseup 394 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
108 FAIL lastPointerEvents.length should be 1. Was 0. 395 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
109 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 396 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
110 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 397 Received pointerup
111 FAIL lastPointerEvents[0].getModifierState('Shift'); should be true. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 398 Received mouseup
112 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 399 PASS lastPointerEvents.length is 1
113 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 400 PASS lastPointerEvents[0].type is "pointerup"
114 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 401 PASS lastPointerEvents[0].getModifierState('Control'); is false
115 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 402 PASS lastPointerEvents[0].getModifierState('Shift'); is true
116 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 403 PASS lastPointerEvents[0].getModifierState('Meta'); is false
117 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 404 PASS lastPointerEvents[0].getModifierState('Alt'); is false
118 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 405 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
119 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 406 PASS lastPointerEvents[0].getModifierState('Fn'); is false
120 Received mousedown 407 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
121 FAIL lastPointerEvents.length should be 1. Was 0. 408 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
122 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 409 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
123 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 410 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
124 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 411 Received pointerdown
125 FAIL lastPointerEvents[0].getModifierState('Meta'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 412 Received mousedown
126 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 413 PASS lastPointerEvents.length is 1
127 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 414 PASS lastPointerEvents[0].type is "pointerdown"
128 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 415 PASS lastPointerEvents[0].getModifierState('Control'); is false
129 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 416 PASS lastPointerEvents[0].getModifierState('Shift'); is false
130 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 417 PASS lastPointerEvents[0].getModifierState('Meta'); is true
131 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 418 PASS lastPointerEvents[0].getModifierState('Alt'); is false
132 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 419 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
133 Received mouseup 420 PASS lastPointerEvents[0].getModifierState('Fn'); is false
134 FAIL lastPointerEvents.length should be 1. Was 0. 421 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
135 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 422 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
136 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 423 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
137 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 424 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
138 FAIL lastPointerEvents[0].getModifierState('Meta'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 425 Received pointerup
139 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 426 Received mouseup
140 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 427 PASS lastPointerEvents.length is 1
141 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 428 PASS lastPointerEvents[0].type is "pointerup"
142 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 429 PASS lastPointerEvents[0].getModifierState('Control'); is false
143 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 430 PASS lastPointerEvents[0].getModifierState('Shift'); is false
144 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 431 PASS lastPointerEvents[0].getModifierState('Meta'); is true
145 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 432 PASS lastPointerEvents[0].getModifierState('Alt'); is false
146 Received mousedown 433 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
147 FAIL lastPointerEvents.length should be 1. Was 0. 434 PASS lastPointerEvents[0].getModifierState('Fn'); is false
148 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 435 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
149 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 436 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
150 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 437 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
151 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 438 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
152 FAIL lastPointerEvents[0].getModifierState('Alt'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 439 Received pointerdown
153 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 440 Received mousedown
154 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 441 PASS lastPointerEvents.length is 1
155 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 442 PASS lastPointerEvents[0].type is "pointerdown"
156 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 443 PASS lastPointerEvents[0].getModifierState('Control'); is false
157 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 444 PASS lastPointerEvents[0].getModifierState('Shift'); is false
158 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 445 PASS lastPointerEvents[0].getModifierState('Meta'); is false
159 Received mouseup 446 PASS lastPointerEvents[0].getModifierState('Alt'); is true
160 FAIL lastPointerEvents.length should be 1. Was 0. 447 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
161 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 448 PASS lastPointerEvents[0].getModifierState('Fn'); is false
162 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 449 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
163 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 450 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
164 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 451 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
165 FAIL lastPointerEvents[0].getModifierState('Alt'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 452 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
166 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 453 Received pointerup
167 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 454 Received mouseup
168 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 455 PASS lastPointerEvents.length is 1
169 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 456 PASS lastPointerEvents[0].type is "pointerup"
170 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 457 PASS lastPointerEvents[0].getModifierState('Control'); is false
171 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 458 PASS lastPointerEvents[0].getModifierState('Shift'); is false
172 Received mousedown 459 PASS lastPointerEvents[0].getModifierState('Meta'); is false
173 FAIL lastPointerEvents.length should be 1. Was 0. 460 PASS lastPointerEvents[0].getModifierState('Alt'); is true
174 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 461 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
175 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 462 PASS lastPointerEvents[0].getModifierState('Fn'); is false
176 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 463 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
177 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 464 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
178 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 465 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
179 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 466 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
180 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 467 Received pointerdown
181 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 468 Received mousedown
182 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 469 PASS lastPointerEvents.length is 1
183 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 470 PASS lastPointerEvents[0].type is "pointerdown"
184 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 471 PASS lastPointerEvents[0].getModifierState('Control'); is false
185 Received mouseup 472 PASS lastPointerEvents[0].getModifierState('Shift'); is false
186 FAIL lastPointerEvents.length should be 1. Was 0. 473 PASS lastPointerEvents[0].getModifierState('Meta'); is false
187 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 474 PASS lastPointerEvents[0].getModifierState('Alt'); is false
188 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 475 PASS lastPointerEvents[0].getModifierState('AltGraph'); is true
189 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 476 PASS lastPointerEvents[0].getModifierState('Fn'); is false
190 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 477 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
191 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 478 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
192 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 479 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
193 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 480 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
194 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 481 Received pointerup
195 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 482 Received mouseup
196 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 483 PASS lastPointerEvents.length is 1
197 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 484 PASS lastPointerEvents[0].type is "pointerup"
198 Received mousedown 485 PASS lastPointerEvents[0].getModifierState('Control'); is false
199 FAIL lastPointerEvents.length should be 1. Was 0. 486 PASS lastPointerEvents[0].getModifierState('Shift'); is false
200 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 487 PASS lastPointerEvents[0].getModifierState('Meta'); is false
201 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 488 PASS lastPointerEvents[0].getModifierState('Alt'); is false
202 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 489 PASS lastPointerEvents[0].getModifierState('AltGraph'); is true
203 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 490 PASS lastPointerEvents[0].getModifierState('Fn'); is false
204 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 491 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
205 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 492 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
206 FAIL lastPointerEvents[0].getModifierState('Fn'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined 493 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
207 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 494 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
208 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 495 Received pointerdown
209 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 496 Received mousedown
210 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 497 PASS lastPointerEvents.length is 1
211 Received mouseup 498 PASS lastPointerEvents[0].type is "pointerdown"
212 FAIL lastPointerEvents.length should be 1. Was 0. 499 PASS lastPointerEvents[0].getModifierState('Control'); is false
213 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 500 PASS lastPointerEvents[0].getModifierState('Shift'); is false
214 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 501 PASS lastPointerEvents[0].getModifierState('Meta'); is false
215 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 502 PASS lastPointerEvents[0].getModifierState('Alt'); is false
216 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 503 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
217 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 504 PASS lastPointerEvents[0].getModifierState('Fn'); is true
218 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 505 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
219 FAIL lastPointerEvents[0].getModifierState('Fn'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined 506 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
220 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 507 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
221 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 508 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
222 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 509 Received pointerup
223 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 510 Received mouseup
224 Received mousedown 511 PASS lastPointerEvents.length is 1
225 FAIL lastPointerEvents.length should be 1. Was 0. 512 PASS lastPointerEvents[0].type is "pointerup"
226 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 513 PASS lastPointerEvents[0].getModifierState('Control'); is false
227 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 514 PASS lastPointerEvents[0].getModifierState('Shift'); is false
228 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 515 PASS lastPointerEvents[0].getModifierState('Meta'); is false
229 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 516 PASS lastPointerEvents[0].getModifierState('Alt'); is false
230 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 517 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
231 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 518 PASS lastPointerEvents[0].getModifierState('Fn'); is true
232 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 519 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
233 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 520 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
234 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 521 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
235 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 522 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
236 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 523 Received pointerdown
237 Received mouseup 524 Received mousedown
238 FAIL lastPointerEvents.length should be 1. Was 0. 525 PASS lastPointerEvents.length is 1
239 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 526 PASS lastPointerEvents[0].type is "pointerdown"
240 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 527 PASS lastPointerEvents[0].getModifierState('Control'); is false
241 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 528 PASS lastPointerEvents[0].getModifierState('Shift'); is false
242 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 529 PASS lastPointerEvents[0].getModifierState('Meta'); is false
243 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 530 PASS lastPointerEvents[0].getModifierState('Alt'); is false
244 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 531 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
245 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 532 PASS lastPointerEvents[0].getModifierState('Fn'); is false
246 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 533 PASS lastPointerEvents[0].getModifierState('CapsLock'); is true
247 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 534 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
248 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 535 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
249 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 536 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
250 Received mousedown 537 Received pointerup
251 FAIL lastPointerEvents.length should be 1. Was 0. 538 Received mouseup
252 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 539 PASS lastPointerEvents.length is 1
253 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 540 PASS lastPointerEvents[0].type is "pointerup"
254 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 541 PASS lastPointerEvents[0].getModifierState('Control'); is false
255 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 542 PASS lastPointerEvents[0].getModifierState('Shift'); is false
256 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 543 PASS lastPointerEvents[0].getModifierState('Meta'); is false
257 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 544 PASS lastPointerEvents[0].getModifierState('Alt'); is false
258 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 545 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
259 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 546 PASS lastPointerEvents[0].getModifierState('Fn'); is false
260 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 547 PASS lastPointerEvents[0].getModifierState('CapsLock'); is true
261 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 548 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
262 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 549 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
263 Received mouseup 550 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
264 FAIL lastPointerEvents.length should be 1. Was 0. 551 Received pointerdown
265 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 552 Received mousedown
266 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 553 PASS lastPointerEvents.length is 1
267 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 554 PASS lastPointerEvents[0].type is "pointerdown"
268 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 555 PASS lastPointerEvents[0].getModifierState('Control'); is false
269 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 556 PASS lastPointerEvents[0].getModifierState('Shift'); is false
270 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 557 PASS lastPointerEvents[0].getModifierState('Meta'); is false
271 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 558 PASS lastPointerEvents[0].getModifierState('Alt'); is false
272 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 559 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
273 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 560 PASS lastPointerEvents[0].getModifierState('Fn'); is false
274 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 561 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
275 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 562 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is true
276 Received mousedown 563 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
277 FAIL lastPointerEvents.length should be 1. Was 0. 564 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
278 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 565 Received pointerup
279 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 566 Received mouseup
280 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 567 PASS lastPointerEvents.length is 1
281 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 568 PASS lastPointerEvents[0].type is "pointerup"
282 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 569 PASS lastPointerEvents[0].getModifierState('Control'); is false
283 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 570 PASS lastPointerEvents[0].getModifierState('Shift'); is false
284 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 571 PASS lastPointerEvents[0].getModifierState('Meta'); is false
285 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 572 PASS lastPointerEvents[0].getModifierState('Alt'); is false
286 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 573 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
287 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 574 PASS lastPointerEvents[0].getModifierState('Fn'); is false
288 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 575 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
289 Received mouseup 576 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is true
290 FAIL lastPointerEvents.length should be 1. Was 0. 577 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
291 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 578 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
292 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 579 Received pointerdown
293 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 580 Received mousedown
294 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 581 PASS lastPointerEvents.length is 1
295 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 582 PASS lastPointerEvents[0].type is "pointerdown"
296 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 583 PASS lastPointerEvents[0].getModifierState('Control'); is false
297 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 584 PASS lastPointerEvents[0].getModifierState('Shift'); is false
298 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 585 PASS lastPointerEvents[0].getModifierState('Meta'); is false
299 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 586 PASS lastPointerEvents[0].getModifierState('Alt'); is false
300 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 587 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
301 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined 588 PASS lastPointerEvents[0].getModifierState('Fn'); is false
302 Received mousedown 589 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
303 FAIL lastPointerEvents.length should be 1. Was 0. 590 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
304 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 591 PASS lastPointerEvents[0].getModifierState('NumLock'); is true
305 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 592 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
306 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 593 Received pointerup
307 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 594 Received mouseup
308 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 595 PASS lastPointerEvents.length is 1
309 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 596 PASS lastPointerEvents[0].type is "pointerup"
310 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 597 PASS lastPointerEvents[0].getModifierState('Control'); is false
311 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 598 PASS lastPointerEvents[0].getModifierState('Shift'); is false
312 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 599 PASS lastPointerEvents[0].getModifierState('Meta'); is false
313 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 600 PASS lastPointerEvents[0].getModifierState('Alt'); is false
314 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 601 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
315 Received mouseup 602 PASS lastPointerEvents[0].getModifierState('Fn'); is false
316 FAIL lastPointerEvents.length should be 1. Was 0. 603 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
317 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 604 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
318 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 605 PASS lastPointerEvents[0].getModifierState('NumLock'); is true
319 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 606 PASS lastPointerEvents[0].getModifierState('Symbol'); is false
320 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined 607 Received pointerdown
321 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined 608 Received mousedown
322 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 609 PASS lastPointerEvents.length is 1
323 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined 610 PASS lastPointerEvents[0].type is "pointerdown"
324 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined 611 PASS lastPointerEvents[0].getModifierState('Control'); is false
325 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined 612 PASS lastPointerEvents[0].getModifierState('Shift'); is false
326 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined 613 PASS lastPointerEvents[0].getModifierState('Meta'); is false
327 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined 614 PASS lastPointerEvents[0].getModifierState('Alt'); is false
615 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
616 PASS lastPointerEvents[0].getModifierState('Fn'); is false
617 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
618 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
619 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
620 PASS lastPointerEvents[0].getModifierState('Symbol'); is true
621 Received pointerup
622 Received mouseup
623 PASS lastPointerEvents.length is 1
624 PASS lastPointerEvents[0].type is "pointerup"
625 PASS lastPointerEvents[0].getModifierState('Control'); is false
626 PASS lastPointerEvents[0].getModifierState('Shift'); is false
627 PASS lastPointerEvents[0].getModifierState('Meta'); is false
628 PASS lastPointerEvents[0].getModifierState('Alt'); is false
629 PASS lastPointerEvents[0].getModifierState('AltGraph'); is false
630 PASS lastPointerEvents[0].getModifierState('Fn'); is false
631 PASS lastPointerEvents[0].getModifierState('CapsLock'); is false
632 PASS lastPointerEvents[0].getModifierState('ScrollLock'); is false
633 PASS lastPointerEvents[0].getModifierState('NumLock'); is false
634 PASS lastPointerEvents[0].getModifierState('Symbol'); is true
328 635
329 --- move mouse out of target --- 636 --- move mouse out of target ---
637 Received pointerout
638 Received pointerleave
330 Received mouseout 639 Received mouseout
331 FAIL lastPointerEvents.length should be 2. Was 0. 640 PASS lastPointerEvents.length is 2
332 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined 641 PASS lastPointerEvents[0].type is "pointerout"
642 PASS lastPointerEvents[0].bubbles is true
643 PASS lastPointerEvents[0].cancelable is true
644 PASS lastPointerEvents[0].pointerId is 1
645 PASS lastPointerEvents[0].pointerType is "mouse"
646 PASS lastPointerEvents[0].isPrimary is true
647 PASS lastPointerEvents[0].clientX is 13
648 PASS lastPointerEvents[0].clientY is 21
649 PASS lastPointerEvents[0].layerX is 13
650 PASS lastPointerEvents[0].layerY is 21
651 PASS lastPointerEvents[0].movementX is 0
652 PASS lastPointerEvents[0].movementY is 0
653 PASS lastPointerEvents[0].offsetX is -5
654 PASS lastPointerEvents[0].offsetY is -5
655 PASS lastPointerEvents[0].pageX is 13
656 PASS lastPointerEvents[0].pageY is 21
657 PASS lastPointerEvents[0].screenX is 13
658 PASS lastPointerEvents[0].screenY is 21
659 PASS lastPointerEvents[0].x is 13
660 PASS lastPointerEvents[0].y is 21
661 PASS lastPointerEvents[0].button is -1
662 PASS lastPointerEvents[0].buttons is 0
663 PASS lastPointerEvents[0].pressure is 0
664 PASS lastPointerEvents[0].tiltX is 0
665 PASS lastPointerEvents[0].tiltY is 0
666 PASS lastPointerEvents[0].width is 1
667 PASS lastPointerEvents[0].height is 1
668 PASS lastPointerEvents[0].view.name is "mainWindow"
333 Received mouseleave 669 Received mouseleave
334 FAIL lastPointerEvents.length should be 1. Was 0. 670 PASS lastPointerEvents.length is 1
335 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError : Cannot read property 'type' of undefined 671 PASS lastPointerEvents[0].type is "pointerleave"
672 PASS lastPointerEvents[0].bubbles is false
673 PASS lastPointerEvents[0].cancelable is false
674 PASS lastPointerEvents[0].pointerId is 1
675 PASS lastPointerEvents[0].pointerType is "mouse"
676 PASS lastPointerEvents[0].isPrimary is true
677 PASS lastPointerEvents[0].clientX is 13
678 PASS lastPointerEvents[0].clientY is 21
679 PASS lastPointerEvents[0].layerX is 13
680 PASS lastPointerEvents[0].layerY is 21
681 PASS lastPointerEvents[0].movementX is 0
682 PASS lastPointerEvents[0].movementY is 0
683 PASS lastPointerEvents[0].offsetX is -5
684 PASS lastPointerEvents[0].offsetY is -5
685 PASS lastPointerEvents[0].pageX is 13
686 PASS lastPointerEvents[0].pageY is 21
687 PASS lastPointerEvents[0].screenX is 13
688 PASS lastPointerEvents[0].screenY is 21
689 PASS lastPointerEvents[0].x is 13
690 PASS lastPointerEvents[0].y is 21
691 PASS lastPointerEvents[0].button is -1
692 PASS lastPointerEvents[0].buttons is 0
693 PASS lastPointerEvents[0].pressure is 0
694 PASS lastPointerEvents[0].tiltX is 0
695 PASS lastPointerEvents[0].tiltY is 0
696 PASS lastPointerEvents[0].width is 1
697 PASS lastPointerEvents[0].height is 1
698 PASS lastPointerEvents[0].view.name is "mainWindow"
336 699
337 ===== pen tests ===== 700 ===== pen tests =====
338 --- move pen into target --- 701 --- move pen into target ---
702 Received pointerover
703 Received pointerenter
339 Received mouseover 704 Received mouseover
340 FAIL lastPointerEvents.length should be 2. Was 0. 705 PASS lastPointerEvents.length is 2
341 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined 706 PASS lastPointerEvents[0].type is "pointerover"
707 PASS lastPointerEvents[0].bubbles is true
708 PASS lastPointerEvents[0].cancelable is true
709 PASS lastPointerEvents[0].pointerId is 2
710 PASS lastPointerEvents[0].pointerType is "pen"
711 PASS lastPointerEvents[0].isPrimary is true
712 PASS lastPointerEvents[0].clientX is 23
713 PASS lastPointerEvents[0].clientY is 31
714 PASS lastPointerEvents[0].layerX is 23
715 PASS lastPointerEvents[0].layerY is 31
716 PASS lastPointerEvents[0].movementX is 0
717 PASS lastPointerEvents[0].movementY is 0
718 PASS lastPointerEvents[0].offsetX is 5
719 PASS lastPointerEvents[0].offsetY is 5
720 PASS lastPointerEvents[0].pageX is 23
721 PASS lastPointerEvents[0].pageY is 31
722 PASS lastPointerEvents[0].screenX is 23
723 PASS lastPointerEvents[0].screenY is 31
724 PASS lastPointerEvents[0].x is 23
725 PASS lastPointerEvents[0].y is 31
726 PASS lastPointerEvents[0].button is -1
727 PASS lastPointerEvents[0].buttons is 0
728 PASS lastPointerEvents[0].pressure is 0
729 PASS lastPointerEvents[0].tiltX is 0
730 PASS lastPointerEvents[0].tiltY is 0
731 PASS lastPointerEvents[0].width is 1
732 PASS lastPointerEvents[0].height is 1
733 PASS lastPointerEvents[0].view.name is "mainWindow"
342 Received mouseenter 734 Received mouseenter
343 FAIL lastPointerEvents.length should be 1. Was 0. 735 PASS lastPointerEvents.length is 1
344 FAIL lastPointerEvents[0].type should be pointerenter. Threw exception TypeError : Cannot read property 'type' of undefined 736 PASS lastPointerEvents[0].type is "pointerenter"
737 PASS lastPointerEvents[0].bubbles is false
738 PASS lastPointerEvents[0].cancelable is false
739 PASS lastPointerEvents[0].pointerId is 2
740 PASS lastPointerEvents[0].pointerType is "pen"
741 PASS lastPointerEvents[0].isPrimary is true
742 PASS lastPointerEvents[0].clientX is 23
743 PASS lastPointerEvents[0].clientY is 31
744 PASS lastPointerEvents[0].layerX is 23
745 PASS lastPointerEvents[0].layerY is 31
746 PASS lastPointerEvents[0].movementX is 0
747 PASS lastPointerEvents[0].movementY is 0
748 PASS lastPointerEvents[0].offsetX is 5
749 PASS lastPointerEvents[0].offsetY is 5
750 PASS lastPointerEvents[0].pageX is 23
751 PASS lastPointerEvents[0].pageY is 31
752 PASS lastPointerEvents[0].screenX is 23
753 PASS lastPointerEvents[0].screenY is 31
754 PASS lastPointerEvents[0].x is 23
755 PASS lastPointerEvents[0].y is 31
756 PASS lastPointerEvents[0].button is -1
757 PASS lastPointerEvents[0].buttons is 0
758 PASS lastPointerEvents[0].pressure is 0
759 PASS lastPointerEvents[0].tiltX is 0
760 PASS lastPointerEvents[0].tiltY is 0
761 PASS lastPointerEvents[0].width is 1
762 PASS lastPointerEvents[0].height is 1
763 PASS lastPointerEvents[0].view.name is "mainWindow"
764 Received pointermove
345 Received mousemove 765 Received mousemove
346 FAIL lastPointerEvents.length should be 1. Was 0. 766 PASS lastPointerEvents.length is 1
347 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined 767 PASS lastPointerEvents[0].type is "pointermove"
768 PASS lastPointerEvents[0].bubbles is true
769 PASS lastPointerEvents[0].cancelable is true
770 PASS lastPointerEvents[0].pointerId is 2
771 PASS lastPointerEvents[0].pointerType is "pen"
772 PASS lastPointerEvents[0].isPrimary is true
773 PASS lastPointerEvents[0].clientX is 23
774 PASS lastPointerEvents[0].clientY is 31
775 PASS lastPointerEvents[0].layerX is 23
776 PASS lastPointerEvents[0].layerY is 31
777 PASS lastPointerEvents[0].movementX is 0
778 PASS lastPointerEvents[0].movementY is 0
779 PASS lastPointerEvents[0].offsetX is 5
780 PASS lastPointerEvents[0].offsetY is 5
781 PASS lastPointerEvents[0].pageX is 23
782 PASS lastPointerEvents[0].pageY is 31
783 PASS lastPointerEvents[0].screenX is 23
784 PASS lastPointerEvents[0].screenY is 31
785 PASS lastPointerEvents[0].x is 23
786 PASS lastPointerEvents[0].y is 31
787 PASS lastPointerEvents[0].button is -1
788 PASS lastPointerEvents[0].buttons is 0
789 PASS lastPointerEvents[0].pressure is 0
790 PASS lastPointerEvents[0].tiltX is 0
791 PASS lastPointerEvents[0].tiltY is 0
792 PASS lastPointerEvents[0].width is 1
793 PASS lastPointerEvents[0].height is 1
794 PASS lastPointerEvents[0].view.name is "mainWindow"
348 795
349 --- move within target & tap --- 796 --- move within target & tap ---
797 Received pointermove
350 Received mousemove 798 Received mousemove
351 FAIL lastPointerEvents.length should be 1. Was 0. 799 PASS lastPointerEvents.length is 1
352 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined 800 PASS lastPointerEvents[0].type is "pointermove"
353 Received mousedown 801 PASS lastPointerEvents[0].bubbles is true
354 FAIL lastPointerEvents.length should be 1. Was 0. 802 PASS lastPointerEvents[0].cancelable is true
355 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined 803 PASS lastPointerEvents[0].pointerId is 2
356 Received mouseup 804 PASS lastPointerEvents[0].pointerType is "pen"
357 FAIL lastPointerEvents.length should be 1. Was 0. 805 PASS lastPointerEvents[0].isPrimary is true
358 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined 806 PASS lastPointerEvents[0].clientX is 33
807 PASS lastPointerEvents[0].clientY is 41
808 PASS lastPointerEvents[0].layerX is 33
809 PASS lastPointerEvents[0].layerY is 41
810 PASS lastPointerEvents[0].movementX is 0
811 PASS lastPointerEvents[0].movementY is 0
812 PASS lastPointerEvents[0].offsetX is 15
813 PASS lastPointerEvents[0].offsetY is 15
814 PASS lastPointerEvents[0].pageX is 33
815 PASS lastPointerEvents[0].pageY is 41
816 PASS lastPointerEvents[0].screenX is 33
817 PASS lastPointerEvents[0].screenY is 41
818 PASS lastPointerEvents[0].x is 33
819 PASS lastPointerEvents[0].y is 41
820 PASS lastPointerEvents[0].button is -1
821 PASS lastPointerEvents[0].buttons is 0
822 PASS lastPointerEvents[0].pressure is 0
823 PASS lastPointerEvents[0].tiltX is 45
824 PASS lastPointerEvents[0].tiltY is -34
825 PASS lastPointerEvents[0].width is 1
826 PASS lastPointerEvents[0].height is 1
827 PASS lastPointerEvents[0].view.name is "mainWindow"
828 Received pointerdown
829 Received mousedown
830 PASS lastPointerEvents.length is 1
831 PASS lastPointerEvents[0].type is "pointerdown"
832 PASS lastPointerEvents[0].bubbles is true
833 PASS lastPointerEvents[0].cancelable is true
834 PASS lastPointerEvents[0].pointerId is 2
835 PASS lastPointerEvents[0].pointerType is "pen"
836 PASS lastPointerEvents[0].isPrimary is true
837 PASS lastPointerEvents[0].clientX is 33
838 PASS lastPointerEvents[0].clientY is 41
839 PASS lastPointerEvents[0].layerX is 33
840 PASS lastPointerEvents[0].layerY is 41
841 PASS lastPointerEvents[0].movementX is 0
842 PASS lastPointerEvents[0].movementY is 0
843 PASS lastPointerEvents[0].offsetX is 15
844 PASS lastPointerEvents[0].offsetY is 15
845 PASS lastPointerEvents[0].pageX is 33
846 PASS lastPointerEvents[0].pageY is 41
847 PASS lastPointerEvents[0].screenX is 33
848 PASS lastPointerEvents[0].screenY is 41
849 PASS lastPointerEvents[0].x is 33
850 PASS lastPointerEvents[0].y is 41
851 PASS lastPointerEvents[0].button is 0
852 PASS lastPointerEvents[0].buttons is 1
853 PASS lastPointerEvents[0].pressure is 0.75
854 PASS lastPointerEvents[0].tiltX is 45
855 PASS lastPointerEvents[0].tiltY is -34
856 PASS lastPointerEvents[0].width is 1
857 PASS lastPointerEvents[0].height is 1
858 PASS lastPointerEvents[0].view.name is "mainWindow"
859 Received pointerup
860 Received mouseup
861 PASS lastPointerEvents.length is 1
862 PASS lastPointerEvents[0].type is "pointerup"
863 PASS lastPointerEvents[0].bubbles is true
864 PASS lastPointerEvents[0].cancelable is true
865 PASS lastPointerEvents[0].pointerId is 2
866 PASS lastPointerEvents[0].pointerType is "pen"
867 PASS lastPointerEvents[0].isPrimary is true
868 PASS lastPointerEvents[0].clientX is 33
869 PASS lastPointerEvents[0].clientY is 41
870 PASS lastPointerEvents[0].layerX is 33
871 PASS lastPointerEvents[0].layerY is 41
872 PASS lastPointerEvents[0].movementX is 0
873 PASS lastPointerEvents[0].movementY is 0
874 PASS lastPointerEvents[0].offsetX is 15
875 PASS lastPointerEvents[0].offsetY is 15
876 PASS lastPointerEvents[0].pageX is 33
877 PASS lastPointerEvents[0].pageY is 41
878 PASS lastPointerEvents[0].screenX is 33
879 PASS lastPointerEvents[0].screenY is 41
880 PASS lastPointerEvents[0].x is 33
881 PASS lastPointerEvents[0].y is 41
882 PASS lastPointerEvents[0].button is 0
883 PASS lastPointerEvents[0].buttons is 0
884 PASS lastPointerEvents[0].pressure is 0
885 PASS lastPointerEvents[0].tiltX is 45
886 PASS lastPointerEvents[0].tiltY is -34
887 PASS lastPointerEvents[0].width is 1
888 PASS lastPointerEvents[0].height is 1
889 PASS lastPointerEvents[0].view.name is "mainWindow"
359 --- move pen out of target --- 890 --- move pen out of target ---
891 Received pointerout
892 Received pointerleave
360 Received mouseout 893 Received mouseout
361 FAIL lastPointerEvents.length should be 2. Was 0. 894 PASS lastPointerEvents.length is 2
362 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined 895 PASS lastPointerEvents[0].type is "pointerout"
896 PASS lastPointerEvents[0].bubbles is true
897 PASS lastPointerEvents[0].cancelable is true
898 PASS lastPointerEvents[0].pointerId is 2
899 PASS lastPointerEvents[0].pointerType is "pen"
900 PASS lastPointerEvents[0].isPrimary is true
901 PASS lastPointerEvents[0].clientX is 13
902 PASS lastPointerEvents[0].clientY is 21
903 PASS lastPointerEvents[0].layerX is 13
904 PASS lastPointerEvents[0].layerY is 21
905 PASS lastPointerEvents[0].movementX is 0
906 PASS lastPointerEvents[0].movementY is 0
907 PASS lastPointerEvents[0].offsetX is -5
908 PASS lastPointerEvents[0].offsetY is -5
909 PASS lastPointerEvents[0].pageX is 13
910 PASS lastPointerEvents[0].pageY is 21
911 PASS lastPointerEvents[0].screenX is 13
912 PASS lastPointerEvents[0].screenY is 21
913 PASS lastPointerEvents[0].x is 13
914 PASS lastPointerEvents[0].y is 21
915 PASS lastPointerEvents[0].button is -1
916 PASS lastPointerEvents[0].buttons is 0
917 PASS lastPointerEvents[0].pressure is 0
918 PASS lastPointerEvents[0].tiltX is 45
919 PASS lastPointerEvents[0].tiltY is -34
920 PASS lastPointerEvents[0].width is 1
921 PASS lastPointerEvents[0].height is 1
922 PASS lastPointerEvents[0].view.name is "mainWindow"
363 Received mouseleave 923 Received mouseleave
364 FAIL lastPointerEvents.length should be 1. Was 0. 924 PASS lastPointerEvents.length is 1
365 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError : Cannot read property 'type' of undefined 925 PASS lastPointerEvents[0].type is "pointerleave"
926 PASS lastPointerEvents[0].bubbles is false
927 PASS lastPointerEvents[0].cancelable is false
928 PASS lastPointerEvents[0].pointerId is 2
929 PASS lastPointerEvents[0].pointerType is "pen"
930 PASS lastPointerEvents[0].isPrimary is true
931 PASS lastPointerEvents[0].clientX is 13
932 PASS lastPointerEvents[0].clientY is 21
933 PASS lastPointerEvents[0].layerX is 13
934 PASS lastPointerEvents[0].layerY is 21
935 PASS lastPointerEvents[0].movementX is 0
936 PASS lastPointerEvents[0].movementY is 0
937 PASS lastPointerEvents[0].offsetX is -5
938 PASS lastPointerEvents[0].offsetY is -5
939 PASS lastPointerEvents[0].pageX is 13
940 PASS lastPointerEvents[0].pageY is 21
941 PASS lastPointerEvents[0].screenX is 13
942 PASS lastPointerEvents[0].screenY is 21
943 PASS lastPointerEvents[0].x is 13
944 PASS lastPointerEvents[0].y is 21
945 PASS lastPointerEvents[0].button is -1
946 PASS lastPointerEvents[0].buttons is 0
947 PASS lastPointerEvents[0].pressure is 0
948 PASS lastPointerEvents[0].tiltX is 45
949 PASS lastPointerEvents[0].tiltY is -34
950 PASS lastPointerEvents[0].width is 1
951 PASS lastPointerEvents[0].height is 1
952 PASS lastPointerEvents[0].view.name is "mainWindow"
366 953
367 FAIL successfullyParsed should be true. Was false. 954 PASS successfullyParsed is true
368 955
369 TEST COMPLETE 956 TEST COMPLETE
370 957
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698