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 Received mouseover | 8 Received mouseover |
9 PASS lastPointerEvent is non-null. | 9 PASS lastPointerEvent is non-null. |
10 PASS lastPointerEvent.type is "pointerover" | 10 PASS lastPointerEvent.type is "pointerover" |
(...skipping 10 matching lines...) Expand all Loading... |
21 PASS lastPointerEvent.offsetX is 5 | 21 PASS lastPointerEvent.offsetX is 5 |
22 PASS lastPointerEvent.offsetY is 5 | 22 PASS lastPointerEvent.offsetY is 5 |
23 PASS lastPointerEvent.pageX is 23 | 23 PASS lastPointerEvent.pageX is 23 |
24 PASS lastPointerEvent.pageY is 31 | 24 PASS lastPointerEvent.pageY is 31 |
25 PASS lastPointerEvent.screenX is 23 | 25 PASS lastPointerEvent.screenX is 23 |
26 PASS lastPointerEvent.screenY is 31 | 26 PASS lastPointerEvent.screenY is 31 |
27 PASS lastPointerEvent.x is 23 | 27 PASS lastPointerEvent.x is 23 |
28 PASS lastPointerEvent.y is 31 | 28 PASS lastPointerEvent.y is 31 |
29 PASS lastPointerEvent.button is -1 | 29 PASS lastPointerEvent.button is -1 |
30 PASS lastPointerEvent.buttons is 0 | 30 PASS lastPointerEvent.buttons is 0 |
| 31 PASS lastPointerEvent.pressure is 0 |
31 Received pointerenter | 32 Received pointerenter |
32 Received mouseenter | 33 Received mouseenter |
33 PASS lastPointerEvent is non-null. | 34 PASS lastPointerEvent is non-null. |
34 PASS lastPointerEvent.type is "pointerenter" | 35 PASS lastPointerEvent.type is "pointerenter" |
35 PASS lastPointerEvent.bubbles is false | 36 PASS lastPointerEvent.bubbles is false |
36 PASS lastPointerEvent.cancelable is false | 37 PASS lastPointerEvent.cancelable is false |
37 PASS lastPointerEvent.pointerId is 1 | 38 PASS lastPointerEvent.pointerId is 1 |
38 PASS lastPointerEvent.isPrimary is true | 39 PASS lastPointerEvent.isPrimary is true |
39 PASS lastPointerEvent.clientX is 23 | 40 PASS lastPointerEvent.clientX is 23 |
40 PASS lastPointerEvent.clientY is 31 | 41 PASS lastPointerEvent.clientY is 31 |
41 PASS lastPointerEvent.layerX is 23 | 42 PASS lastPointerEvent.layerX is 23 |
42 PASS lastPointerEvent.layerY is 31 | 43 PASS lastPointerEvent.layerY is 31 |
43 PASS lastPointerEvent.movementX is 0 | 44 PASS lastPointerEvent.movementX is 0 |
44 PASS lastPointerEvent.movementY is 0 | 45 PASS lastPointerEvent.movementY is 0 |
45 PASS lastPointerEvent.offsetX is 5 | 46 PASS lastPointerEvent.offsetX is 5 |
46 PASS lastPointerEvent.offsetY is 5 | 47 PASS lastPointerEvent.offsetY is 5 |
47 PASS lastPointerEvent.pageX is 23 | 48 PASS lastPointerEvent.pageX is 23 |
48 PASS lastPointerEvent.pageY is 31 | 49 PASS lastPointerEvent.pageY is 31 |
49 PASS lastPointerEvent.screenX is 23 | 50 PASS lastPointerEvent.screenX is 23 |
50 PASS lastPointerEvent.screenY is 31 | 51 PASS lastPointerEvent.screenY is 31 |
51 PASS lastPointerEvent.x is 23 | 52 PASS lastPointerEvent.x is 23 |
52 PASS lastPointerEvent.y is 31 | 53 PASS lastPointerEvent.y is 31 |
53 PASS lastPointerEvent.button is -1 | 54 PASS lastPointerEvent.button is -1 |
54 PASS lastPointerEvent.buttons is 0 | 55 PASS lastPointerEvent.buttons is 0 |
| 56 PASS lastPointerEvent.pressure is 0 |
55 Received pointermove | 57 Received pointermove |
56 Received mousemove | 58 Received mousemove |
57 PASS lastPointerEvent is non-null. | 59 PASS lastPointerEvent is non-null. |
58 PASS lastPointerEvent.type is "pointermove" | 60 PASS lastPointerEvent.type is "pointermove" |
59 PASS lastPointerEvent.bubbles is true | 61 PASS lastPointerEvent.bubbles is true |
60 PASS lastPointerEvent.cancelable is true | 62 PASS lastPointerEvent.cancelable is true |
61 PASS lastPointerEvent.pointerId is 1 | 63 PASS lastPointerEvent.pointerId is 1 |
62 PASS lastPointerEvent.isPrimary is true | 64 PASS lastPointerEvent.isPrimary is true |
63 PASS lastPointerEvent.clientX is 23 | 65 PASS lastPointerEvent.clientX is 23 |
64 PASS lastPointerEvent.clientY is 31 | 66 PASS lastPointerEvent.clientY is 31 |
65 PASS lastPointerEvent.layerX is 23 | 67 PASS lastPointerEvent.layerX is 23 |
66 PASS lastPointerEvent.layerY is 31 | 68 PASS lastPointerEvent.layerY is 31 |
67 PASS lastPointerEvent.movementX is 0 | 69 PASS lastPointerEvent.movementX is 0 |
68 PASS lastPointerEvent.movementY is 0 | 70 PASS lastPointerEvent.movementY is 0 |
69 PASS lastPointerEvent.offsetX is 5 | 71 PASS lastPointerEvent.offsetX is 5 |
70 PASS lastPointerEvent.offsetY is 5 | 72 PASS lastPointerEvent.offsetY is 5 |
71 PASS lastPointerEvent.pageX is 23 | 73 PASS lastPointerEvent.pageX is 23 |
72 PASS lastPointerEvent.pageY is 31 | 74 PASS lastPointerEvent.pageY is 31 |
73 PASS lastPointerEvent.screenX is 23 | 75 PASS lastPointerEvent.screenX is 23 |
74 PASS lastPointerEvent.screenY is 31 | 76 PASS lastPointerEvent.screenY is 31 |
75 PASS lastPointerEvent.x is 23 | 77 PASS lastPointerEvent.x is 23 |
76 PASS lastPointerEvent.y is 31 | 78 PASS lastPointerEvent.y is 31 |
77 PASS lastPointerEvent.button is -1 | 79 PASS lastPointerEvent.button is -1 |
78 PASS lastPointerEvent.buttons is 0 | 80 PASS lastPointerEvent.buttons is 0 |
| 81 PASS lastPointerEvent.pressure is 0 |
79 | 82 |
80 --- move within target --- | 83 --- move within target --- |
81 Received pointermove | 84 Received pointermove |
82 Received mousemove | 85 Received mousemove |
83 PASS lastPointerEvent is non-null. | 86 PASS lastPointerEvent is non-null. |
84 PASS lastPointerEvent.type is "pointermove" | 87 PASS lastPointerEvent.type is "pointermove" |
85 PASS lastPointerEvent.bubbles is true | 88 PASS lastPointerEvent.bubbles is true |
86 PASS lastPointerEvent.cancelable is true | 89 PASS lastPointerEvent.cancelable is true |
87 PASS lastPointerEvent.pointerId is 1 | 90 PASS lastPointerEvent.pointerId is 1 |
88 PASS lastPointerEvent.isPrimary is true | 91 PASS lastPointerEvent.isPrimary is true |
89 PASS lastPointerEvent.clientX is 25 | 92 PASS lastPointerEvent.clientX is 25 |
90 PASS lastPointerEvent.clientY is 41 | 93 PASS lastPointerEvent.clientY is 41 |
91 PASS lastPointerEvent.layerX is 25 | 94 PASS lastPointerEvent.layerX is 25 |
92 PASS lastPointerEvent.layerY is 41 | 95 PASS lastPointerEvent.layerY is 41 |
93 PASS lastPointerEvent.movementX is 0 | 96 PASS lastPointerEvent.movementX is 0 |
94 PASS lastPointerEvent.movementY is 0 | 97 PASS lastPointerEvent.movementY is 0 |
95 PASS lastPointerEvent.offsetX is 7 | 98 PASS lastPointerEvent.offsetX is 7 |
96 PASS lastPointerEvent.offsetY is 15 | 99 PASS lastPointerEvent.offsetY is 15 |
97 PASS lastPointerEvent.pageX is 25 | 100 PASS lastPointerEvent.pageX is 25 |
98 PASS lastPointerEvent.pageY is 41 | 101 PASS lastPointerEvent.pageY is 41 |
99 PASS lastPointerEvent.screenX is 25 | 102 PASS lastPointerEvent.screenX is 25 |
100 PASS lastPointerEvent.screenY is 41 | 103 PASS lastPointerEvent.screenY is 41 |
101 PASS lastPointerEvent.x is 25 | 104 PASS lastPointerEvent.x is 25 |
102 PASS lastPointerEvent.y is 41 | 105 PASS lastPointerEvent.y is 41 |
103 PASS lastPointerEvent.button is -1 | 106 PASS lastPointerEvent.button is -1 |
104 PASS lastPointerEvent.buttons is 0 | 107 PASS lastPointerEvent.buttons is 0 |
| 108 PASS lastPointerEvent.pressure is 0 |
105 Received pointermove | 109 Received pointermove |
106 Received mousemove | 110 Received mousemove |
107 PASS lastPointerEvent is non-null. | 111 PASS lastPointerEvent is non-null. |
108 PASS lastPointerEvent.type is "pointermove" | 112 PASS lastPointerEvent.type is "pointermove" |
109 PASS lastPointerEvent.bubbles is true | 113 PASS lastPointerEvent.bubbles is true |
110 PASS lastPointerEvent.cancelable is true | 114 PASS lastPointerEvent.cancelable is true |
111 PASS lastPointerEvent.pointerId is 1 | 115 PASS lastPointerEvent.pointerId is 1 |
112 PASS lastPointerEvent.isPrimary is true | 116 PASS lastPointerEvent.isPrimary is true |
113 PASS lastPointerEvent.clientX is 23 | 117 PASS lastPointerEvent.clientX is 23 |
114 PASS lastPointerEvent.clientY is 31 | 118 PASS lastPointerEvent.clientY is 31 |
115 PASS lastPointerEvent.layerX is 23 | 119 PASS lastPointerEvent.layerX is 23 |
116 PASS lastPointerEvent.layerY is 31 | 120 PASS lastPointerEvent.layerY is 31 |
117 PASS lastPointerEvent.movementX is 0 | 121 PASS lastPointerEvent.movementX is 0 |
118 PASS lastPointerEvent.movementY is 0 | 122 PASS lastPointerEvent.movementY is 0 |
119 PASS lastPointerEvent.offsetX is 5 | 123 PASS lastPointerEvent.offsetX is 5 |
120 PASS lastPointerEvent.offsetY is 5 | 124 PASS lastPointerEvent.offsetY is 5 |
121 PASS lastPointerEvent.pageX is 23 | 125 PASS lastPointerEvent.pageX is 23 |
122 PASS lastPointerEvent.pageY is 31 | 126 PASS lastPointerEvent.pageY is 31 |
123 PASS lastPointerEvent.screenX is 23 | 127 PASS lastPointerEvent.screenX is 23 |
124 PASS lastPointerEvent.screenY is 31 | 128 PASS lastPointerEvent.screenY is 31 |
125 PASS lastPointerEvent.x is 23 | 129 PASS lastPointerEvent.x is 23 |
126 PASS lastPointerEvent.y is 31 | 130 PASS lastPointerEvent.y is 31 |
127 PASS lastPointerEvent.button is -1 | 131 PASS lastPointerEvent.button is -1 |
128 PASS lastPointerEvent.buttons is 0 | 132 PASS lastPointerEvent.buttons is 0 |
| 133 PASS lastPointerEvent.pressure is 0 |
129 | 134 |
130 --- click each button --- | 135 --- click each button --- |
131 Received pointerdown | 136 Received pointerdown |
132 Received mousedown | 137 Received mousedown |
133 PASS lastPointerEvent is non-null. | 138 PASS lastPointerEvent is non-null. |
134 PASS lastPointerEvent.type is "pointerdown" | 139 PASS lastPointerEvent.type is "pointerdown" |
135 PASS lastPointerEvent.bubbles is true | 140 PASS lastPointerEvent.bubbles is true |
136 PASS lastPointerEvent.cancelable is true | 141 PASS lastPointerEvent.cancelable is true |
137 PASS lastPointerEvent.pointerId is 1 | 142 PASS lastPointerEvent.pointerId is 1 |
138 PASS lastPointerEvent.isPrimary is true | 143 PASS lastPointerEvent.isPrimary is true |
139 PASS lastPointerEvent.clientX is 23 | 144 PASS lastPointerEvent.clientX is 23 |
140 PASS lastPointerEvent.clientY is 31 | 145 PASS lastPointerEvent.clientY is 31 |
141 PASS lastPointerEvent.layerX is 23 | 146 PASS lastPointerEvent.layerX is 23 |
142 PASS lastPointerEvent.layerY is 31 | 147 PASS lastPointerEvent.layerY is 31 |
143 PASS lastPointerEvent.movementX is 0 | 148 PASS lastPointerEvent.movementX is 0 |
144 PASS lastPointerEvent.movementY is 0 | 149 PASS lastPointerEvent.movementY is 0 |
145 PASS lastPointerEvent.offsetX is 5 | 150 PASS lastPointerEvent.offsetX is 5 |
146 PASS lastPointerEvent.offsetY is 5 | 151 PASS lastPointerEvent.offsetY is 5 |
147 PASS lastPointerEvent.pageX is 23 | 152 PASS lastPointerEvent.pageX is 23 |
148 PASS lastPointerEvent.pageY is 31 | 153 PASS lastPointerEvent.pageY is 31 |
149 PASS lastPointerEvent.screenX is 23 | 154 PASS lastPointerEvent.screenX is 23 |
150 PASS lastPointerEvent.screenY is 31 | 155 PASS lastPointerEvent.screenY is 31 |
151 PASS lastPointerEvent.x is 23 | 156 PASS lastPointerEvent.x is 23 |
152 PASS lastPointerEvent.y is 31 | 157 PASS lastPointerEvent.y is 31 |
153 PASS lastPointerEvent.button is 0 | 158 PASS lastPointerEvent.button is 0 |
154 PASS lastPointerEvent.buttons is 1 | 159 PASS lastPointerEvent.buttons is 1 |
| 160 PASS lastPointerEvent.pressure is 0.5 |
155 Received pointerup | 161 Received pointerup |
156 Received mouseup | 162 Received mouseup |
157 PASS lastPointerEvent is non-null. | 163 PASS lastPointerEvent is non-null. |
158 PASS lastPointerEvent.type is "pointerup" | 164 PASS lastPointerEvent.type is "pointerup" |
159 PASS lastPointerEvent.bubbles is true | 165 PASS lastPointerEvent.bubbles is true |
160 PASS lastPointerEvent.cancelable is true | 166 PASS lastPointerEvent.cancelable is true |
161 PASS lastPointerEvent.pointerId is 1 | 167 PASS lastPointerEvent.pointerId is 1 |
162 PASS lastPointerEvent.isPrimary is true | 168 PASS lastPointerEvent.isPrimary is true |
163 PASS lastPointerEvent.clientX is 23 | 169 PASS lastPointerEvent.clientX is 23 |
164 PASS lastPointerEvent.clientY is 31 | 170 PASS lastPointerEvent.clientY is 31 |
165 PASS lastPointerEvent.layerX is 23 | 171 PASS lastPointerEvent.layerX is 23 |
166 PASS lastPointerEvent.layerY is 31 | 172 PASS lastPointerEvent.layerY is 31 |
167 PASS lastPointerEvent.movementX is 0 | 173 PASS lastPointerEvent.movementX is 0 |
168 PASS lastPointerEvent.movementY is 0 | 174 PASS lastPointerEvent.movementY is 0 |
169 PASS lastPointerEvent.offsetX is 5 | 175 PASS lastPointerEvent.offsetX is 5 |
170 PASS lastPointerEvent.offsetY is 5 | 176 PASS lastPointerEvent.offsetY is 5 |
171 PASS lastPointerEvent.pageX is 23 | 177 PASS lastPointerEvent.pageX is 23 |
172 PASS lastPointerEvent.pageY is 31 | 178 PASS lastPointerEvent.pageY is 31 |
173 PASS lastPointerEvent.screenX is 23 | 179 PASS lastPointerEvent.screenX is 23 |
174 PASS lastPointerEvent.screenY is 31 | 180 PASS lastPointerEvent.screenY is 31 |
175 PASS lastPointerEvent.x is 23 | 181 PASS lastPointerEvent.x is 23 |
176 PASS lastPointerEvent.y is 31 | 182 PASS lastPointerEvent.y is 31 |
177 PASS lastPointerEvent.button is 0 | 183 PASS lastPointerEvent.button is 0 |
178 PASS lastPointerEvent.buttons is 0 | 184 PASS lastPointerEvent.buttons is 0 |
| 185 PASS lastPointerEvent.pressure is 0 |
179 Received pointerdown | 186 Received pointerdown |
180 Received mousedown | 187 Received mousedown |
181 PASS lastPointerEvent is non-null. | 188 PASS lastPointerEvent is non-null. |
182 PASS lastPointerEvent.type is "pointerdown" | 189 PASS lastPointerEvent.type is "pointerdown" |
183 PASS lastPointerEvent.bubbles is true | 190 PASS lastPointerEvent.bubbles is true |
184 PASS lastPointerEvent.cancelable is true | 191 PASS lastPointerEvent.cancelable is true |
185 PASS lastPointerEvent.pointerId is 1 | 192 PASS lastPointerEvent.pointerId is 1 |
186 PASS lastPointerEvent.isPrimary is true | 193 PASS lastPointerEvent.isPrimary is true |
187 PASS lastPointerEvent.clientX is 23 | 194 PASS lastPointerEvent.clientX is 23 |
188 PASS lastPointerEvent.clientY is 31 | 195 PASS lastPointerEvent.clientY is 31 |
189 PASS lastPointerEvent.layerX is 23 | 196 PASS lastPointerEvent.layerX is 23 |
190 PASS lastPointerEvent.layerY is 31 | 197 PASS lastPointerEvent.layerY is 31 |
191 PASS lastPointerEvent.movementX is 0 | 198 PASS lastPointerEvent.movementX is 0 |
192 PASS lastPointerEvent.movementY is 0 | 199 PASS lastPointerEvent.movementY is 0 |
193 PASS lastPointerEvent.offsetX is 5 | 200 PASS lastPointerEvent.offsetX is 5 |
194 PASS lastPointerEvent.offsetY is 5 | 201 PASS lastPointerEvent.offsetY is 5 |
195 PASS lastPointerEvent.pageX is 23 | 202 PASS lastPointerEvent.pageX is 23 |
196 PASS lastPointerEvent.pageY is 31 | 203 PASS lastPointerEvent.pageY is 31 |
197 PASS lastPointerEvent.screenX is 23 | 204 PASS lastPointerEvent.screenX is 23 |
198 PASS lastPointerEvent.screenY is 31 | 205 PASS lastPointerEvent.screenY is 31 |
199 PASS lastPointerEvent.x is 23 | 206 PASS lastPointerEvent.x is 23 |
200 PASS lastPointerEvent.y is 31 | 207 PASS lastPointerEvent.y is 31 |
201 PASS lastPointerEvent.button is 1 | 208 PASS lastPointerEvent.button is 1 |
202 PASS lastPointerEvent.buttons is 4 | 209 PASS lastPointerEvent.buttons is 4 |
| 210 PASS lastPointerEvent.pressure is 0.5 |
203 Received pointerup | 211 Received pointerup |
204 Received mouseup | 212 Received mouseup |
205 PASS lastPointerEvent is non-null. | 213 PASS lastPointerEvent is non-null. |
206 PASS lastPointerEvent.type is "pointerup" | 214 PASS lastPointerEvent.type is "pointerup" |
207 PASS lastPointerEvent.bubbles is true | 215 PASS lastPointerEvent.bubbles is true |
208 PASS lastPointerEvent.cancelable is true | 216 PASS lastPointerEvent.cancelable is true |
209 PASS lastPointerEvent.pointerId is 1 | 217 PASS lastPointerEvent.pointerId is 1 |
210 PASS lastPointerEvent.isPrimary is true | 218 PASS lastPointerEvent.isPrimary is true |
211 PASS lastPointerEvent.clientX is 23 | 219 PASS lastPointerEvent.clientX is 23 |
212 PASS lastPointerEvent.clientY is 31 | 220 PASS lastPointerEvent.clientY is 31 |
213 PASS lastPointerEvent.layerX is 23 | 221 PASS lastPointerEvent.layerX is 23 |
214 PASS lastPointerEvent.layerY is 31 | 222 PASS lastPointerEvent.layerY is 31 |
215 PASS lastPointerEvent.movementX is 0 | 223 PASS lastPointerEvent.movementX is 0 |
216 PASS lastPointerEvent.movementY is 0 | 224 PASS lastPointerEvent.movementY is 0 |
217 PASS lastPointerEvent.offsetX is 5 | 225 PASS lastPointerEvent.offsetX is 5 |
218 PASS lastPointerEvent.offsetY is 5 | 226 PASS lastPointerEvent.offsetY is 5 |
219 PASS lastPointerEvent.pageX is 23 | 227 PASS lastPointerEvent.pageX is 23 |
220 PASS lastPointerEvent.pageY is 31 | 228 PASS lastPointerEvent.pageY is 31 |
221 PASS lastPointerEvent.screenX is 23 | 229 PASS lastPointerEvent.screenX is 23 |
222 PASS lastPointerEvent.screenY is 31 | 230 PASS lastPointerEvent.screenY is 31 |
223 PASS lastPointerEvent.x is 23 | 231 PASS lastPointerEvent.x is 23 |
224 PASS lastPointerEvent.y is 31 | 232 PASS lastPointerEvent.y is 31 |
225 PASS lastPointerEvent.button is 1 | 233 PASS lastPointerEvent.button is 1 |
226 PASS lastPointerEvent.buttons is 0 | 234 PASS lastPointerEvent.buttons is 0 |
| 235 PASS lastPointerEvent.pressure is 0 |
227 Received pointerdown | 236 Received pointerdown |
228 Received mousedown | 237 Received mousedown |
229 PASS lastPointerEvent is non-null. | 238 PASS lastPointerEvent is non-null. |
230 PASS lastPointerEvent.type is "pointerdown" | 239 PASS lastPointerEvent.type is "pointerdown" |
231 PASS lastPointerEvent.bubbles is true | 240 PASS lastPointerEvent.bubbles is true |
232 PASS lastPointerEvent.cancelable is true | 241 PASS lastPointerEvent.cancelable is true |
233 PASS lastPointerEvent.pointerId is 1 | 242 PASS lastPointerEvent.pointerId is 1 |
234 PASS lastPointerEvent.isPrimary is true | 243 PASS lastPointerEvent.isPrimary is true |
235 PASS lastPointerEvent.clientX is 23 | 244 PASS lastPointerEvent.clientX is 23 |
236 PASS lastPointerEvent.clientY is 31 | 245 PASS lastPointerEvent.clientY is 31 |
237 PASS lastPointerEvent.layerX is 23 | 246 PASS lastPointerEvent.layerX is 23 |
238 PASS lastPointerEvent.layerY is 31 | 247 PASS lastPointerEvent.layerY is 31 |
239 PASS lastPointerEvent.movementX is 0 | 248 PASS lastPointerEvent.movementX is 0 |
240 PASS lastPointerEvent.movementY is 0 | 249 PASS lastPointerEvent.movementY is 0 |
241 PASS lastPointerEvent.offsetX is 5 | 250 PASS lastPointerEvent.offsetX is 5 |
242 PASS lastPointerEvent.offsetY is 5 | 251 PASS lastPointerEvent.offsetY is 5 |
243 PASS lastPointerEvent.pageX is 23 | 252 PASS lastPointerEvent.pageX is 23 |
244 PASS lastPointerEvent.pageY is 31 | 253 PASS lastPointerEvent.pageY is 31 |
245 PASS lastPointerEvent.screenX is 23 | 254 PASS lastPointerEvent.screenX is 23 |
246 PASS lastPointerEvent.screenY is 31 | 255 PASS lastPointerEvent.screenY is 31 |
247 PASS lastPointerEvent.x is 23 | 256 PASS lastPointerEvent.x is 23 |
248 PASS lastPointerEvent.y is 31 | 257 PASS lastPointerEvent.y is 31 |
249 PASS lastPointerEvent.button is 2 | 258 PASS lastPointerEvent.button is 2 |
250 PASS lastPointerEvent.buttons is 2 | 259 PASS lastPointerEvent.buttons is 2 |
| 260 PASS lastPointerEvent.pressure is 0.5 |
251 Received pointerup | 261 Received pointerup |
252 Received mouseup | 262 Received mouseup |
253 PASS lastPointerEvent is non-null. | 263 PASS lastPointerEvent is non-null. |
254 PASS lastPointerEvent.type is "pointerup" | 264 PASS lastPointerEvent.type is "pointerup" |
255 PASS lastPointerEvent.bubbles is true | 265 PASS lastPointerEvent.bubbles is true |
256 PASS lastPointerEvent.cancelable is true | 266 PASS lastPointerEvent.cancelable is true |
257 PASS lastPointerEvent.pointerId is 1 | 267 PASS lastPointerEvent.pointerId is 1 |
258 PASS lastPointerEvent.isPrimary is true | 268 PASS lastPointerEvent.isPrimary is true |
259 PASS lastPointerEvent.clientX is 23 | 269 PASS lastPointerEvent.clientX is 23 |
260 PASS lastPointerEvent.clientY is 31 | 270 PASS lastPointerEvent.clientY is 31 |
261 PASS lastPointerEvent.layerX is 23 | 271 PASS lastPointerEvent.layerX is 23 |
262 PASS lastPointerEvent.layerY is 31 | 272 PASS lastPointerEvent.layerY is 31 |
263 PASS lastPointerEvent.movementX is 0 | 273 PASS lastPointerEvent.movementX is 0 |
264 PASS lastPointerEvent.movementY is 0 | 274 PASS lastPointerEvent.movementY is 0 |
265 PASS lastPointerEvent.offsetX is 5 | 275 PASS lastPointerEvent.offsetX is 5 |
266 PASS lastPointerEvent.offsetY is 5 | 276 PASS lastPointerEvent.offsetY is 5 |
267 PASS lastPointerEvent.pageX is 23 | 277 PASS lastPointerEvent.pageX is 23 |
268 PASS lastPointerEvent.pageY is 31 | 278 PASS lastPointerEvent.pageY is 31 |
269 PASS lastPointerEvent.screenX is 23 | 279 PASS lastPointerEvent.screenX is 23 |
270 PASS lastPointerEvent.screenY is 31 | 280 PASS lastPointerEvent.screenY is 31 |
271 PASS lastPointerEvent.x is 23 | 281 PASS lastPointerEvent.x is 23 |
272 PASS lastPointerEvent.y is 31 | 282 PASS lastPointerEvent.y is 31 |
273 PASS lastPointerEvent.button is 2 | 283 PASS lastPointerEvent.button is 2 |
274 PASS lastPointerEvent.buttons is 0 | 284 PASS lastPointerEvent.buttons is 0 |
| 285 PASS lastPointerEvent.pressure is 0 |
275 | 286 |
276 --- click with each modifier --- | 287 --- click with each modifier --- |
277 Received pointerdown | 288 Received pointerdown |
278 Received mousedown | 289 Received mousedown |
279 PASS lastPointerEvent is non-null. | 290 PASS lastPointerEvent is non-null. |
280 PASS lastPointerEvent.type is "pointerdown" | 291 PASS lastPointerEvent.type is "pointerdown" |
281 PASS lastPointerEvent.getModifierState('Control'); is true | 292 PASS lastPointerEvent.getModifierState('Control'); is true |
282 PASS lastPointerEvent.getModifierState('Shift'); is false | 293 PASS lastPointerEvent.getModifierState('Shift'); is false |
283 PASS lastPointerEvent.getModifierState('Meta'); is false | 294 PASS lastPointerEvent.getModifierState('Meta'); is false |
284 PASS lastPointerEvent.getModifierState('Alt'); is false | 295 PASS lastPointerEvent.getModifierState('Alt'); is false |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 PASS lastPointerEvent.offsetX is -5 | 634 PASS lastPointerEvent.offsetX is -5 |
624 PASS lastPointerEvent.offsetY is -5 | 635 PASS lastPointerEvent.offsetY is -5 |
625 PASS lastPointerEvent.pageX is 13 | 636 PASS lastPointerEvent.pageX is 13 |
626 PASS lastPointerEvent.pageY is 21 | 637 PASS lastPointerEvent.pageY is 21 |
627 PASS lastPointerEvent.screenX is 13 | 638 PASS lastPointerEvent.screenX is 13 |
628 PASS lastPointerEvent.screenY is 21 | 639 PASS lastPointerEvent.screenY is 21 |
629 PASS lastPointerEvent.x is 13 | 640 PASS lastPointerEvent.x is 13 |
630 PASS lastPointerEvent.y is 21 | 641 PASS lastPointerEvent.y is 21 |
631 PASS lastPointerEvent.button is -1 | 642 PASS lastPointerEvent.button is -1 |
632 PASS lastPointerEvent.buttons is 0 | 643 PASS lastPointerEvent.buttons is 0 |
| 644 PASS lastPointerEvent.pressure is 0 |
633 Received pointerleave | 645 Received pointerleave |
634 Received mouseleave | 646 Received mouseleave |
635 PASS lastPointerEvent is non-null. | 647 PASS lastPointerEvent is non-null. |
636 PASS lastPointerEvent.type is "pointerleave" | 648 PASS lastPointerEvent.type is "pointerleave" |
637 PASS lastPointerEvent.bubbles is false | 649 PASS lastPointerEvent.bubbles is false |
638 PASS lastPointerEvent.cancelable is false | 650 PASS lastPointerEvent.cancelable is false |
639 PASS lastPointerEvent.pointerId is 1 | 651 PASS lastPointerEvent.pointerId is 1 |
640 PASS lastPointerEvent.isPrimary is true | 652 PASS lastPointerEvent.isPrimary is true |
641 PASS lastPointerEvent.clientX is 13 | 653 PASS lastPointerEvent.clientX is 13 |
642 PASS lastPointerEvent.clientY is 21 | 654 PASS lastPointerEvent.clientY is 21 |
643 PASS lastPointerEvent.layerX is 13 | 655 PASS lastPointerEvent.layerX is 13 |
644 PASS lastPointerEvent.layerY is 21 | 656 PASS lastPointerEvent.layerY is 21 |
645 PASS lastPointerEvent.movementX is 0 | 657 PASS lastPointerEvent.movementX is 0 |
646 PASS lastPointerEvent.movementY is 0 | 658 PASS lastPointerEvent.movementY is 0 |
647 PASS lastPointerEvent.offsetX is -5 | 659 PASS lastPointerEvent.offsetX is -5 |
648 PASS lastPointerEvent.offsetY is -5 | 660 PASS lastPointerEvent.offsetY is -5 |
649 PASS lastPointerEvent.pageX is 13 | 661 PASS lastPointerEvent.pageX is 13 |
650 PASS lastPointerEvent.pageY is 21 | 662 PASS lastPointerEvent.pageY is 21 |
651 PASS lastPointerEvent.screenX is 13 | 663 PASS lastPointerEvent.screenX is 13 |
652 PASS lastPointerEvent.screenY is 21 | 664 PASS lastPointerEvent.screenY is 21 |
653 PASS lastPointerEvent.x is 13 | 665 PASS lastPointerEvent.x is 13 |
654 PASS lastPointerEvent.y is 21 | 666 PASS lastPointerEvent.y is 21 |
655 PASS lastPointerEvent.button is -1 | 667 PASS lastPointerEvent.button is -1 |
656 PASS lastPointerEvent.buttons is 0 | 668 PASS lastPointerEvent.buttons is 0 |
| 669 PASS lastPointerEvent.pressure is 0 |
657 PASS successfullyParsed is true | 670 PASS successfullyParsed is true |
658 | 671 |
659 TEST COMPLETE | 672 TEST COMPLETE |
660 | 673 |
OLD | NEW |