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

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

Issue 1705853002: NOT FOR REVIEW. ax tree focus with debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash 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/listbox-enabled-states-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt b/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
index 4cc6ad8ed761875398024aae3a26a2aac2ae1a7d..d891afb60319d4dfd9037cb82e577bcf097db249 100644
--- a/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/listbox-enabled-states-expected.txt
@@ -2,12 +2,12 @@
This tests that we report the correct enabled state on a listbox.
-PASS accessibilityController.focusedElement.isEnabled is true
-PASS accessibilityController.focusedElement.childAtIndex(0).isEnabled is true
-PASS accessibilityController.focusedElement.childAtIndex(1).isEnabled is true
-PASS accessibilityController.focusedElement.childAtIndex(2).isEnabled is false
-PASS accessibilityController.focusedElement.childAtIndex(3).isEnabled is false
-PASS accessibilityController.focusedElement.childAtIndex(4).isEnabled is true
+PASS axSelectElement.isEnabled is true
+PASS axSelectElement.childAtIndex(0).isEnabled is true
+PASS axSelectElement.childAtIndex(1).isEnabled is true
+PASS axSelectElement.childAtIndex(2).isEnabled is false
+PASS axSelectElement.childAtIndex(3).isEnabled is false
+PASS axSelectElement.childAtIndex(4).isEnabled is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698