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

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

Issue 1391393002: Fire pointerup/down events for corresponding mouse events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skipped the failing test. 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 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 1 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
2 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 2 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
3 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 3 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
4 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 4 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
5 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
6 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
7 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
8 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
9 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
10 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null
5 Verifies that pointer event parameters are correct when fired for mouse events. 11 Verifies that pointer event parameters are correct when fired for mouse events.
6 12
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 14
9 15
16 --- move mouse into target ---
10 Received mouseover 17 Received mouseover
11 FAIL lastPointerEvent should be non-null. Was null 18 FAIL lastPointerEvent should be non-null. Was null
12 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can not read property 'type' of null 19 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can not read property 'type' of null
13 Received mouseenter 20 Received mouseenter
14 FAIL lastPointerEvent should be non-null. Was null 21 FAIL lastPointerEvent should be non-null. Was null
15 FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Ca nnot read property 'type' of null 22 FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Ca nnot read property 'type' of null
23
24 --- click each button ---
25 Received mousedown
26 FAIL lastPointerEvent should be non-null. Was null
27 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
28 Received mouseup
29 FAIL lastPointerEvent should be non-null. Was null
30 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
31 Received mousedown
32 FAIL lastPointerEvent should be non-null. Was null
33 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
34 Received mouseup
35 FAIL lastPointerEvent should be non-null. Was null
36 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
37 Received mousedown
38 FAIL lastPointerEvent should be non-null. Was null
39 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
40 Received mouseup
41 FAIL lastPointerEvent should be non-null. Was null
42 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
43
44 --- click with each modifier ---
45 Received mousedown
46 FAIL lastPointerEvent should be non-null. Was null
47 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
48 FAIL lastPointerEvent.getModifierState('Control'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
49 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
50 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
51 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
52 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
53 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
54 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
55 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
56 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
57 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
58 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
59 Received mouseup
60 FAIL lastPointerEvent should be non-null. Was null
61 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
62 FAIL lastPointerEvent.getModifierState('Control'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
63 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
64 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
65 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
66 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
67 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
68 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
69 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
70 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
71 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
72 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
73 Received mousedown
74 FAIL lastPointerEvent should be non-null. Was null
75 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
76 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
77 FAIL lastPointerEvent.getModifierState('Shift'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null
78 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
79 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
80 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
81 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
82 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
83 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
84 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
85 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
86 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
87 Received mouseup
88 FAIL lastPointerEvent should be non-null. Was null
89 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
90 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
91 FAIL lastPointerEvent.getModifierState('Shift'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null
92 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
93 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
94 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
95 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
96 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
97 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
98 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
99 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
100 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
101 Received mousedown
102 FAIL lastPointerEvent should be non-null. Was null
103 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
104 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
105 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
106 FAIL lastPointerEvent.getModifierState('Meta'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null
107 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
108 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
109 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
110 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
111 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
112 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
113 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
114 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
115 Received mouseup
116 FAIL lastPointerEvent should be non-null. Was null
117 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
118 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
119 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
120 FAIL lastPointerEvent.getModifierState('Meta'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null
121 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
122 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
123 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
124 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
125 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
126 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
127 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
128 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
129 Received mousedown
130 FAIL lastPointerEvent should be non-null. Was null
131 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
132 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
133 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
134 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
135 FAIL lastPointerEvent.getModifierState('Alt'); should be true. Threw exception T ypeError: Cannot read property 'getModifierState' of null
136 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
137 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
138 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
139 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
140 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
141 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
142 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
143 Received mouseup
144 FAIL lastPointerEvent should be non-null. Was null
145 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
146 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
147 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
148 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
149 FAIL lastPointerEvent.getModifierState('Alt'); should be true. Threw exception T ypeError: Cannot read property 'getModifierState' of null
150 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
151 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
152 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
153 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
154 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
155 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
156 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
157 Received mousedown
158 FAIL lastPointerEvent should be non-null. Was null
159 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
160 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
161 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
162 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
163 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
164 FAIL lastPointerEvent.getModifierState('AltGraph'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null
165 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
166 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
167 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
168 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
169 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
170 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
171 Received mouseup
172 FAIL lastPointerEvent should be non-null. Was null
173 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
174 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
175 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
176 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
177 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
178 FAIL lastPointerEvent.getModifierState('AltGraph'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null
179 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
180 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
181 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
182 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
183 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
184 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
185 Received mousedown
186 FAIL lastPointerEvent should be non-null. Was null
187 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
188 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
189 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
190 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
191 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
192 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
193 FAIL lastPointerEvent.getModifierState('OS'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null
194 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
195 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
196 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
197 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
198 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
199 Received mouseup
200 FAIL lastPointerEvent should be non-null. Was null
201 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
202 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
203 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
204 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
205 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
206 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
207 FAIL lastPointerEvent.getModifierState('OS'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null
208 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
209 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
210 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
211 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
212 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
213 Received mousedown
214 FAIL lastPointerEvent should be non-null. Was null
215 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
216 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
217 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
218 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
219 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
220 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
221 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
222 FAIL lastPointerEvent.getModifierState('Fn'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null
223 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
224 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
225 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
226 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
227 Received mouseup
228 FAIL lastPointerEvent should be non-null. Was null
229 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
230 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
231 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
232 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
233 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
234 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
235 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
236 FAIL lastPointerEvent.getModifierState('Fn'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null
237 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
238 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
239 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
240 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
241 Received mousedown
242 FAIL lastPointerEvent should be non-null. Was null
243 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
244 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
245 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
246 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
247 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
248 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
249 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
250 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
251 FAIL lastPointerEvent.getModifierState('CapsLock'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null
252 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
253 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
254 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
255 Received mouseup
256 FAIL lastPointerEvent should be non-null. Was null
257 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
258 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
259 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
260 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
261 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
262 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
263 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
264 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
265 FAIL lastPointerEvent.getModifierState('CapsLock'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null
266 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
267 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
268 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
269 Received mousedown
270 FAIL lastPointerEvent should be non-null. Was null
271 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
272 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
273 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
274 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
275 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
276 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
277 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
278 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
279 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
280 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of null
281 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
282 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
283 Received mouseup
284 FAIL lastPointerEvent should be non-null. Was null
285 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
286 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
287 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
288 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
289 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
290 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
291 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
292 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
293 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
294 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of null
295 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
296 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
297 Received mousedown
298 FAIL lastPointerEvent should be non-null. Was null
299 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
300 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
301 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
302 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
303 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
304 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
305 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
306 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
307 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
308 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
309 FAIL lastPointerEvent.getModifierState('NumLock'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
310 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
311 Received mouseup
312 FAIL lastPointerEvent should be non-null. Was null
313 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
314 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
315 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
316 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
317 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
318 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
319 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
320 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
321 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
322 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
323 FAIL lastPointerEvent.getModifierState('NumLock'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
324 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null
325 Received mousedown
326 FAIL lastPointerEvent should be non-null. Was null
327 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null
328 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
329 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
330 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
331 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
332 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
333 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
334 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
335 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
336 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
337 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
338 FAIL lastPointerEvent.getModifierState('Symbol'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
339 Received mouseup
340 FAIL lastPointerEvent should be non-null. Was null
341 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null
342 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
343 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
344 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
345 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null
346 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
347 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
348 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null
349 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null
350 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null
351 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null
352 FAIL lastPointerEvent.getModifierState('Symbol'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null
353
354 --- move mouse out of target ---
16 Received mouseout 355 Received mouseout
17 FAIL lastPointerEvent should be non-null. Was null 356 FAIL lastPointerEvent should be non-null. Was null
18 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann ot read property 'type' of null 357 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann ot read property 'type' of null
19 Received mouseleave 358 Received mouseleave
20 FAIL lastPointerEvent should be non-null. Was null 359 FAIL lastPointerEvent should be non-null. Was null
21 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca nnot read property 'type' of null 360 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca nnot read property 'type' of null
22 FAIL successfullyParsed should be true. Was false. 361 FAIL successfullyParsed should be true. Was false.
23 362
24 TEST COMPLETE 363 TEST COMPLETE
25 364
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698