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

Side by Side Diff: LayoutTests/accessibility/canvas-fallback-content-2-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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
OLDNEW
1 Link Button Button Button 1 Link Button Button Button
2
2 Focusable 3 Focusable
3 Heading 4 Heading
4 5
5 ARIA button 6 ARIA button
6 ARIA disabled button 7 ARIA disabled button
7 ARIA enabled button 8 ARIA enabled button
8 ARIA required button 9 ARIA required button
9 ARIA toggle button 10 ARIA toggle button
10 ARIA link 11 ARIA link
11 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content. 12 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content.
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 PASS axElement2.isRequired is axElement1.isRequired 368 PASS axElement2.isRequired is axElement1.isRequired
368 PASS axElement2.isChecked is axElement1.isChecked 369 PASS axElement2.isChecked is axElement1.isChecked
369 PASS axElement2.intValue is axElement1.intValue 370 PASS axElement2.intValue is axElement1.intValue
370 PASS axElement2.minValue is axElement1.minValue 371 PASS axElement2.minValue is axElement1.minValue
371 PASS axElement2.maxValue is axElement1.maxValue 372 PASS axElement2.maxValue is axElement1.maxValue
372 373
373 PASS successfullyParsed is true 374 PASS successfullyParsed is true
374 375
375 TEST COMPLETE 376 TEST COMPLETE
376 377
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698