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

Unified Diff: content/test/data/accessibility/aria/aria-posinset-expected-android.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: Rebase and Update code 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-android.txt
diff --git a/content/test/data/accessibility/aria/aria-posinset-expected-android.txt b/content/test/data/accessibility/aria/aria-posinset-expected-android.txt
index 4d08881f39f74aec61f30375cbcce217d5f6b381..fbfa8c76e1f9441aba3d19a8068f68a7421cab89 100644
--- a/content/test/data/accessibility/aria/aria-posinset-expected-android.txt
+++ b/content/test/data/accessibility/aria/aria-posinset-expected-android.txt
@@ -1,12 +1,36 @@
android.webkit.WebView focusable focused scrollable
-++android.widget.ListView collection item_count=4 row_count=4
+++android.widget.ListView collection item_count=2 row_count=2
++++android.view.View clickable collection_item focusable name='Item 1'
++++android.view.View clickable collection_item focusable name='Item 2' item_index=1 row_index=1
-++++android.view.View clickable collection_item focusable name='Item 3' item_index=2 row_index=2
-++++android.view.View clickable collection_item focusable name='Item 4' item_index=3 row_index=3
-++android.widget.ListView collection item_count=5 row_count=5
+++android.widget.ListView collection item_count=2 row_count=2
++++android.view.View clickable collection_item focusable name='Item 1'
++++android.view.View clickable collection_item focusable name='Item 2' item_index=1 row_index=1
-++++android.view.View clickable collection_item focusable name='Item 3' item_index=2 row_index=2
-++++android.view.View clickable collection_item focusable name='Item 4' item_index=3 row_index=3
-++++android.view.View clickable collection_item focusable name='Item 5' item_index=4 row_index=4
+++android.view.View
+++++android.widget.RadioButton checkable clickable focusable
+++++android.view.View clickable name='1'
+++++android.view.View clickable name='
+'
+++++android.widget.RadioButton checkable clickable focusable
+++++android.view.View clickable name='2'
+++android.view.View
+++++android.widget.RadioButton checkable clickable focusable
+++++android.view.View clickable name='Apple'
+++++android.view.View clickable name='
+'
+++++android.widget.RadioButton checkable clickable focusable
+++++android.view.View clickable name='Banana'
+++android.view.View name='Cake'
+++++android.view.View clickable name='Cake'
+++++android.view.View
+++++++android.widget.RadioButton checkable checked clickable focusable name='Chiffon cakes'
+++++++android.view.View clickable name='
+'
+++++++android.widget.RadioButton checkable clickable focusable name='Chocolate cakes'
+++android.view.View
+++++android.view.View
+++++++android.widget.RadioButton checkable clickable focusable
+++++++android.view.View clickable name='red'
+++++++android.view.View clickable name='
+'
+++++++android.widget.RadioButton checkable clickable focusable name='blue'
+++android.view.View clickable name='Done'

Powered by Google App Engine
This is Rietveld 408576698