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

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

Issue 1628283002: posinset and setsize for input type, radio, exposed in AX tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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-posinset-expected-win.txt
diff --git a/content/test/data/accessibility/aria/aria-posinset-expected-win.txt b/content/test/data/accessibility/aria/aria-posinset-expected-win.txt
index 6cae42b96c84c43dd4a2e094a2ecfbc2c5fec937..5c4d9c6b089f13edf9906823a1b433f3052e5828 100644
--- a/content/test/data/accessibility/aria/aria-posinset-expected-win.txt
+++ b/content/test/data/accessibility/aria/aria-posinset-expected-win.txt
@@ -10,3 +10,37 @@ ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
++++ROLE_SYSTEM_LISTITEM name='Item 3' FOCUSABLE setsize:5 posinset:3
++++ROLE_SYSTEM_LISTITEM name='Item 4' FOCUSABLE setsize:5 posinset:4
++++ROLE_SYSTEM_LISTITEM name='Item 5' FOCUSABLE setsize:5 posinset:5
+++IA2_ROLE_SECTION
+++++ROLE_SYSTEM_RADIOBUTTON FOCUSABLE setsize:2 posinset:1
+++++ROLE_SYSTEM_STATICTEXT name='Apple'
+++++ROLE_SYSTEM_WHITESPACE name='
+'
+++++ROLE_SYSTEM_RADIOBUTTON FOCUSABLE setsize:2 posinset:2
+++++ROLE_SYSTEM_STATICTEXT name='Banana'
+++IA2_ROLE_FORM
+++++ROLE_SYSTEM_RADIOBUTTON FOCUSABLE setsize:2 posinset:1
+++++ROLE_SYSTEM_STATICTEXT name='Blue'
+++++ROLE_SYSTEM_WHITESPACE name='
+'
+++++ROLE_SYSTEM_RADIOBUTTON FOCUSABLE setsize:2 posinset:2
+++++ROLE_SYSTEM_STATICTEXT name='Red'
+++IA2_ROLE_FORM
+++++ROLE_SYSTEM_RADIOBUTTON name='Circle' FOCUSABLE setsize:2 posinset:1
+++++ROLE_SYSTEM_WHITESPACE name='
+'
+++++ROLE_SYSTEM_RADIOBUTTON name='Rectangle' FOCUSABLE setsize:2 posinset:2
+++IA2_ROLE_FORM
+++++IA2_ROLE_PARAGRAPH
+++++++ROLE_SYSTEM_RADIOBUTTON name='Green Tea' setsize:2 posinset:1
+++++++ROLE_SYSTEM_WHITESPACE name='
+'
+++++++ROLE_SYSTEM_RADIOBUTTON name='Black Tea' setsize:2 posinset:2
+++IA2_ROLE_FORM
+++++ROLE_SYSTEM_GROUPING name='Cake'
+++++++IA2_ROLE_LABEL
+++++++++ROLE_SYSTEM_STATICTEXT name='Cake'
+++++++IA2_ROLE_SECTION
+++++++++ROLE_SYSTEM_RADIOBUTTON name='Chiffon cakes' FOCUSABLE setsize:2 posinset:1
+++++++++ROLE_SYSTEM_WHITESPACE name='
+'
+++++++++ROLE_SYSTEM_RADIOBUTTON name='Chocolate cakes' FOCUSABLE setsize:2 posinset:2

Powered by Google App Engine
This is Rietveld 408576698