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

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

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

Powered by Google App Engine
This is Rietveld 408576698