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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/access-key-for-all-elements-expected.txt

Issue 2619963002: Improve performance of access-key-for-all-elements.html. (Closed)
Patch Set: Follow review comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/access-key-for-all-elements.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This test checks to see if accesskey attributes works on all elements.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Check for A tag
7 PASS testElement.accessKey is defined.
8 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
9 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
10
11 Check for ABBR tag
12 PASS testElement.accessKey is defined.
13 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
14 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
15
16 Check for ACRONYM tag
17 PASS testElement.accessKey is defined.
18 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
19 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
20
21 Check for ADDRESS tag
22 PASS testElement.accessKey is defined.
23 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
24 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
25
26 Check for APPLET tag
27 PASS testElement.accessKey is defined.
28 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
29 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
30
31 Check for AREA tag
32 PASS testElement.accessKey is defined.
33 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
34 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
35
36 Check for ARTICLE tag
37 PASS testElement.accessKey is defined.
38 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
39 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
40
41 Check for ASIDE tag
42 PASS testElement.accessKey is defined.
43 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
44 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
45
46 Check for AUDIO tag
47 PASS testElement.accessKey is defined.
48 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
49 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
50
51 Check for B tag
52 PASS testElement.accessKey is defined.
53 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
54 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
55
56 Check for BASE tag
57 PASS testElement.accessKey is defined.
58 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
59 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
60
61 Check for BASEFONT tag
62 PASS testElement.accessKey is defined.
63 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
64 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
65
66 Check for BDO tag
67 PASS testElement.accessKey is defined.
68 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
69 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
70
71 Check for BGSOUND tag
72 PASS testElement.accessKey is defined.
73 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
74 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
75
76 Check for BIG tag
77 PASS testElement.accessKey is defined.
78 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
79 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
80
81 Check for BLOCKQUOTE tag
82 PASS testElement.accessKey is defined.
83 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
84 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
85
86 Check for BODY tag
87 PASS testElement.accessKey is defined.
88 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
89 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
90
91 Check for BR tag
92 PASS testElement.accessKey is defined.
93 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
94 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
95
96 Check for CANVAS tag
97 PASS testElement.accessKey is defined.
98 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
99 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
100
101 Check for CAPTION tag
102 PASS testElement.accessKey is defined.
103 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
104 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
105
106 Check for CENTER tag
107 PASS testElement.accessKey is defined.
108 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
109 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
110
111 Check for CITE tag
112 PASS testElement.accessKey is defined.
113 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
114 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
115
116 Check for CODE tag
117 PASS testElement.accessKey is defined.
118 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
119 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
120
121 Check for COL tag
122 PASS testElement.accessKey is defined.
123 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
124 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
125
126 Check for COLGROUP tag
127 PASS testElement.accessKey is defined.
128 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
129 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
130
131 Check for COMMAND tag
132 PASS testElement.accessKey is defined.
133 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
134 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
135
136 Check for DATALIST tag
137 PASS testElement.accessKey is defined.
138 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
139 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
140
141 Check for DD tag
142 PASS testElement.accessKey is defined.
143 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
144 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
145
146 Check for DEL tag
147 PASS testElement.accessKey is defined.
148 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
149 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
150
151 Check for DETAILS tag
152 PASS testElement.accessKey is defined.
153 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
154 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
155
156 Check for DFN tag
157 PASS testElement.accessKey is defined.
158 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
159 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
160
161 Check for DIR tag
162 PASS testElement.accessKey is defined.
163 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
164 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
165
166 Check for DIV tag
167 PASS testElement.accessKey is defined.
168 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
169 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
170
171 Check for DL tag
172 PASS testElement.accessKey is defined.
173 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
174 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
175
176 Check for DT tag
177 PASS testElement.accessKey is defined.
178 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
179 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
180
181 Check for EM tag
182 PASS testElement.accessKey is defined.
183 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
184 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
185
186 Check for EMBED tag
187 PASS testElement.accessKey is defined.
188 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
189 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
190
191 Check for FIELDSET tag
192 PASS testElement.accessKey is defined.
193 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
194 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
195
196 Check for FIGCAPTION tag
197 PASS testElement.accessKey is defined.
198 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
199 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
200
201 Check for FIGURE tag
202 PASS testElement.accessKey is defined.
203 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
204 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
205
206 Check for FONT tag
207 PASS testElement.accessKey is defined.
208 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
209 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
210
211 Check for FOOTER tag
212 PASS testElement.accessKey is defined.
213 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
214 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
215
216 Check for FORM tag
217 PASS testElement.accessKey is defined.
218 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
219 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
220
221 Check for FRAME tag
222 PASS testElement.accessKey is defined.
223 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
224 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
225
226 Check for FRAMESET tag
227 PASS testElement.accessKey is defined.
228 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
229 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
230
231 Check for H1 tag
232 PASS testElement.accessKey is defined.
233 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
234 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
235
236 Check for H2 tag
237 PASS testElement.accessKey is defined.
238 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
239 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
240
241 Check for H3 tag
242 PASS testElement.accessKey is defined.
243 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
244 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
245
246 Check for H4 tag
247 PASS testElement.accessKey is defined.
248 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
249 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
250
251 Check for H5 tag
252 PASS testElement.accessKey is defined.
253 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
254 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
255
256 Check for H6 tag
257 PASS testElement.accessKey is defined.
258 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
259 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
260
261 Check for HEAD tag
262 PASS testElement.accessKey is defined.
263 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
264 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
265
266 Check for HEADER tag
267 PASS testElement.accessKey is defined.
268 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
269 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
270
271 Check for HGROUP tag
272 PASS testElement.accessKey is defined.
273 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
274 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
275
276 Check for HR tag
277 PASS testElement.accessKey is defined.
278 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
279 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
280
281 Check for HTML tag
282 PASS testElement.accessKey is defined.
283 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
284 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
285
286 Check for I tag
287 PASS testElement.accessKey is defined.
288 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
289 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
290
291 Check for IFRAME tag
292 PASS testElement.accessKey is defined.
293 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
294 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
295
296 Check for IMG tag
297 PASS testElement.accessKey is defined.
298 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
299 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
300
301 Check for INS tag
302 PASS testElement.accessKey is defined.
303 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
304 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
305
306 Check for KBD tag
307 PASS testElement.accessKey is defined.
308 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
309 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
310
311 Check for KEYGEN tag
312 PASS testElement.accessKey is defined.
313 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
314 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
315
316 Check for LABEL tag
317 PASS testElement.accessKey is defined.
318 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
319 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
320
321 Check for LAYER tag
322 PASS testElement.accessKey is defined.
323 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
324 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
325
326 Check for LI tag
327 PASS testElement.accessKey is defined.
328 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
329 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
330
331 Check for LINK tag
332 PASS testElement.accessKey is defined.
333 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
334 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
335
336 Check for LISTING tag
337 PASS testElement.accessKey is defined.
338 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
339 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
340
341 Check for MAIN tag
342 PASS testElement.accessKey is defined.
343 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
344 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
345
346 Check for MAP tag
347 PASS testElement.accessKey is defined.
348 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
349 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
350
351 Check for MARK tag
352 PASS testElement.accessKey is defined.
353 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
354 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
355
356 Check for MARQUEE tag
357 PASS testElement.accessKey is defined.
358 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
359 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
360
361 Check for MENU tag
362 PASS testElement.accessKey is defined.
363 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
364 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
365
366 Check for META tag
367 PASS testElement.accessKey is defined.
368 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
369 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
370
371 Check for METER tag
372 PASS testElement.accessKey is defined.
373 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
374 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
375
376 Check for NAV tag
377 PASS testElement.accessKey is defined.
378 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
379 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
380
381 Check for NOBR tag
382 PASS testElement.accessKey is defined.
383 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
384 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
385
386 Check for NOEMBED tag
387 PASS testElement.accessKey is defined.
388 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
389 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
390
391 Check for NOFRAMES tag
392 PASS testElement.accessKey is defined.
393 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
394 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
395
396 Check for NOLAYER tag
397 PASS testElement.accessKey is defined.
398 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
399 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
400
401 Check for NOSCRIPT tag
402 PASS testElement.accessKey is defined.
403 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
404 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
405
406 Check for OBJECT tag
407 PASS testElement.accessKey is defined.
408 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
409 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
410
411 Check for OL tag
412 PASS testElement.accessKey is defined.
413 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
414 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
415
416 Check for OUTPUT tag
417 PASS testElement.accessKey is defined.
418 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
419 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
420
421 Check for P tag
422 PASS testElement.accessKey is defined.
423 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
424 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
425
426 Check for PARAM tag
427 PASS testElement.accessKey is defined.
428 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
429 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
430
431 Check for PLAINTEXT tag
432 PASS testElement.accessKey is defined.
433 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
434 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
435
436 Check for PRE tag
437 PASS testElement.accessKey is defined.
438 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
439 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
440
441 Check for PROGRESS tag
442 PASS testElement.accessKey is defined.
443 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
444 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
445
446 Check for Q tag
447 PASS testElement.accessKey is defined.
448 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
449 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
450
451 Check for RP tag
452 PASS testElement.accessKey is defined.
453 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
454 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
455
456 Check for RT tag
457 PASS testElement.accessKey is defined.
458 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
459 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
460
461 Check for RUBY tag
462 PASS testElement.accessKey is defined.
463 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
464 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
465
466 Check for S tag
467 PASS testElement.accessKey is defined.
468 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
469 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
470
471 Check for SAMP tag
472 PASS testElement.accessKey is defined.
473 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
474 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
475
476 Check for SCRIPT tag
477 PASS testElement.accessKey is defined.
478 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
479 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
480
481 Check for SECTION tag
482 PASS testElement.accessKey is defined.
483 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
484 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
485
486 Check for SMALL tag
487 PASS testElement.accessKey is defined.
488 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
489 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
490
491 Check for SOURCE tag
492 PASS testElement.accessKey is defined.
493 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
494 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
495
496 Check for SPAN tag
497 PASS testElement.accessKey is defined.
498 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
499 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
500
501 Check for STRIKE tag
502 PASS testElement.accessKey is defined.
503 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
504 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
505
506 Check for STRONG tag
507 PASS testElement.accessKey is defined.
508 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
509 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
510
511 Check for STYLE tag
512 PASS testElement.accessKey is defined.
513 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
514 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
515
516 Check for SUB tag
517 PASS testElement.accessKey is defined.
518 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
519 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
520
521 Check for SUMMARY tag
522 PASS testElement.accessKey is defined.
523 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
524 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
525
526 Check for SUP tag
527 PASS testElement.accessKey is defined.
528 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
529 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
530
531 Check for TABLE tag
532 PASS testElement.accessKey is defined.
533 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
534 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
535
536 Check for TBODY tag
537 PASS testElement.accessKey is defined.
538 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
539 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
540
541 Check for TD tag
542 PASS testElement.accessKey is defined.
543 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
544 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
545
546 Check for TFOOT tag
547 PASS testElement.accessKey is defined.
548 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
549 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
550
551 Check for TH tag
552 PASS testElement.accessKey is defined.
553 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
554 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
555
556 Check for THEAD tag
557 PASS testElement.accessKey is defined.
558 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
559 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
560
561 Check for TITLE tag
562 PASS testElement.accessKey is defined.
563 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
564 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
565
566 Check for TR tag
567 PASS testElement.accessKey is defined.
568 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
569 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
570
571 Check for TRACK tag
572 PASS testElement.accessKey is defined.
573 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
574 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
575
576 Check for TT tag
577 PASS testElement.accessKey is defined.
578 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
579 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
580
581 Check for U tag
582 PASS testElement.accessKey is defined.
583 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
584 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
585
586 Check for UL tag
587 PASS testElement.accessKey is defined.
588 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
589 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
590
591 Check for VAR tag
592 PASS testElement.accessKey is defined.
593 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
594 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
595
596 Check for VIDEO tag
597 PASS testElement.accessKey is defined.
598 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
599 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
600
601 Check for WBR tag
602 PASS testElement.accessKey is defined.
603 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
604 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
605
606 Check for XMP tag
607 PASS testElement.accessKey is defined.
608 PASS testElement.accessKey ='k'; testElement.accessKey == 'k' is true
609 PASS pressKey(testElement.accessKey);[clicked, focused] is [true, false]
610
611 PASS successfullyParsed is true
612
613 TEST COMPLETE
614
615
616
617
618
619
620
621
622
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/access-key-for-all-elements.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698