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: third_party/WebKit/LayoutTests/accessibility/selection-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 selection-related states. 2 This tests that we report the correct selection-related states.
3 3
4 4
5 PASS accessibilityController.focusedElement.isMultiSelectable is true 5 PASS axSelectElement.isMultiSelectable is true
6 PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true 6 PASS axSelectElement.childAtIndex(0).isSelectable is true
7 PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true 7 PASS axSelectElement.childAtIndex(0).isSelected is true
8 PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true 8 PASS axSelectElement.childAtIndex(1).isSelectable is true
9 PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false 9 PASS axSelectElement.childAtIndex(1).isSelected is false
10 PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is fals e 10 PASS axSelectElement.childAtIndex(2).isSelectable is false
11 PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false 11 PASS axSelectElement.childAtIndex(2).isSelected is false
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/accessibility/selection-states.html ('k') | third_party/WebKit/Source/core/dom/AXObjectCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698