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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt

Issue 1589623002: Keep track of accessibility focus across windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final suggestions Created 4 years, 10 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 This tests that we report the correct enabled state on a listbox. 2 This tests that we report the correct enabled state on a listbox.
3 3
4 4
5 PASS accessibilityController.focusedElement.isEnabled is true 5 PASS axSelectElement.isEnabled is true
6 PASS accessibilityController.focusedElement.childAtIndex(0).isEnabled is true 6 PASS axSelectElement.childAtIndex(0).isEnabled is true
7 PASS accessibilityController.focusedElement.childAtIndex(1).isEnabled is true 7 PASS axSelectElement.childAtIndex(1).isEnabled is true
8 PASS accessibilityController.focusedElement.childAtIndex(2).isEnabled is false 8 PASS axSelectElement.childAtIndex(2).isEnabled is false
9 PASS accessibilityController.focusedElement.childAtIndex(3).isEnabled is false 9 PASS axSelectElement.childAtIndex(3).isEnabled is false
10 PASS accessibilityController.focusedElement.childAtIndex(4).isEnabled is true 10 PASS axSelectElement.childAtIndex(4).isEnabled is true
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698