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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt

Issue 1760183002: Fixed missing pointerTypes for touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed line-lengths, added a bug ref. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 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"
11 PASS lastPointerEvent.bubbles is true 11 PASS lastPointerEvent.bubbles is true
12 PASS lastPointerEvent.cancelable is true 12 PASS lastPointerEvent.cancelable is true
13 PASS lastPointerEvent.pointerId is 1 13 PASS lastPointerEvent.pointerId is 1
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 -1 30 PASS lastPointerEvent.button is -1
30 PASS lastPointerEvent.buttons is 0 31 PASS lastPointerEvent.buttons is 0
31 PASS lastPointerEvent.pressure is 0 32 PASS lastPointerEvent.pressure is 0
32 Received pointerenter 33 Received pointerenter
33 Received mouseenter 34 Received mouseenter
34 PASS lastPointerEvent is non-null. 35 PASS lastPointerEvent is non-null.
35 PASS lastPointerEvent.type is "pointerenter" 36 PASS lastPointerEvent.type is "pointerenter"
36 PASS lastPointerEvent.bubbles is false 37 PASS lastPointerEvent.bubbles is false
37 PASS lastPointerEvent.cancelable is false 38 PASS lastPointerEvent.cancelable is false
38 PASS lastPointerEvent.pointerId is 1 39 PASS lastPointerEvent.pointerId is 1
40 PASS lastPointerEvent.pointerType is "mouse"
39 PASS lastPointerEvent.isPrimary is true 41 PASS lastPointerEvent.isPrimary is true
40 PASS lastPointerEvent.clientX is 23 42 PASS lastPointerEvent.clientX is 23
41 PASS lastPointerEvent.clientY is 31 43 PASS lastPointerEvent.clientY is 31
42 PASS lastPointerEvent.layerX is 23 44 PASS lastPointerEvent.layerX is 23
43 PASS lastPointerEvent.layerY is 31 45 PASS lastPointerEvent.layerY is 31
44 PASS lastPointerEvent.movementX is 0 46 PASS lastPointerEvent.movementX is 0
45 PASS lastPointerEvent.movementY is 0 47 PASS lastPointerEvent.movementY is 0
46 PASS lastPointerEvent.offsetX is 5 48 PASS lastPointerEvent.offsetX is 5
47 PASS lastPointerEvent.offsetY is 5 49 PASS lastPointerEvent.offsetY is 5
48 PASS lastPointerEvent.pageX is 23 50 PASS lastPointerEvent.pageX is 23
49 PASS lastPointerEvent.pageY is 31 51 PASS lastPointerEvent.pageY is 31
50 PASS lastPointerEvent.screenX is 23 52 PASS lastPointerEvent.screenX is 23
51 PASS lastPointerEvent.screenY is 31 53 PASS lastPointerEvent.screenY is 31
52 PASS lastPointerEvent.x is 23 54 PASS lastPointerEvent.x is 23
53 PASS lastPointerEvent.y is 31 55 PASS lastPointerEvent.y is 31
54 PASS lastPointerEvent.button is -1 56 PASS lastPointerEvent.button is -1
55 PASS lastPointerEvent.buttons is 0 57 PASS lastPointerEvent.buttons is 0
56 PASS lastPointerEvent.pressure is 0 58 PASS lastPointerEvent.pressure is 0
57 Received pointermove 59 Received pointermove
58 Received mousemove 60 Received mousemove
59 PASS lastPointerEvent is non-null. 61 PASS lastPointerEvent is non-null.
60 PASS lastPointerEvent.type is "pointermove" 62 PASS lastPointerEvent.type is "pointermove"
61 PASS lastPointerEvent.bubbles is true 63 PASS lastPointerEvent.bubbles is true
62 PASS lastPointerEvent.cancelable is true 64 PASS lastPointerEvent.cancelable is true
63 PASS lastPointerEvent.pointerId is 1 65 PASS lastPointerEvent.pointerId is 1
66 PASS lastPointerEvent.pointerType is "mouse"
64 PASS lastPointerEvent.isPrimary is true 67 PASS lastPointerEvent.isPrimary is true
65 PASS lastPointerEvent.clientX is 23 68 PASS lastPointerEvent.clientX is 23
66 PASS lastPointerEvent.clientY is 31 69 PASS lastPointerEvent.clientY is 31
67 PASS lastPointerEvent.layerX is 23 70 PASS lastPointerEvent.layerX is 23
68 PASS lastPointerEvent.layerY is 31 71 PASS lastPointerEvent.layerY is 31
69 PASS lastPointerEvent.movementX is 0 72 PASS lastPointerEvent.movementX is 0
70 PASS lastPointerEvent.movementY is 0 73 PASS lastPointerEvent.movementY is 0
71 PASS lastPointerEvent.offsetX is 5 74 PASS lastPointerEvent.offsetX is 5
72 PASS lastPointerEvent.offsetY is 5 75 PASS lastPointerEvent.offsetY is 5
73 PASS lastPointerEvent.pageX is 23 76 PASS lastPointerEvent.pageX is 23
74 PASS lastPointerEvent.pageY is 31 77 PASS lastPointerEvent.pageY is 31
75 PASS lastPointerEvent.screenX is 23 78 PASS lastPointerEvent.screenX is 23
76 PASS lastPointerEvent.screenY is 31 79 PASS lastPointerEvent.screenY is 31
77 PASS lastPointerEvent.x is 23 80 PASS lastPointerEvent.x is 23
78 PASS lastPointerEvent.y is 31 81 PASS lastPointerEvent.y is 31
79 PASS lastPointerEvent.button is -1 82 PASS lastPointerEvent.button is -1
80 PASS lastPointerEvent.buttons is 0 83 PASS lastPointerEvent.buttons is 0
81 PASS lastPointerEvent.pressure is 0 84 PASS lastPointerEvent.pressure is 0
82 85
83 --- move within target --- 86 --- move within target ---
84 Received pointermove 87 Received pointermove
85 Received mousemove 88 Received mousemove
86 PASS lastPointerEvent is non-null. 89 PASS lastPointerEvent is non-null.
87 PASS lastPointerEvent.type is "pointermove" 90 PASS lastPointerEvent.type is "pointermove"
88 PASS lastPointerEvent.bubbles is true 91 PASS lastPointerEvent.bubbles is true
89 PASS lastPointerEvent.cancelable is true 92 PASS lastPointerEvent.cancelable is true
90 PASS lastPointerEvent.pointerId is 1 93 PASS lastPointerEvent.pointerId is 1
94 PASS lastPointerEvent.pointerType is "mouse"
91 PASS lastPointerEvent.isPrimary is true 95 PASS lastPointerEvent.isPrimary is true
92 PASS lastPointerEvent.clientX is 25 96 PASS lastPointerEvent.clientX is 25
93 PASS lastPointerEvent.clientY is 41 97 PASS lastPointerEvent.clientY is 41
94 PASS lastPointerEvent.layerX is 25 98 PASS lastPointerEvent.layerX is 25
95 PASS lastPointerEvent.layerY is 41 99 PASS lastPointerEvent.layerY is 41
96 PASS lastPointerEvent.movementX is 0 100 PASS lastPointerEvent.movementX is 0
97 PASS lastPointerEvent.movementY is 0 101 PASS lastPointerEvent.movementY is 0
98 PASS lastPointerEvent.offsetX is 7 102 PASS lastPointerEvent.offsetX is 7
99 PASS lastPointerEvent.offsetY is 15 103 PASS lastPointerEvent.offsetY is 15
100 PASS lastPointerEvent.pageX is 25 104 PASS lastPointerEvent.pageX is 25
101 PASS lastPointerEvent.pageY is 41 105 PASS lastPointerEvent.pageY is 41
102 PASS lastPointerEvent.screenX is 25 106 PASS lastPointerEvent.screenX is 25
103 PASS lastPointerEvent.screenY is 41 107 PASS lastPointerEvent.screenY is 41
104 PASS lastPointerEvent.x is 25 108 PASS lastPointerEvent.x is 25
105 PASS lastPointerEvent.y is 41 109 PASS lastPointerEvent.y is 41
106 PASS lastPointerEvent.button is -1 110 PASS lastPointerEvent.button is -1
107 PASS lastPointerEvent.buttons is 0 111 PASS lastPointerEvent.buttons is 0
108 PASS lastPointerEvent.pressure is 0 112 PASS lastPointerEvent.pressure is 0
109 Received pointermove 113 Received pointermove
110 Received mousemove 114 Received mousemove
111 PASS lastPointerEvent is non-null. 115 PASS lastPointerEvent is non-null.
112 PASS lastPointerEvent.type is "pointermove" 116 PASS lastPointerEvent.type is "pointermove"
113 PASS lastPointerEvent.bubbles is true 117 PASS lastPointerEvent.bubbles is true
114 PASS lastPointerEvent.cancelable is true 118 PASS lastPointerEvent.cancelable is true
115 PASS lastPointerEvent.pointerId is 1 119 PASS lastPointerEvent.pointerId is 1
120 PASS lastPointerEvent.pointerType is "mouse"
116 PASS lastPointerEvent.isPrimary is true 121 PASS lastPointerEvent.isPrimary is true
117 PASS lastPointerEvent.clientX is 23 122 PASS lastPointerEvent.clientX is 23
118 PASS lastPointerEvent.clientY is 31 123 PASS lastPointerEvent.clientY is 31
119 PASS lastPointerEvent.layerX is 23 124 PASS lastPointerEvent.layerX is 23
120 PASS lastPointerEvent.layerY is 31 125 PASS lastPointerEvent.layerY is 31
121 PASS lastPointerEvent.movementX is 0 126 PASS lastPointerEvent.movementX is 0
122 PASS lastPointerEvent.movementY is 0 127 PASS lastPointerEvent.movementY is 0
123 PASS lastPointerEvent.offsetX is 5 128 PASS lastPointerEvent.offsetX is 5
124 PASS lastPointerEvent.offsetY is 5 129 PASS lastPointerEvent.offsetY is 5
125 PASS lastPointerEvent.pageX is 23 130 PASS lastPointerEvent.pageX is 23
126 PASS lastPointerEvent.pageY is 31 131 PASS lastPointerEvent.pageY is 31
127 PASS lastPointerEvent.screenX is 23 132 PASS lastPointerEvent.screenX is 23
128 PASS lastPointerEvent.screenY is 31 133 PASS lastPointerEvent.screenY is 31
129 PASS lastPointerEvent.x is 23 134 PASS lastPointerEvent.x is 23
130 PASS lastPointerEvent.y is 31 135 PASS lastPointerEvent.y is 31
131 PASS lastPointerEvent.button is -1 136 PASS lastPointerEvent.button is -1
132 PASS lastPointerEvent.buttons is 0 137 PASS lastPointerEvent.buttons is 0
133 PASS lastPointerEvent.pressure is 0 138 PASS lastPointerEvent.pressure is 0
134 139
135 --- click each button --- 140 --- click each button ---
136 Received pointerdown 141 Received pointerdown
137 Received mousedown 142 Received mousedown
138 PASS lastPointerEvent is non-null. 143 PASS lastPointerEvent is non-null.
139 PASS lastPointerEvent.type is "pointerdown" 144 PASS lastPointerEvent.type is "pointerdown"
140 PASS lastPointerEvent.bubbles is true 145 PASS lastPointerEvent.bubbles is true
141 PASS lastPointerEvent.cancelable is true 146 PASS lastPointerEvent.cancelable is true
142 PASS lastPointerEvent.pointerId is 1 147 PASS lastPointerEvent.pointerId is 1
148 PASS lastPointerEvent.pointerType is "mouse"
143 PASS lastPointerEvent.isPrimary is true 149 PASS lastPointerEvent.isPrimary is true
144 PASS lastPointerEvent.clientX is 23 150 PASS lastPointerEvent.clientX is 23
145 PASS lastPointerEvent.clientY is 31 151 PASS lastPointerEvent.clientY is 31
146 PASS lastPointerEvent.layerX is 23 152 PASS lastPointerEvent.layerX is 23
147 PASS lastPointerEvent.layerY is 31 153 PASS lastPointerEvent.layerY is 31
148 PASS lastPointerEvent.movementX is 0 154 PASS lastPointerEvent.movementX is 0
149 PASS lastPointerEvent.movementY is 0 155 PASS lastPointerEvent.movementY is 0
150 PASS lastPointerEvent.offsetX is 5 156 PASS lastPointerEvent.offsetX is 5
151 PASS lastPointerEvent.offsetY is 5 157 PASS lastPointerEvent.offsetY is 5
152 PASS lastPointerEvent.pageX is 23 158 PASS lastPointerEvent.pageX is 23
153 PASS lastPointerEvent.pageY is 31 159 PASS lastPointerEvent.pageY is 31
154 PASS lastPointerEvent.screenX is 23 160 PASS lastPointerEvent.screenX is 23
155 PASS lastPointerEvent.screenY is 31 161 PASS lastPointerEvent.screenY is 31
156 PASS lastPointerEvent.x is 23 162 PASS lastPointerEvent.x is 23
157 PASS lastPointerEvent.y is 31 163 PASS lastPointerEvent.y is 31
158 PASS lastPointerEvent.button is 0 164 PASS lastPointerEvent.button is 0
159 PASS lastPointerEvent.buttons is 1 165 PASS lastPointerEvent.buttons is 1
160 PASS lastPointerEvent.pressure is 0.5 166 PASS lastPointerEvent.pressure is 0.5
161 Received pointerup 167 Received pointerup
162 Received mouseup 168 Received mouseup
163 PASS lastPointerEvent is non-null. 169 PASS lastPointerEvent is non-null.
164 PASS lastPointerEvent.type is "pointerup" 170 PASS lastPointerEvent.type is "pointerup"
165 PASS lastPointerEvent.bubbles is true 171 PASS lastPointerEvent.bubbles is true
166 PASS lastPointerEvent.cancelable is true 172 PASS lastPointerEvent.cancelable is true
167 PASS lastPointerEvent.pointerId is 1 173 PASS lastPointerEvent.pointerId is 1
174 PASS lastPointerEvent.pointerType is "mouse"
168 PASS lastPointerEvent.isPrimary is true 175 PASS lastPointerEvent.isPrimary is true
169 PASS lastPointerEvent.clientX is 23 176 PASS lastPointerEvent.clientX is 23
170 PASS lastPointerEvent.clientY is 31 177 PASS lastPointerEvent.clientY is 31
171 PASS lastPointerEvent.layerX is 23 178 PASS lastPointerEvent.layerX is 23
172 PASS lastPointerEvent.layerY is 31 179 PASS lastPointerEvent.layerY is 31
173 PASS lastPointerEvent.movementX is 0 180 PASS lastPointerEvent.movementX is 0
174 PASS lastPointerEvent.movementY is 0 181 PASS lastPointerEvent.movementY is 0
175 PASS lastPointerEvent.offsetX is 5 182 PASS lastPointerEvent.offsetX is 5
176 PASS lastPointerEvent.offsetY is 5 183 PASS lastPointerEvent.offsetY is 5
177 PASS lastPointerEvent.pageX is 23 184 PASS lastPointerEvent.pageX is 23
178 PASS lastPointerEvent.pageY is 31 185 PASS lastPointerEvent.pageY is 31
179 PASS lastPointerEvent.screenX is 23 186 PASS lastPointerEvent.screenX is 23
180 PASS lastPointerEvent.screenY is 31 187 PASS lastPointerEvent.screenY is 31
181 PASS lastPointerEvent.x is 23 188 PASS lastPointerEvent.x is 23
182 PASS lastPointerEvent.y is 31 189 PASS lastPointerEvent.y is 31
183 PASS lastPointerEvent.button is 0 190 PASS lastPointerEvent.button is 0
184 PASS lastPointerEvent.buttons is 0 191 PASS lastPointerEvent.buttons is 0
185 PASS lastPointerEvent.pressure is 0 192 PASS lastPointerEvent.pressure is 0
186 Received pointerdown 193 Received pointerdown
187 Received mousedown 194 Received mousedown
188 PASS lastPointerEvent is non-null. 195 PASS lastPointerEvent is non-null.
189 PASS lastPointerEvent.type is "pointerdown" 196 PASS lastPointerEvent.type is "pointerdown"
190 PASS lastPointerEvent.bubbles is true 197 PASS lastPointerEvent.bubbles is true
191 PASS lastPointerEvent.cancelable is true 198 PASS lastPointerEvent.cancelable is true
192 PASS lastPointerEvent.pointerId is 1 199 PASS lastPointerEvent.pointerId is 1
200 PASS lastPointerEvent.pointerType is "mouse"
193 PASS lastPointerEvent.isPrimary is true 201 PASS lastPointerEvent.isPrimary is true
194 PASS lastPointerEvent.clientX is 23 202 PASS lastPointerEvent.clientX is 23
195 PASS lastPointerEvent.clientY is 31 203 PASS lastPointerEvent.clientY is 31
196 PASS lastPointerEvent.layerX is 23 204 PASS lastPointerEvent.layerX is 23
197 PASS lastPointerEvent.layerY is 31 205 PASS lastPointerEvent.layerY is 31
198 PASS lastPointerEvent.movementX is 0 206 PASS lastPointerEvent.movementX is 0
199 PASS lastPointerEvent.movementY is 0 207 PASS lastPointerEvent.movementY is 0
200 PASS lastPointerEvent.offsetX is 5 208 PASS lastPointerEvent.offsetX is 5
201 PASS lastPointerEvent.offsetY is 5 209 PASS lastPointerEvent.offsetY is 5
202 PASS lastPointerEvent.pageX is 23 210 PASS lastPointerEvent.pageX is 23
203 PASS lastPointerEvent.pageY is 31 211 PASS lastPointerEvent.pageY is 31
204 PASS lastPointerEvent.screenX is 23 212 PASS lastPointerEvent.screenX is 23
205 PASS lastPointerEvent.screenY is 31 213 PASS lastPointerEvent.screenY is 31
206 PASS lastPointerEvent.x is 23 214 PASS lastPointerEvent.x is 23
207 PASS lastPointerEvent.y is 31 215 PASS lastPointerEvent.y is 31
208 PASS lastPointerEvent.button is 1 216 PASS lastPointerEvent.button is 1
209 PASS lastPointerEvent.buttons is 4 217 PASS lastPointerEvent.buttons is 4
210 PASS lastPointerEvent.pressure is 0.5 218 PASS lastPointerEvent.pressure is 0.5
211 Received pointerup 219 Received pointerup
212 Received mouseup 220 Received mouseup
213 PASS lastPointerEvent is non-null. 221 PASS lastPointerEvent is non-null.
214 PASS lastPointerEvent.type is "pointerup" 222 PASS lastPointerEvent.type is "pointerup"
215 PASS lastPointerEvent.bubbles is true 223 PASS lastPointerEvent.bubbles is true
216 PASS lastPointerEvent.cancelable is true 224 PASS lastPointerEvent.cancelable is true
217 PASS lastPointerEvent.pointerId is 1 225 PASS lastPointerEvent.pointerId is 1
226 PASS lastPointerEvent.pointerType is "mouse"
218 PASS lastPointerEvent.isPrimary is true 227 PASS lastPointerEvent.isPrimary is true
219 PASS lastPointerEvent.clientX is 23 228 PASS lastPointerEvent.clientX is 23
220 PASS lastPointerEvent.clientY is 31 229 PASS lastPointerEvent.clientY is 31
221 PASS lastPointerEvent.layerX is 23 230 PASS lastPointerEvent.layerX is 23
222 PASS lastPointerEvent.layerY is 31 231 PASS lastPointerEvent.layerY is 31
223 PASS lastPointerEvent.movementX is 0 232 PASS lastPointerEvent.movementX is 0
224 PASS lastPointerEvent.movementY is 0 233 PASS lastPointerEvent.movementY is 0
225 PASS lastPointerEvent.offsetX is 5 234 PASS lastPointerEvent.offsetX is 5
226 PASS lastPointerEvent.offsetY is 5 235 PASS lastPointerEvent.offsetY is 5
227 PASS lastPointerEvent.pageX is 23 236 PASS lastPointerEvent.pageX is 23
228 PASS lastPointerEvent.pageY is 31 237 PASS lastPointerEvent.pageY is 31
229 PASS lastPointerEvent.screenX is 23 238 PASS lastPointerEvent.screenX is 23
230 PASS lastPointerEvent.screenY is 31 239 PASS lastPointerEvent.screenY is 31
231 PASS lastPointerEvent.x is 23 240 PASS lastPointerEvent.x is 23
232 PASS lastPointerEvent.y is 31 241 PASS lastPointerEvent.y is 31
233 PASS lastPointerEvent.button is 1 242 PASS lastPointerEvent.button is 1
234 PASS lastPointerEvent.buttons is 0 243 PASS lastPointerEvent.buttons is 0
235 PASS lastPointerEvent.pressure is 0 244 PASS lastPointerEvent.pressure is 0
236 Received pointerdown 245 Received pointerdown
237 Received mousedown 246 Received mousedown
238 PASS lastPointerEvent is non-null. 247 PASS lastPointerEvent is non-null.
239 PASS lastPointerEvent.type is "pointerdown" 248 PASS lastPointerEvent.type is "pointerdown"
240 PASS lastPointerEvent.bubbles is true 249 PASS lastPointerEvent.bubbles is true
241 PASS lastPointerEvent.cancelable is true 250 PASS lastPointerEvent.cancelable is true
242 PASS lastPointerEvent.pointerId is 1 251 PASS lastPointerEvent.pointerId is 1
252 PASS lastPointerEvent.pointerType is "mouse"
243 PASS lastPointerEvent.isPrimary is true 253 PASS lastPointerEvent.isPrimary is true
244 PASS lastPointerEvent.clientX is 23 254 PASS lastPointerEvent.clientX is 23
245 PASS lastPointerEvent.clientY is 31 255 PASS lastPointerEvent.clientY is 31
246 PASS lastPointerEvent.layerX is 23 256 PASS lastPointerEvent.layerX is 23
247 PASS lastPointerEvent.layerY is 31 257 PASS lastPointerEvent.layerY is 31
248 PASS lastPointerEvent.movementX is 0 258 PASS lastPointerEvent.movementX is 0
249 PASS lastPointerEvent.movementY is 0 259 PASS lastPointerEvent.movementY is 0
250 PASS lastPointerEvent.offsetX is 5 260 PASS lastPointerEvent.offsetX is 5
251 PASS lastPointerEvent.offsetY is 5 261 PASS lastPointerEvent.offsetY is 5
252 PASS lastPointerEvent.pageX is 23 262 PASS lastPointerEvent.pageX is 23
253 PASS lastPointerEvent.pageY is 31 263 PASS lastPointerEvent.pageY is 31
254 PASS lastPointerEvent.screenX is 23 264 PASS lastPointerEvent.screenX is 23
255 PASS lastPointerEvent.screenY is 31 265 PASS lastPointerEvent.screenY is 31
256 PASS lastPointerEvent.x is 23 266 PASS lastPointerEvent.x is 23
257 PASS lastPointerEvent.y is 31 267 PASS lastPointerEvent.y is 31
258 PASS lastPointerEvent.button is 2 268 PASS lastPointerEvent.button is 2
259 PASS lastPointerEvent.buttons is 2 269 PASS lastPointerEvent.buttons is 2
260 PASS lastPointerEvent.pressure is 0.5 270 PASS lastPointerEvent.pressure is 0.5
261 Received pointerup 271 Received pointerup
262 Received mouseup 272 Received mouseup
263 PASS lastPointerEvent is non-null. 273 PASS lastPointerEvent is non-null.
264 PASS lastPointerEvent.type is "pointerup" 274 PASS lastPointerEvent.type is "pointerup"
265 PASS lastPointerEvent.bubbles is true 275 PASS lastPointerEvent.bubbles is true
266 PASS lastPointerEvent.cancelable is true 276 PASS lastPointerEvent.cancelable is true
267 PASS lastPointerEvent.pointerId is 1 277 PASS lastPointerEvent.pointerId is 1
278 PASS lastPointerEvent.pointerType is "mouse"
268 PASS lastPointerEvent.isPrimary is true 279 PASS lastPointerEvent.isPrimary is true
269 PASS lastPointerEvent.clientX is 23 280 PASS lastPointerEvent.clientX is 23
270 PASS lastPointerEvent.clientY is 31 281 PASS lastPointerEvent.clientY is 31
271 PASS lastPointerEvent.layerX is 23 282 PASS lastPointerEvent.layerX is 23
272 PASS lastPointerEvent.layerY is 31 283 PASS lastPointerEvent.layerY is 31
273 PASS lastPointerEvent.movementX is 0 284 PASS lastPointerEvent.movementX is 0
274 PASS lastPointerEvent.movementY is 0 285 PASS lastPointerEvent.movementY is 0
275 PASS lastPointerEvent.offsetX is 5 286 PASS lastPointerEvent.offsetX is 5
276 PASS lastPointerEvent.offsetY is 5 287 PASS lastPointerEvent.offsetY is 5
277 PASS lastPointerEvent.pageX is 23 288 PASS lastPointerEvent.pageX is 23
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 PASS lastPointerEvent.getModifierState('Symbol'); is true 628 PASS lastPointerEvent.getModifierState('Symbol'); is true
618 629
619 --- move mouse out of target --- 630 --- move mouse out of target ---
620 Received pointerout 631 Received pointerout
621 Received mouseout 632 Received mouseout
622 PASS lastPointerEvent is non-null. 633 PASS lastPointerEvent is non-null.
623 PASS lastPointerEvent.type is "pointerout" 634 PASS lastPointerEvent.type is "pointerout"
624 PASS lastPointerEvent.bubbles is true 635 PASS lastPointerEvent.bubbles is true
625 PASS lastPointerEvent.cancelable is true 636 PASS lastPointerEvent.cancelable is true
626 PASS lastPointerEvent.pointerId is 1 637 PASS lastPointerEvent.pointerId is 1
638 PASS lastPointerEvent.pointerType is "mouse"
627 PASS lastPointerEvent.isPrimary is true 639 PASS lastPointerEvent.isPrimary is true
628 PASS lastPointerEvent.clientX is 13 640 PASS lastPointerEvent.clientX is 13
629 PASS lastPointerEvent.clientY is 21 641 PASS lastPointerEvent.clientY is 21
630 PASS lastPointerEvent.layerX is 13 642 PASS lastPointerEvent.layerX is 13
631 PASS lastPointerEvent.layerY is 21 643 PASS lastPointerEvent.layerY is 21
632 PASS lastPointerEvent.movementX is 0 644 PASS lastPointerEvent.movementX is 0
633 PASS lastPointerEvent.movementY is 0 645 PASS lastPointerEvent.movementY is 0
634 PASS lastPointerEvent.offsetX is -5 646 PASS lastPointerEvent.offsetX is -5
635 PASS lastPointerEvent.offsetY is -5 647 PASS lastPointerEvent.offsetY is -5
636 PASS lastPointerEvent.pageX is 13 648 PASS lastPointerEvent.pageX is 13
637 PASS lastPointerEvent.pageY is 21 649 PASS lastPointerEvent.pageY is 21
638 PASS lastPointerEvent.screenX is 13 650 PASS lastPointerEvent.screenX is 13
639 PASS lastPointerEvent.screenY is 21 651 PASS lastPointerEvent.screenY is 21
640 PASS lastPointerEvent.x is 13 652 PASS lastPointerEvent.x is 13
641 PASS lastPointerEvent.y is 21 653 PASS lastPointerEvent.y is 21
642 PASS lastPointerEvent.button is -1 654 PASS lastPointerEvent.button is -1
643 PASS lastPointerEvent.buttons is 0 655 PASS lastPointerEvent.buttons is 0
644 PASS lastPointerEvent.pressure is 0 656 PASS lastPointerEvent.pressure is 0
645 Received pointerleave 657 Received pointerleave
646 Received mouseleave 658 Received mouseleave
647 PASS lastPointerEvent is non-null. 659 PASS lastPointerEvent is non-null.
648 PASS lastPointerEvent.type is "pointerleave" 660 PASS lastPointerEvent.type is "pointerleave"
649 PASS lastPointerEvent.bubbles is false 661 PASS lastPointerEvent.bubbles is false
650 PASS lastPointerEvent.cancelable is false 662 PASS lastPointerEvent.cancelable is false
651 PASS lastPointerEvent.pointerId is 1 663 PASS lastPointerEvent.pointerId is 1
664 PASS lastPointerEvent.pointerType is "mouse"
652 PASS lastPointerEvent.isPrimary is true 665 PASS lastPointerEvent.isPrimary is true
653 PASS lastPointerEvent.clientX is 13 666 PASS lastPointerEvent.clientX is 13
654 PASS lastPointerEvent.clientY is 21 667 PASS lastPointerEvent.clientY is 21
655 PASS lastPointerEvent.layerX is 13 668 PASS lastPointerEvent.layerX is 13
656 PASS lastPointerEvent.layerY is 21 669 PASS lastPointerEvent.layerY is 21
657 PASS lastPointerEvent.movementX is 0 670 PASS lastPointerEvent.movementX is 0
658 PASS lastPointerEvent.movementY is 0 671 PASS lastPointerEvent.movementY is 0
659 PASS lastPointerEvent.offsetX is -5 672 PASS lastPointerEvent.offsetX is -5
660 PASS lastPointerEvent.offsetY is -5 673 PASS lastPointerEvent.offsetY is -5
661 PASS lastPointerEvent.pageX is 13 674 PASS lastPointerEvent.pageX is 13
662 PASS lastPointerEvent.pageY is 21 675 PASS lastPointerEvent.pageY is 21
663 PASS lastPointerEvent.screenX is 13 676 PASS lastPointerEvent.screenX is 13
664 PASS lastPointerEvent.screenY is 21 677 PASS lastPointerEvent.screenY is 21
665 PASS lastPointerEvent.x is 13 678 PASS lastPointerEvent.x is 13
666 PASS lastPointerEvent.y is 21 679 PASS lastPointerEvent.y is 21
667 PASS lastPointerEvent.button is -1 680 PASS lastPointerEvent.button is -1
668 PASS lastPointerEvent.buttons is 0 681 PASS lastPointerEvent.buttons is 0
669 PASS lastPointerEvent.pressure is 0 682 PASS lastPointerEvent.pressure is 0
670 PASS successfullyParsed is true 683 PASS successfullyParsed is true
671 684
672 TEST COMPLETE 685 TEST COMPLETE
673 686
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698