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

Side by Side Diff: content/test/data/accessibility/table-simple-expected-android.txt

Issue 67473013: Support KitKat accessibility APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dummy Mac and Win expectations Created 7 years 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.view.View focusable focused scrollable name='Table example' 1 android.view.View focusable focused scrollable name='Table example'
2 android.widget.GridView 2 android.widget.GridView collection row_count=2 column_count=3
3 android.view.View 3 android.view.View
4 android.view.View clickable name='A' 4 android.view.View clickable collection_item name='A' row_span=1 colu mn_span=1
5 android.view.View clickable name='B' 5 android.view.View clickable collection_item name='B' row_span=1 colu mn_index=1 column_span=1
6 android.view.View clickable name='C' 6 android.view.View clickable collection_item name='C' row_span=1 colu mn_index=2 column_span=1
7 android.view.View 7 android.view.View
8 android.view.View clickable name='D' 8 android.view.View clickable collection_item name='D' row_index=1 row _span=1 column_span=1
9 android.view.View clickable name='E' 9 android.view.View clickable collection_item name='E' row_index=1 row _span=1 column_index=1 column_span=1
10 android.view.View clickable name='F' 10 android.view.View clickable collection_item name='F' row_index=1 row _span=1 column_index=2 column_span=1
11 android.view.View 11 android.view.View
12 android.view.View 12 android.view.View
13 android.view.View 13 android.view.View
14 android.view.View 14 android.view.View
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698