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

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

Issue 661393005: Accessible name of text fields on Android should prefer field value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scroll_to_make_visible
Patch Set: Remove extra line on win Created 6 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/input-text-value-expected-android.txt
diff --git a/content/test/data/accessibility/input-text-name-calc-expected-android.txt b/content/test/data/accessibility/input-text-value-expected-android.txt
similarity index 57%
copy from content/test/data/accessibility/input-text-name-calc-expected-android.txt
copy to content/test/data/accessibility/input-text-value-expected-android.txt
index 84cb5f7e63b7984cb3112ed7b84cc2d2fca2a983..6fc9180ad3c3a58e7624efc2aad9e0071b368231 100644
--- a/content/test/data/accessibility/input-text-name-calc-expected-android.txt
+++ b/content/test/data/accessibility/input-text-value-expected-android.txt
@@ -1,9 +1,13 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText clickable editable_text focusable name='Title0' input_type=1
- android.widget.EditText clickable editable_text focusable name='Title1' input_type=1
- android.widget.EditText clickable editable_text focusable name='AriaLabel2' input_type=1
- android.widget.EditText clickable editable_text focusable name='LabelledBy3' input_type=1
+ android.view.View clickable name='l1'
android.widget.EditText editable_text focusable input_type=1
- android.widget.EditText clickable editable_text focusable name='Title5' input_type=1
- android.widget.EditText clickable editable_text focusable name='LabelledBy6' input_type=1
+ android.view.View clickable name='l2'
+ android.widget.EditText clickable editable_text focusable name='value' input_type=1
+ android.widget.EditText clickable editable_text focusable name='l2' input_type=1
+ android.widget.EditText clickable editable_text focusable name='value' input_type=1
+ android.view.View clickable name='Email'
+ android.widget.EditText clickable editable_text focusable name='Email' input_type=1
+ android.widget.EditText clickable editable_text focusable name='value' input_type=1
+ android.widget.EditText clickable editable_text focusable multiline name='l5'
+ android.widget.EditText clickable editable_text focusable multiline name='Value'

Powered by Google App Engine
This is Rietveld 408576698