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

Side by Side Diff: content/test/data/accessibility/html/ol-expected-android.txt

Issue 2323043002: Too many accessible nodes were marked as clickable on Android (Closed)
Patch Set: Fix item markers Created 4 years, 2 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.widget.ListView collection hierarchical item_count=3 row_count=3 2 ++android.widget.ListView collection hierarchical item_count=3 row_count=3
3 ++++android.view.View collection_item 3 ++++android.view.View collection_item
4 ++++++android.view.View clickable name='1' 4 ++++++android.view.View name='1'
5 ++++++android.view.View clickable name='Chrome' 5 ++++++android.view.View name='Chrome'
6 ++++android.view.View collection_item item_index=1 row_index=1 6 ++++android.view.View collection_item item_index=1 row_index=1
7 ++++++android.view.View clickable name='2' 7 ++++++android.view.View name='2'
8 ++++++android.view.View clickable name='Safari' 8 ++++++android.view.View name='Safari'
9 ++++android.view.View collection_item item_index=2 row_index=2 9 ++++android.view.View collection_item item_index=2 row_index=2
10 ++++++android.view.View clickable name='3' 10 ++++++android.view.View name='3'
11 ++++++android.view.View clickable name='IE' 11 ++++++android.view.View name='IE'
12 ++android.widget.ListView collection hierarchical item_count=3 row_count=3 12 ++android.widget.ListView collection hierarchical item_count=3 row_count=3
13 ++++android.view.View collection_item 13 ++++android.view.View collection_item
14 ++++++android.view.View clickable name='10' 14 ++++++android.view.View name='10'
15 ++++++android.view.View clickable name='Android' 15 ++++++android.view.View name='Android'
16 ++++android.view.View collection_item item_index=1 row_index=1 16 ++++android.view.View collection_item item_index=1 row_index=1
17 ++++++android.view.View clickable name='11' 17 ++++++android.view.View name='11'
18 ++++++android.view.View clickable name='Mac' 18 ++++++android.view.View name='Mac'
19 ++++android.view.View collection_item item_index=2 row_index=2 19 ++++android.view.View collection_item item_index=2 row_index=2
20 ++++++android.view.View clickable name='12' 20 ++++++android.view.View name='12'
21 ++++++android.view.View clickable name='Windows' 21 ++++++android.view.View name='Windows'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698