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

Unified Diff: content/test/data/accessibility/aria/aria-setsize-expected-android.txt

Issue 1063383005: Chromium side Implementation to expose aria properties - setsize & posinset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations on android Created 5 years, 8 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-setsize-expected-android.txt
diff --git a/content/test/data/accessibility/aria/aria-setsize-expected-android.txt b/content/test/data/accessibility/aria/aria-setsize-expected-android.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4d08881f39f74aec61f30375cbcce217d5f6b381
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-setsize-expected-android.txt
@@ -0,0 +1,12 @@
+android.webkit.WebView focusable focused scrollable
+++android.widget.ListView collection item_count=4 row_count=4
+++++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.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

Powered by Google App Engine
This is Rietveld 408576698