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

Side by Side Diff: LayoutTests/accessibility/disabled-controls-not-focusable-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 1
2
2 This test makes sure that disabled form controls are not exposed as focusable. 3 This test makes sure that disabled form controls are not exposed as focusable.
3 4
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 6
6 7
7 button 8 button
8 PASS axElement.isFocusable is true 9 PASS axElement.isFocusable is true
9 PASS axElement.isFocusable is false 10 PASS axElement.isFocusable is false
10 text 11 text
11 PASS axElement.isFocusable is true 12 PASS axElement.isFocusable is true
(...skipping 16 matching lines...) Expand all
28 listbox 29 listbox
29 PASS axElement.isFocusable is true 30 PASS axElement.isFocusable is true
30 PASS axElement.isFocusable is false 31 PASS axElement.isFocusable is false
31 textarea 32 textarea
32 PASS axElement.isFocusable is true 33 PASS axElement.isFocusable is true
33 PASS axElement.isFocusable is false 34 PASS axElement.isFocusable is false
34 PASS successfullyParsed is true 35 PASS successfullyParsed is true
35 36
36 TEST COMPLETE 37 TEST COMPLETE
37 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698