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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/disabled-controls-not-focusable-expected.txt

Issue 2572993002: Rebaseline for crrev.com/0151427d8ecd6ff854cffb3b741673ab043f7bd0 (Closed)
Patch Set: _ Created 4 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
2 This test makes sure that disabled form controls are not exposed as focusable. 1 This test makes sure that disabled form controls are not exposed as focusable.
3 2
4 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 ".
5 4
6 5
7 button 6 button
8 PASS axElement.isFocusable is true 7 PASS axElement.isFocusable is true
9 PASS axElement.isFocusable is false 8 PASS axElement.isFocusable is false
10 text 9 text
11 PASS axElement.isFocusable is true 10 PASS axElement.isFocusable is true
(...skipping 16 matching lines...) Expand all
28 listbox 27 listbox
29 PASS axElement.isFocusable is true 28 PASS axElement.isFocusable is true
30 PASS axElement.isFocusable is false 29 PASS axElement.isFocusable is false
31 textarea 30 textarea
32 PASS axElement.isFocusable is true 31 PASS axElement.isFocusable is true
33 PASS axElement.isFocusable is false 32 PASS axElement.isFocusable is false
34 PASS successfullyParsed is true 33 PASS successfullyParsed is true
35 34
36 TEST COMPLETE 35 TEST COMPLETE
37 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698