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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt b/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
index cf42a233669d13a2ad2e4e7df7cd855d5e127d5b..6d3161f2f7f73d145e892c5cb8c4c6e031619489 100644
--- a/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/selection-states-expected.txt
@@ -2,13 +2,13 @@
This tests that we report the correct selection-related states.
-PASS accessibilityController.focusedElement.isMultiSelectable is true
-PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true
-PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true
-PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true
-PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false
-PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is false
-PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false
+PASS axSelectElement.isMultiSelectable is true
+PASS axSelectElement.childAtIndex(0).isSelectable is true
+PASS axSelectElement.childAtIndex(0).isSelected is true
+PASS axSelectElement.childAtIndex(1).isSelectable is true
+PASS axSelectElement.childAtIndex(1).isSelected is false
+PASS axSelectElement.childAtIndex(2).isSelectable is false
+PASS axSelectElement.childAtIndex(2).isSelected is false
PASS successfullyParsed is true
TEST COMPLETE
« 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