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

Side by Side Diff: content/test/data/accessibility/aria/aria-posinset-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 unified diff | Download patch
OLDNEW
(Empty)
1 android.webkit.WebView focusable focused scrollable
2 ++android.widget.ListView collection item_count=4 row_count=4
3 ++++android.view.View clickable collection_item focusable name='Item 1'
4 ++++android.view.View clickable collection_item focusable name='Item 2' item_ind ex=1 row_index=1
5 ++++android.view.View clickable collection_item focusable name='Item 3' item_ind ex=2 row_index=2
6 ++++android.view.View clickable collection_item focusable name='Item 4' item_ind ex=3 row_index=3
7 ++android.widget.ListView collection item_count=5 row_count=5
8 ++++android.view.View clickable collection_item focusable name='Item 1'
9 ++++android.view.View clickable collection_item focusable name='Item 2' item_ind ex=1 row_index=1
10 ++++android.view.View clickable collection_item focusable name='Item 3' item_ind ex=2 row_index=2
11 ++++android.view.View clickable collection_item focusable name='Item 4' item_ind ex=3 row_index=3
12 ++++android.view.View clickable collection_item focusable name='Item 5' item_ind ex=4 row_index=4
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698