OLD | NEW |
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 |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 PASS lastPointerEvents[0].x is 23 | 281 PASS lastPointerEvents[0].x is 23 |
282 PASS lastPointerEvents[0].y is 31 | 282 PASS lastPointerEvents[0].y is 31 |
283 PASS lastPointerEvents[0].button is 1 | 283 PASS lastPointerEvents[0].button is 1 |
284 PASS lastPointerEvents[0].buttons is 0 | 284 PASS lastPointerEvents[0].buttons is 0 |
285 PASS lastPointerEvents[0].pressure is 0 | 285 PASS lastPointerEvents[0].pressure is 0 |
286 PASS lastPointerEvents[0].tiltX is 0 | 286 PASS lastPointerEvents[0].tiltX is 0 |
287 PASS lastPointerEvents[0].tiltY is 0 | 287 PASS lastPointerEvents[0].tiltY is 0 |
288 PASS lastPointerEvents[0].width is 1 | 288 PASS lastPointerEvents[0].width is 1 |
289 PASS lastPointerEvents[0].height is 1 | 289 PASS lastPointerEvents[0].height is 1 |
290 PASS lastPointerEvents[0].view.name is "mainWindow" | 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 | 291 Received pointerup |
323 Received mouseup | 292 Received mouseup |
324 PASS lastPointerEvents.length is 1 | 293 PASS lastPointerEvents.length is 1 |
325 PASS lastPointerEvents[0].type is "pointerup" | 294 PASS lastPointerEvents[0].type is "pointerup" |
326 PASS lastPointerEvents[0].bubbles is true | 295 PASS lastPointerEvents[0].bubbles is true |
327 PASS lastPointerEvents[0].cancelable is true | 296 PASS lastPointerEvents[0].cancelable is true |
328 PASS lastPointerEvents[0].pointerId is 1 | 297 PASS lastPointerEvents[0].pointerId is 1 |
329 PASS lastPointerEvents[0].pointerType is "mouse" | 298 PASS lastPointerEvents[0].pointerType is "mouse" |
330 PASS lastPointerEvents[0].isPrimary is true | 299 PASS lastPointerEvents[0].isPrimary is true |
331 PASS lastPointerEvents[0].clientX is 23 | 300 PASS lastPointerEvents[0].clientX is 23 |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1202 PASS lastPointerEvents[0].tiltX is 45 | 1171 PASS lastPointerEvents[0].tiltX is 45 |
1203 PASS lastPointerEvents[0].tiltY is -34 | 1172 PASS lastPointerEvents[0].tiltY is -34 |
1204 PASS lastPointerEvents[0].width is 1 | 1173 PASS lastPointerEvents[0].width is 1 |
1205 PASS lastPointerEvents[0].height is 1 | 1174 PASS lastPointerEvents[0].height is 1 |
1206 PASS lastPointerEvents[0].view.name is "mainWindow" | 1175 PASS lastPointerEvents[0].view.name is "mainWindow" |
1207 | 1176 |
1208 PASS successfullyParsed is true | 1177 PASS successfullyParsed is true |
1209 | 1178 |
1210 TEST COMPLETE | 1179 TEST COMPLETE |
1211 | 1180 |
OLD | NEW |