OLD | NEW |
1 Verifies that pointer event parameters are correct when fired for mouse events. | 1 Verifies that pointer event parameters are correct when fired for mouse events. |
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 --- move mouse into target --- |
6 Received pointerover | 7 Received pointerover |
7 Received mouseover | 8 Received mouseover |
8 PASS lastPointerEvent is non-null. | 9 PASS lastPointerEvent is non-null. |
9 PASS lastPointerEvent.type is "pointerover" | 10 PASS lastPointerEvent.type is "pointerover" |
10 PASS lastPointerEvent.bubbles is true | 11 PASS lastPointerEvent.bubbles is true |
11 PASS lastPointerEvent.cancelable is true | 12 PASS lastPointerEvent.cancelable is true |
12 PASS lastPointerEvent.pointerId is 0 | 13 PASS lastPointerEvent.pointerId is 0 |
13 PASS lastPointerEvent.pointerType is "mouse" | 14 PASS lastPointerEvent.pointerType is "mouse" |
14 PASS lastPointerEvent.isPrimary is true | 15 PASS lastPointerEvent.isPrimary is true |
15 PASS lastPointerEvent.clientX is 23 | 16 PASS lastPointerEvent.clientX is 23 |
16 PASS lastPointerEvent.clientY is 31 | 17 PASS lastPointerEvent.clientY is 31 |
17 PASS lastPointerEvent.layerX is 23 | 18 PASS lastPointerEvent.layerX is 23 |
18 PASS lastPointerEvent.layerY is 31 | 19 PASS lastPointerEvent.layerY is 31 |
19 PASS lastPointerEvent.movementX is 0 | 20 PASS lastPointerEvent.movementX is 0 |
20 PASS lastPointerEvent.movementY is 0 | 21 PASS lastPointerEvent.movementY is 0 |
21 PASS lastPointerEvent.offsetX is 5 | 22 PASS lastPointerEvent.offsetX is 5 |
22 PASS lastPointerEvent.offsetY is 5 | 23 PASS lastPointerEvent.offsetY is 5 |
23 PASS lastPointerEvent.pageX is 23 | 24 PASS lastPointerEvent.pageX is 23 |
24 PASS lastPointerEvent.pageY is 31 | 25 PASS lastPointerEvent.pageY is 31 |
25 PASS lastPointerEvent.screenX is 23 | 26 PASS lastPointerEvent.screenX is 23 |
26 PASS lastPointerEvent.screenY is 31 | 27 PASS lastPointerEvent.screenY is 31 |
27 PASS lastPointerEvent.x is 23 | 28 PASS lastPointerEvent.x is 23 |
28 PASS lastPointerEvent.y is 31 | 29 PASS lastPointerEvent.y is 31 |
29 PASS lastPointerEvent.button is 0 | 30 PASS lastPointerEvent.button is 0 |
30 PASS lastPointerEvent.buttons is 0 | 31 PASS lastPointerEvent.buttons is 0 |
31 PASS lastPointerEvent.getModifierState('Control'); is false | |
32 PASS lastPointerEvent.getModifierState('Shift'); is false | |
33 PASS lastPointerEvent.getModifierState('Meta'); is false | |
34 PASS lastPointerEvent.getModifierState('Alt'); is false | |
35 PASS lastPointerEvent.getModifierState('AltGraph'); is false | |
36 PASS lastPointerEvent.getModifierState('OS'); is false | |
37 PASS lastPointerEvent.getModifierState('Fn'); is false | |
38 PASS lastPointerEvent.getModifierState('CapsLock'); is false | |
39 PASS lastPointerEvent.getModifierState('ScrollLock'); is false | |
40 PASS lastPointerEvent.getModifierState('NumLock'); is false | |
41 PASS lastPointerEvent.getModifierState('Symbol'); is false | |
42 Received pointerenter | 32 Received pointerenter |
43 Received mouseenter | 33 Received mouseenter |
44 PASS lastPointerEvent is non-null. | 34 PASS lastPointerEvent is non-null. |
45 PASS lastPointerEvent.type is "pointerenter" | 35 PASS lastPointerEvent.type is "pointerenter" |
46 PASS lastPointerEvent.bubbles is false | 36 PASS lastPointerEvent.bubbles is false |
47 PASS lastPointerEvent.cancelable is false | 37 PASS lastPointerEvent.cancelable is false |
48 PASS lastPointerEvent.pointerId is 0 | 38 PASS lastPointerEvent.pointerId is 0 |
49 PASS lastPointerEvent.pointerType is "mouse" | 39 PASS lastPointerEvent.pointerType is "mouse" |
50 PASS lastPointerEvent.isPrimary is true | 40 PASS lastPointerEvent.isPrimary is true |
51 PASS lastPointerEvent.clientX is 23 | 41 PASS lastPointerEvent.clientX is 23 |
52 PASS lastPointerEvent.clientY is 31 | 42 PASS lastPointerEvent.clientY is 31 |
53 PASS lastPointerEvent.layerX is 23 | 43 PASS lastPointerEvent.layerX is 23 |
54 PASS lastPointerEvent.layerY is 31 | 44 PASS lastPointerEvent.layerY is 31 |
55 PASS lastPointerEvent.movementX is 0 | 45 PASS lastPointerEvent.movementX is 0 |
56 PASS lastPointerEvent.movementY is 0 | 46 PASS lastPointerEvent.movementY is 0 |
57 PASS lastPointerEvent.offsetX is 5 | 47 PASS lastPointerEvent.offsetX is 5 |
58 PASS lastPointerEvent.offsetY is 5 | 48 PASS lastPointerEvent.offsetY is 5 |
59 PASS lastPointerEvent.pageX is 23 | 49 PASS lastPointerEvent.pageX is 23 |
60 PASS lastPointerEvent.pageY is 31 | 50 PASS lastPointerEvent.pageY is 31 |
61 PASS lastPointerEvent.screenX is 23 | 51 PASS lastPointerEvent.screenX is 23 |
62 PASS lastPointerEvent.screenY is 31 | 52 PASS lastPointerEvent.screenY is 31 |
63 PASS lastPointerEvent.x is 23 | 53 PASS lastPointerEvent.x is 23 |
64 PASS lastPointerEvent.y is 31 | 54 PASS lastPointerEvent.y is 31 |
65 PASS lastPointerEvent.button is 0 | 55 PASS lastPointerEvent.button is 0 |
66 PASS lastPointerEvent.buttons is 0 | 56 PASS lastPointerEvent.buttons is 0 |
67 PASS lastPointerEvent.getModifierState('Control'); is false | 57 |
| 58 --- click each button --- |
| 59 Received pointerdown |
| 60 Received mousedown |
| 61 PASS lastPointerEvent is non-null. |
| 62 PASS lastPointerEvent.type is "pointerdown" |
| 63 PASS lastPointerEvent.bubbles is true |
| 64 PASS lastPointerEvent.cancelable is true |
| 65 PASS lastPointerEvent.pointerId is 0 |
| 66 PASS lastPointerEvent.pointerType is "mouse" |
| 67 PASS lastPointerEvent.isPrimary is true |
| 68 PASS lastPointerEvent.clientX is 23 |
| 69 PASS lastPointerEvent.clientY is 31 |
| 70 PASS lastPointerEvent.layerX is 23 |
| 71 PASS lastPointerEvent.layerY is 31 |
| 72 PASS lastPointerEvent.movementX is 0 |
| 73 PASS lastPointerEvent.movementY is 0 |
| 74 PASS lastPointerEvent.offsetX is 5 |
| 75 PASS lastPointerEvent.offsetY is 5 |
| 76 PASS lastPointerEvent.pageX is 23 |
| 77 PASS lastPointerEvent.pageY is 31 |
| 78 PASS lastPointerEvent.screenX is 23 |
| 79 PASS lastPointerEvent.screenY is 31 |
| 80 PASS lastPointerEvent.x is 23 |
| 81 PASS lastPointerEvent.y is 31 |
| 82 PASS lastPointerEvent.button is 0 |
| 83 PASS lastPointerEvent.buttons is 1 |
| 84 Received pointerup |
| 85 Received mouseup |
| 86 PASS lastPointerEvent is non-null. |
| 87 PASS lastPointerEvent.type is "pointerup" |
| 88 PASS lastPointerEvent.bubbles is true |
| 89 PASS lastPointerEvent.cancelable is true |
| 90 PASS lastPointerEvent.pointerId is 0 |
| 91 PASS lastPointerEvent.pointerType is "mouse" |
| 92 PASS lastPointerEvent.isPrimary is true |
| 93 PASS lastPointerEvent.clientX is 23 |
| 94 PASS lastPointerEvent.clientY is 31 |
| 95 PASS lastPointerEvent.layerX is 23 |
| 96 PASS lastPointerEvent.layerY is 31 |
| 97 PASS lastPointerEvent.movementX is 0 |
| 98 PASS lastPointerEvent.movementY is 0 |
| 99 PASS lastPointerEvent.offsetX is 5 |
| 100 PASS lastPointerEvent.offsetY is 5 |
| 101 PASS lastPointerEvent.pageX is 23 |
| 102 PASS lastPointerEvent.pageY is 31 |
| 103 PASS lastPointerEvent.screenX is 23 |
| 104 PASS lastPointerEvent.screenY is 31 |
| 105 PASS lastPointerEvent.x is 23 |
| 106 PASS lastPointerEvent.y is 31 |
| 107 PASS lastPointerEvent.button is 0 |
| 108 PASS lastPointerEvent.buttons is 0 |
| 109 Received pointerdown |
| 110 Received mousedown |
| 111 PASS lastPointerEvent is non-null. |
| 112 PASS lastPointerEvent.type is "pointerdown" |
| 113 PASS lastPointerEvent.bubbles is true |
| 114 PASS lastPointerEvent.cancelable is true |
| 115 PASS lastPointerEvent.pointerId is 0 |
| 116 PASS lastPointerEvent.pointerType is "mouse" |
| 117 PASS lastPointerEvent.isPrimary is true |
| 118 PASS lastPointerEvent.clientX is 23 |
| 119 PASS lastPointerEvent.clientY is 31 |
| 120 PASS lastPointerEvent.layerX is 23 |
| 121 PASS lastPointerEvent.layerY is 31 |
| 122 PASS lastPointerEvent.movementX is 0 |
| 123 PASS lastPointerEvent.movementY is 0 |
| 124 PASS lastPointerEvent.offsetX is 5 |
| 125 PASS lastPointerEvent.offsetY is 5 |
| 126 PASS lastPointerEvent.pageX is 23 |
| 127 PASS lastPointerEvent.pageY is 31 |
| 128 PASS lastPointerEvent.screenX is 23 |
| 129 PASS lastPointerEvent.screenY is 31 |
| 130 PASS lastPointerEvent.x is 23 |
| 131 PASS lastPointerEvent.y is 31 |
| 132 PASS lastPointerEvent.button is 1 |
| 133 PASS lastPointerEvent.buttons is 4 |
| 134 Received pointerup |
| 135 Received mouseup |
| 136 PASS lastPointerEvent is non-null. |
| 137 PASS lastPointerEvent.type is "pointerup" |
| 138 PASS lastPointerEvent.bubbles is true |
| 139 PASS lastPointerEvent.cancelable is true |
| 140 PASS lastPointerEvent.pointerId is 0 |
| 141 PASS lastPointerEvent.pointerType is "mouse" |
| 142 PASS lastPointerEvent.isPrimary is true |
| 143 PASS lastPointerEvent.clientX is 23 |
| 144 PASS lastPointerEvent.clientY is 31 |
| 145 PASS lastPointerEvent.layerX is 23 |
| 146 PASS lastPointerEvent.layerY is 31 |
| 147 PASS lastPointerEvent.movementX is 0 |
| 148 PASS lastPointerEvent.movementY is 0 |
| 149 PASS lastPointerEvent.offsetX is 5 |
| 150 PASS lastPointerEvent.offsetY is 5 |
| 151 PASS lastPointerEvent.pageX is 23 |
| 152 PASS lastPointerEvent.pageY is 31 |
| 153 PASS lastPointerEvent.screenX is 23 |
| 154 PASS lastPointerEvent.screenY is 31 |
| 155 PASS lastPointerEvent.x is 23 |
| 156 PASS lastPointerEvent.y is 31 |
| 157 PASS lastPointerEvent.button is 1 |
| 158 PASS lastPointerEvent.buttons is 0 |
| 159 Received pointerdown |
| 160 Received mousedown |
| 161 PASS lastPointerEvent is non-null. |
| 162 PASS lastPointerEvent.type is "pointerdown" |
| 163 PASS lastPointerEvent.bubbles is true |
| 164 PASS lastPointerEvent.cancelable is true |
| 165 PASS lastPointerEvent.pointerId is 0 |
| 166 PASS lastPointerEvent.pointerType is "mouse" |
| 167 PASS lastPointerEvent.isPrimary is true |
| 168 PASS lastPointerEvent.clientX is 23 |
| 169 PASS lastPointerEvent.clientY is 31 |
| 170 PASS lastPointerEvent.layerX is 23 |
| 171 PASS lastPointerEvent.layerY is 31 |
| 172 PASS lastPointerEvent.movementX is 0 |
| 173 PASS lastPointerEvent.movementY is 0 |
| 174 PASS lastPointerEvent.offsetX is 5 |
| 175 PASS lastPointerEvent.offsetY is 5 |
| 176 PASS lastPointerEvent.pageX is 23 |
| 177 PASS lastPointerEvent.pageY is 31 |
| 178 PASS lastPointerEvent.screenX is 23 |
| 179 PASS lastPointerEvent.screenY is 31 |
| 180 PASS lastPointerEvent.x is 23 |
| 181 PASS lastPointerEvent.y is 31 |
| 182 PASS lastPointerEvent.button is 2 |
| 183 PASS lastPointerEvent.buttons is 2 |
| 184 Received pointerup |
| 185 Received mouseup |
| 186 PASS lastPointerEvent is non-null. |
| 187 PASS lastPointerEvent.type is "pointerup" |
| 188 PASS lastPointerEvent.bubbles is true |
| 189 PASS lastPointerEvent.cancelable is true |
| 190 PASS lastPointerEvent.pointerId is 0 |
| 191 PASS lastPointerEvent.pointerType is "mouse" |
| 192 PASS lastPointerEvent.isPrimary is true |
| 193 PASS lastPointerEvent.clientX is 23 |
| 194 PASS lastPointerEvent.clientY is 31 |
| 195 PASS lastPointerEvent.layerX is 23 |
| 196 PASS lastPointerEvent.layerY is 31 |
| 197 PASS lastPointerEvent.movementX is 0 |
| 198 PASS lastPointerEvent.movementY is 0 |
| 199 PASS lastPointerEvent.offsetX is 5 |
| 200 PASS lastPointerEvent.offsetY is 5 |
| 201 PASS lastPointerEvent.pageX is 23 |
| 202 PASS lastPointerEvent.pageY is 31 |
| 203 PASS lastPointerEvent.screenX is 23 |
| 204 PASS lastPointerEvent.screenY is 31 |
| 205 PASS lastPointerEvent.x is 23 |
| 206 PASS lastPointerEvent.y is 31 |
| 207 PASS lastPointerEvent.button is 2 |
| 208 PASS lastPointerEvent.buttons is 0 |
| 209 |
| 210 --- click with each modifier --- |
| 211 Received pointerdown |
| 212 Received mousedown |
| 213 PASS lastPointerEvent is non-null. |
| 214 PASS lastPointerEvent.type is "pointerdown" |
| 215 PASS lastPointerEvent.getModifierState('Control'); is true |
68 PASS lastPointerEvent.getModifierState('Shift'); is false | 216 PASS lastPointerEvent.getModifierState('Shift'); is false |
69 PASS lastPointerEvent.getModifierState('Meta'); is false | 217 PASS lastPointerEvent.getModifierState('Meta'); is false |
70 PASS lastPointerEvent.getModifierState('Alt'); is false | 218 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 219 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 220 PASS lastPointerEvent.getModifierState('OS'); is false |
| 221 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 222 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 223 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 224 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 225 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 226 Received pointerup |
| 227 Received mouseup |
| 228 PASS lastPointerEvent is non-null. |
| 229 PASS lastPointerEvent.type is "pointerup" |
| 230 PASS lastPointerEvent.getModifierState('Control'); is true |
| 231 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 232 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 233 PASS lastPointerEvent.getModifierState('Alt'); is false |
71 PASS lastPointerEvent.getModifierState('AltGraph'); is false | 234 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
72 PASS lastPointerEvent.getModifierState('OS'); is false | 235 PASS lastPointerEvent.getModifierState('OS'); is false |
73 PASS lastPointerEvent.getModifierState('Fn'); is false | 236 PASS lastPointerEvent.getModifierState('Fn'); is false |
74 PASS lastPointerEvent.getModifierState('CapsLock'); is false | 237 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
75 PASS lastPointerEvent.getModifierState('ScrollLock'); is false | 238 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
76 PASS lastPointerEvent.getModifierState('NumLock'); is false | 239 PASS lastPointerEvent.getModifierState('NumLock'); is false |
77 PASS lastPointerEvent.getModifierState('Symbol'); is false | 240 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 241 Received pointerdown |
| 242 Received mousedown |
| 243 PASS lastPointerEvent is non-null. |
| 244 PASS lastPointerEvent.type is "pointerdown" |
| 245 PASS lastPointerEvent.getModifierState('Control'); is false |
| 246 PASS lastPointerEvent.getModifierState('Shift'); is true |
| 247 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 248 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 249 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 250 PASS lastPointerEvent.getModifierState('OS'); is false |
| 251 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 252 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 253 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 254 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 255 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 256 Received pointerup |
| 257 Received mouseup |
| 258 PASS lastPointerEvent is non-null. |
| 259 PASS lastPointerEvent.type is "pointerup" |
| 260 PASS lastPointerEvent.getModifierState('Control'); is false |
| 261 PASS lastPointerEvent.getModifierState('Shift'); is true |
| 262 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 263 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 264 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 265 PASS lastPointerEvent.getModifierState('OS'); is false |
| 266 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 267 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 268 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 269 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 270 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 271 Received pointerdown |
| 272 Received mousedown |
| 273 PASS lastPointerEvent is non-null. |
| 274 PASS lastPointerEvent.type is "pointerdown" |
| 275 PASS lastPointerEvent.getModifierState('Control'); is false |
| 276 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 277 PASS lastPointerEvent.getModifierState('Meta'); is true |
| 278 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 279 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 280 PASS lastPointerEvent.getModifierState('OS'); is false |
| 281 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 282 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 283 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 284 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 285 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 286 Received pointerup |
| 287 Received mouseup |
| 288 PASS lastPointerEvent is non-null. |
| 289 PASS lastPointerEvent.type is "pointerup" |
| 290 PASS lastPointerEvent.getModifierState('Control'); is false |
| 291 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 292 PASS lastPointerEvent.getModifierState('Meta'); is true |
| 293 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 294 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 295 PASS lastPointerEvent.getModifierState('OS'); is false |
| 296 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 297 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 298 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 299 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 300 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 301 Received pointerdown |
| 302 Received mousedown |
| 303 PASS lastPointerEvent is non-null. |
| 304 PASS lastPointerEvent.type is "pointerdown" |
| 305 PASS lastPointerEvent.getModifierState('Control'); is false |
| 306 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 307 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 308 PASS lastPointerEvent.getModifierState('Alt'); is true |
| 309 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 310 PASS lastPointerEvent.getModifierState('OS'); is false |
| 311 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 312 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 313 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 314 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 315 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 316 Received pointerup |
| 317 Received mouseup |
| 318 PASS lastPointerEvent is non-null. |
| 319 PASS lastPointerEvent.type is "pointerup" |
| 320 PASS lastPointerEvent.getModifierState('Control'); is false |
| 321 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 322 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 323 PASS lastPointerEvent.getModifierState('Alt'); is true |
| 324 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 325 PASS lastPointerEvent.getModifierState('OS'); is false |
| 326 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 327 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 328 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 329 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 330 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 331 Received pointerdown |
| 332 Received mousedown |
| 333 PASS lastPointerEvent is non-null. |
| 334 PASS lastPointerEvent.type is "pointerdown" |
| 335 PASS lastPointerEvent.getModifierState('Control'); is false |
| 336 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 337 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 338 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 339 PASS lastPointerEvent.getModifierState('AltGraph'); is true |
| 340 PASS lastPointerEvent.getModifierState('OS'); is false |
| 341 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 342 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 343 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 344 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 345 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 346 Received pointerup |
| 347 Received mouseup |
| 348 PASS lastPointerEvent is non-null. |
| 349 PASS lastPointerEvent.type is "pointerup" |
| 350 PASS lastPointerEvent.getModifierState('Control'); is false |
| 351 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 352 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 353 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 354 PASS lastPointerEvent.getModifierState('AltGraph'); is true |
| 355 PASS lastPointerEvent.getModifierState('OS'); is false |
| 356 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 357 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 358 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 359 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 360 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 361 Received pointerdown |
| 362 Received mousedown |
| 363 PASS lastPointerEvent is non-null. |
| 364 PASS lastPointerEvent.type is "pointerdown" |
| 365 PASS lastPointerEvent.getModifierState('Control'); is false |
| 366 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 367 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 368 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 369 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 370 PASS lastPointerEvent.getModifierState('OS'); is true |
| 371 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 372 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 373 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 374 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 375 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 376 Received pointerup |
| 377 Received mouseup |
| 378 PASS lastPointerEvent is non-null. |
| 379 PASS lastPointerEvent.type is "pointerup" |
| 380 PASS lastPointerEvent.getModifierState('Control'); is false |
| 381 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 382 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 383 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 384 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 385 PASS lastPointerEvent.getModifierState('OS'); is true |
| 386 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 387 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 388 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 389 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 390 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 391 Received pointerdown |
| 392 Received mousedown |
| 393 PASS lastPointerEvent is non-null. |
| 394 PASS lastPointerEvent.type is "pointerdown" |
| 395 PASS lastPointerEvent.getModifierState('Control'); is false |
| 396 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 397 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 398 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 399 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 400 PASS lastPointerEvent.getModifierState('OS'); is false |
| 401 PASS lastPointerEvent.getModifierState('Fn'); is true |
| 402 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 403 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 404 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 405 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 406 Received pointerup |
| 407 Received mouseup |
| 408 PASS lastPointerEvent is non-null. |
| 409 PASS lastPointerEvent.type is "pointerup" |
| 410 PASS lastPointerEvent.getModifierState('Control'); is false |
| 411 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 412 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 413 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 414 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 415 PASS lastPointerEvent.getModifierState('OS'); is false |
| 416 PASS lastPointerEvent.getModifierState('Fn'); is true |
| 417 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 418 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 419 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 420 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 421 Received pointerdown |
| 422 Received mousedown |
| 423 PASS lastPointerEvent is non-null. |
| 424 PASS lastPointerEvent.type is "pointerdown" |
| 425 PASS lastPointerEvent.getModifierState('Control'); is false |
| 426 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 427 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 428 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 429 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 430 PASS lastPointerEvent.getModifierState('OS'); is false |
| 431 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 432 PASS lastPointerEvent.getModifierState('CapsLock'); is true |
| 433 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 434 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 435 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 436 Received pointerup |
| 437 Received mouseup |
| 438 PASS lastPointerEvent is non-null. |
| 439 PASS lastPointerEvent.type is "pointerup" |
| 440 PASS lastPointerEvent.getModifierState('Control'); is false |
| 441 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 442 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 443 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 444 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 445 PASS lastPointerEvent.getModifierState('OS'); is false |
| 446 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 447 PASS lastPointerEvent.getModifierState('CapsLock'); is true |
| 448 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 449 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 450 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 451 Received pointerdown |
| 452 Received mousedown |
| 453 PASS lastPointerEvent is non-null. |
| 454 PASS lastPointerEvent.type is "pointerdown" |
| 455 PASS lastPointerEvent.getModifierState('Control'); is false |
| 456 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 457 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 458 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 459 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 460 PASS lastPointerEvent.getModifierState('OS'); is false |
| 461 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 462 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 463 PASS lastPointerEvent.getModifierState('ScrollLock'); is true |
| 464 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 465 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 466 Received pointerup |
| 467 Received mouseup |
| 468 PASS lastPointerEvent is non-null. |
| 469 PASS lastPointerEvent.type is "pointerup" |
| 470 PASS lastPointerEvent.getModifierState('Control'); is false |
| 471 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 472 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 473 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 474 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 475 PASS lastPointerEvent.getModifierState('OS'); is false |
| 476 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 477 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 478 PASS lastPointerEvent.getModifierState('ScrollLock'); is true |
| 479 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 480 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 481 Received pointerdown |
| 482 Received mousedown |
| 483 PASS lastPointerEvent is non-null. |
| 484 PASS lastPointerEvent.type is "pointerdown" |
| 485 PASS lastPointerEvent.getModifierState('Control'); is false |
| 486 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 487 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 488 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 489 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 490 PASS lastPointerEvent.getModifierState('OS'); is false |
| 491 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 492 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 493 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 494 PASS lastPointerEvent.getModifierState('NumLock'); is true |
| 495 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 496 Received pointerup |
| 497 Received mouseup |
| 498 PASS lastPointerEvent is non-null. |
| 499 PASS lastPointerEvent.type is "pointerup" |
| 500 PASS lastPointerEvent.getModifierState('Control'); is false |
| 501 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 502 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 503 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 504 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 505 PASS lastPointerEvent.getModifierState('OS'); is false |
| 506 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 507 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 508 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 509 PASS lastPointerEvent.getModifierState('NumLock'); is true |
| 510 PASS lastPointerEvent.getModifierState('Symbol'); is false |
| 511 Received pointerdown |
| 512 Received mousedown |
| 513 PASS lastPointerEvent is non-null. |
| 514 PASS lastPointerEvent.type is "pointerdown" |
| 515 PASS lastPointerEvent.getModifierState('Control'); is false |
| 516 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 517 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 518 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 519 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 520 PASS lastPointerEvent.getModifierState('OS'); is false |
| 521 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 522 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 523 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 524 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 525 PASS lastPointerEvent.getModifierState('Symbol'); is true |
| 526 Received pointerup |
| 527 Received mouseup |
| 528 PASS lastPointerEvent is non-null. |
| 529 PASS lastPointerEvent.type is "pointerup" |
| 530 PASS lastPointerEvent.getModifierState('Control'); is false |
| 531 PASS lastPointerEvent.getModifierState('Shift'); is false |
| 532 PASS lastPointerEvent.getModifierState('Meta'); is false |
| 533 PASS lastPointerEvent.getModifierState('Alt'); is false |
| 534 PASS lastPointerEvent.getModifierState('AltGraph'); is false |
| 535 PASS lastPointerEvent.getModifierState('OS'); is false |
| 536 PASS lastPointerEvent.getModifierState('Fn'); is false |
| 537 PASS lastPointerEvent.getModifierState('CapsLock'); is false |
| 538 PASS lastPointerEvent.getModifierState('ScrollLock'); is false |
| 539 PASS lastPointerEvent.getModifierState('NumLock'); is false |
| 540 PASS lastPointerEvent.getModifierState('Symbol'); is true |
| 541 |
| 542 --- move mouse out of target --- |
78 Received pointerout | 543 Received pointerout |
79 Received mouseout | 544 Received mouseout |
80 PASS lastPointerEvent is non-null. | 545 PASS lastPointerEvent is non-null. |
81 PASS lastPointerEvent.type is "pointerout" | 546 PASS lastPointerEvent.type is "pointerout" |
82 PASS lastPointerEvent.bubbles is true | 547 PASS lastPointerEvent.bubbles is true |
83 PASS lastPointerEvent.cancelable is true | 548 PASS lastPointerEvent.cancelable is true |
84 PASS lastPointerEvent.pointerId is 0 | 549 PASS lastPointerEvent.pointerId is 0 |
85 PASS lastPointerEvent.pointerType is "mouse" | 550 PASS lastPointerEvent.pointerType is "mouse" |
86 PASS lastPointerEvent.isPrimary is true | 551 PASS lastPointerEvent.isPrimary is true |
87 PASS lastPointerEvent.clientX is 13 | 552 PASS lastPointerEvent.clientX is 13 |
88 PASS lastPointerEvent.clientY is 21 | 553 PASS lastPointerEvent.clientY is 21 |
89 PASS lastPointerEvent.layerX is 13 | 554 PASS lastPointerEvent.layerX is 13 |
90 PASS lastPointerEvent.layerY is 21 | 555 PASS lastPointerEvent.layerY is 21 |
91 PASS lastPointerEvent.movementX is 0 | 556 PASS lastPointerEvent.movementX is 0 |
92 PASS lastPointerEvent.movementY is 0 | 557 PASS lastPointerEvent.movementY is 0 |
93 PASS lastPointerEvent.offsetX is -5 | 558 PASS lastPointerEvent.offsetX is -5 |
94 PASS lastPointerEvent.offsetY is -5 | 559 PASS lastPointerEvent.offsetY is -5 |
95 PASS lastPointerEvent.pageX is 13 | 560 PASS lastPointerEvent.pageX is 13 |
96 PASS lastPointerEvent.pageY is 21 | 561 PASS lastPointerEvent.pageY is 21 |
97 PASS lastPointerEvent.screenX is 13 | 562 PASS lastPointerEvent.screenX is 13 |
98 PASS lastPointerEvent.screenY is 21 | 563 PASS lastPointerEvent.screenY is 21 |
99 PASS lastPointerEvent.x is 13 | 564 PASS lastPointerEvent.x is 13 |
100 PASS lastPointerEvent.y is 21 | 565 PASS lastPointerEvent.y is 21 |
101 PASS lastPointerEvent.button is 0 | 566 PASS lastPointerEvent.button is 0 |
102 PASS lastPointerEvent.buttons is 0 | 567 PASS lastPointerEvent.buttons is 0 |
103 PASS lastPointerEvent.getModifierState('Control'); is false | |
104 PASS lastPointerEvent.getModifierState('Shift'); is false | |
105 PASS lastPointerEvent.getModifierState('Meta'); is false | |
106 PASS lastPointerEvent.getModifierState('Alt'); is false | |
107 PASS lastPointerEvent.getModifierState('AltGraph'); is false | |
108 PASS lastPointerEvent.getModifierState('OS'); is false | |
109 PASS lastPointerEvent.getModifierState('Fn'); is false | |
110 PASS lastPointerEvent.getModifierState('CapsLock'); is false | |
111 PASS lastPointerEvent.getModifierState('ScrollLock'); is false | |
112 PASS lastPointerEvent.getModifierState('NumLock'); is false | |
113 PASS lastPointerEvent.getModifierState('Symbol'); is false | |
114 Received pointerleave | 568 Received pointerleave |
115 Received mouseleave | 569 Received mouseleave |
116 PASS lastPointerEvent is non-null. | 570 PASS lastPointerEvent is non-null. |
117 PASS lastPointerEvent.type is "pointerleave" | 571 PASS lastPointerEvent.type is "pointerleave" |
118 PASS lastPointerEvent.bubbles is false | 572 PASS lastPointerEvent.bubbles is false |
119 PASS lastPointerEvent.cancelable is false | 573 PASS lastPointerEvent.cancelable is false |
120 PASS lastPointerEvent.pointerId is 0 | 574 PASS lastPointerEvent.pointerId is 0 |
121 PASS lastPointerEvent.pointerType is "mouse" | 575 PASS lastPointerEvent.pointerType is "mouse" |
122 PASS lastPointerEvent.isPrimary is true | 576 PASS lastPointerEvent.isPrimary is true |
123 PASS lastPointerEvent.clientX is 13 | 577 PASS lastPointerEvent.clientX is 13 |
124 PASS lastPointerEvent.clientY is 21 | 578 PASS lastPointerEvent.clientY is 21 |
125 PASS lastPointerEvent.layerX is 13 | 579 PASS lastPointerEvent.layerX is 13 |
126 PASS lastPointerEvent.layerY is 21 | 580 PASS lastPointerEvent.layerY is 21 |
127 PASS lastPointerEvent.movementX is 0 | 581 PASS lastPointerEvent.movementX is 0 |
128 PASS lastPointerEvent.movementY is 0 | 582 PASS lastPointerEvent.movementY is 0 |
129 PASS lastPointerEvent.offsetX is -5 | 583 PASS lastPointerEvent.offsetX is -5 |
130 PASS lastPointerEvent.offsetY is -5 | 584 PASS lastPointerEvent.offsetY is -5 |
131 PASS lastPointerEvent.pageX is 13 | 585 PASS lastPointerEvent.pageX is 13 |
132 PASS lastPointerEvent.pageY is 21 | 586 PASS lastPointerEvent.pageY is 21 |
133 PASS lastPointerEvent.screenX is 13 | 587 PASS lastPointerEvent.screenX is 13 |
134 PASS lastPointerEvent.screenY is 21 | 588 PASS lastPointerEvent.screenY is 21 |
135 PASS lastPointerEvent.x is 13 | 589 PASS lastPointerEvent.x is 13 |
136 PASS lastPointerEvent.y is 21 | 590 PASS lastPointerEvent.y is 21 |
137 PASS lastPointerEvent.button is 0 | 591 PASS lastPointerEvent.button is 0 |
138 PASS lastPointerEvent.buttons is 0 | 592 PASS lastPointerEvent.buttons is 0 |
139 PASS lastPointerEvent.getModifierState('Control'); is false | |
140 PASS lastPointerEvent.getModifierState('Shift'); is false | |
141 PASS lastPointerEvent.getModifierState('Meta'); is false | |
142 PASS lastPointerEvent.getModifierState('Alt'); is false | |
143 PASS lastPointerEvent.getModifierState('AltGraph'); is false | |
144 PASS lastPointerEvent.getModifierState('OS'); is false | |
145 PASS lastPointerEvent.getModifierState('Fn'); is false | |
146 PASS lastPointerEvent.getModifierState('CapsLock'); is false | |
147 PASS lastPointerEvent.getModifierState('ScrollLock'); is false | |
148 PASS lastPointerEvent.getModifierState('NumLock'); is false | |
149 PASS lastPointerEvent.getModifierState('Symbol'); is false | |
150 PASS successfullyParsed is true | 593 PASS successfullyParsed is true |
151 | 594 |
152 TEST COMPLETE | 595 TEST COMPLETE |
153 | 596 |
OLD | NEW |