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

Side by Side Diff: content/test/data/accessibility/aria/aria-tree-expected-android.txt

Issue 2165463003: Elements with an ARIA role of treeitem should be able to get their accessible name from their conte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 5 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
1 android.webkit.WebView focusable focused scrollable 1 android.webkit.WebView focusable focused scrollable
2 ++android.view.View role_description='tree' collection hierarchical 2 ++android.view.View role_description='tree' collection hierarchical row_count=6
3 ++++android.view.View role_description='tree item' clickable collection_item nam e='Animals'
4 ++++android.view.View role_description='tree item' clickable collection_item nam e='Domesticated' item_index=-1 row_index=1
5 ++++android.view.View clickable name='Dog'
6 ++++android.view.View clickable name='Cat'
7 ++++android.view.View role_description='tree item' clickable collection_item nam e='Wild' item_index=-1 row_index=4
8 ++++android.view.View role_description='tree item' clickable collection_item nam e='Plants' item_index=5 row_index=5
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria/aria-tree.html ('k') | content/test/data/accessibility/aria/aria-tree-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698