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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-disabled-expected.txt

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope Created 3 years, 6 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 link submit 2 link submit
3 treeitem
4 option
5 tab
6 gridcell
7 checkbox
3 This tests that the aria-disabled attribute works. The text field should not be enabled. 8 This tests that the aria-disabled attribute works. The text field should not be enabled.
4 9
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 11
7 12
8 PASS textField.isEnabled is false 13 PASS textField.isEnabled is false
9 PASS textField.isEnabled is true 14 PASS textField.isEnabled is true
10 PASS group.isEnabled is false 15 PASS group.isEnabled is false
11 PASS link.isEnabled is false 16 PASS link.isEnabled is false
12 PASS button.isEnabled is true 17 PASS button.isEnabled is true
18 PASS treeitem.isEnabled is false
19 PASS option.isEnabled is false
20 PASS tab.isEnabled is false
21 PASS gridcell.isEnabled is false
22 PASS checkbox.isEnabled is false
13 PASS successfullyParsed is true 23 PASS successfullyParsed is true
14 24
15 TEST COMPLETE 25 TEST COMPLETE
16 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698