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

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

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

Powered by Google App Engine
This is Rietveld 408576698