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

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

Issue 1012663002: Aria disabled does not apply to descendant elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed methods names to ..DisabledNode() Created 5 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 link submit
2 This tests that the aria-disabled attribute works. The text field should not be enabled. 3 This tests that the aria-disabled attribute works. The text field should not be enabled.
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 PASS succeeded is false 8 PASS textField.isEnabled is false
8 PASS succeeded is true 9 PASS textField.isEnabled is true
10 PASS group.isEnabled is false
11 PASS link.isEnabled is false
12 PASS button.isEnabled is true
9 PASS successfullyParsed is true 13 PASS successfullyParsed is true
10 14
11 TEST COMPLETE 15 TEST COMPLETE
12 16
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-disabled.html ('k') | Source/modules/accessibility/AXNodeObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698