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

Unified Diff: content/test/data/accessibility/input-types-expected-android.txt

Issue 739063002: Fix accessibility of remaining html form controls on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_tablet_popup
Patch Set: Update Mac expectations Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/input-types-expected-android.txt
diff --git a/content/test/data/accessibility/input-types-expected-android.txt b/content/test/data/accessibility/input-types-expected-android.txt
index c9af06bebf5717f7cda783a00ff8c7272033ff22..f02b9bf758d8f14b25ea3cbb13f4360bd1335556 100644
--- a/content/test/data/accessibility/input-types-expected-android.txt
+++ b/content/test/data/accessibility/input-types-expected-android.txt
@@ -9,7 +9,7 @@ android.webkit.WebView focusable focused scrollable
android.widget.CheckBox checkable clickable focusable name='Checkbox: '
android.view.View
android.view.View clickable name='Color:'
- android.view.View focusable
+ android.widget.Spinner clickable focusable name='#000000'
android.view.View
android.view.View clickable name='Email:'
android.widget.EditText editable_text focusable input_type=209
@@ -28,7 +28,7 @@ android.webkit.WebView focusable focused scrollable
android.widget.RadioButton checkable clickable focusable name='Radio: '
android.view.View
android.view.View clickable name='Range:'
- android.widget.SeekBar focusable range item_index=50 item_count=100 range_max=100 range_current_value=50
+ android.widget.SeekBar clickable focusable range name='50' item_index=50 item_count=100 range_max=100 range_current_value=50
android.view.View
android.view.View clickable name='Reset:'
android.widget.Button clickable focusable name='Reset'

Powered by Google App Engine
This is Rietveld 408576698