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

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

Powered by Google App Engine
This is Rietveld 408576698