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

Unified Diff: content/test/data/accessibility/aria/aria-combobox-expected-win.txt

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope Created 3 years, 7 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: content/test/data/accessibility/aria/aria-combobox-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-combobox-expected-win.txt b/content/test/data/accessibility/aria/aria-combobox-expected-win.txt
index be417c6baa977b1d8de36f4d5499cc11616ecbba..39e70209181d3174a1c1dff26ffc5bbad301f756 100644
--- a/content/test/data/accessibility/aria/aria-combobox-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-combobox-expected-win.txt
@@ -3,5 +3,5 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++++ROLE_SYSTEM_STATICTEXT name='State'
++++ROLE_SYSTEM_COMBOBOX name='State' READONLY FOCUSABLE
++ROLE_SYSTEM_LIST
-++++ROLE_SYSTEM_LISTITEM name='Alabama' FOCUSABLE
-++++ROLE_SYSTEM_LISTITEM name='Alaska' FOCUSABLE
+++++ROLE_SYSTEM_LISTITEM name='Alabama' FOCUSABLE SELECTABLE
+++++ROLE_SYSTEM_LISTITEM name='Alaska' FOCUSABLE SELECTABLE

Powered by Google App Engine
This is Rietveld 408576698