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

Side by Side Diff: content/test/data/accessibility/aria-valuemax-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 1 android.view.View focusable focused scrollable
2 android.widget.ProgressBar item_index=51 item_count=101 2 android.widget.ProgressBar range item_index=51 item_count=101 range_min=1 ra nge_max=101 range_current_value=51
3 android.view.View 3 android.view.View range range_min=2 range_max=102 range_current_value=52
4 android.widget.SeekBar item_index=53 item_count=103 4 android.widget.SeekBar range item_index=53 item_count=103 range_min=3 range_ max=103 range_current_value=53
5 android.widget.EditText 5 android.widget.EditText range_min=4 range_max=104 range_current_value=54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698