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