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

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

Issue 738733005: Input type "number" is not exposed in Acc layer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 5 years, 11 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/html/input-types-expected-android.txt
diff --git a/content/test/data/accessibility/html/input-types-expected-android.txt b/content/test/data/accessibility/html/input-types-expected-android.txt
index f02b9bf758d8f14b25ea3cbb13f4360bd1335556..8cac9843d5d54c6f3f6f9b5acb362312be21d026 100644
--- a/content/test/data/accessibility/html/input-types-expected-android.txt
+++ b/content/test/data/accessibility/html/input-types-expected-android.txt
@@ -11,6 +11,16 @@ android.webkit.WebView focusable focused scrollable
android.view.View clickable name='Color:'
android.widget.Spinner clickable focusable name='#000000'
android.view.View
+ android.view.View clickable name='Date:'
+ android.widget.Spinner focusable input_type=20
+ android.view.View
+ android.view.View clickable name='DateTime:'
+ android.widget.EditText editable_text focusable input_type=4
+ android.view.View
+ android.view.View clickable name='DateTime-local:'
+ android.view.View focusable input_type=4
+ android.view.View
+ android.view.View
android.view.View clickable name='Email:'
android.widget.EditText editable_text focusable input_type=209
android.view.View
@@ -21,7 +31,10 @@ android.webkit.WebView focusable focused scrollable
android.widget.Button focusable
android.view.View
android.view.View clickable name='Number:'
- android.widget.EditText editable_text focusable input_type=2
+ android.widget.EditText focusable input_type=2
+ android.widget.EditText
+ android.widget.Button
+ android.widget.Button
android.view.View
android.view.View clickable name='Password:'
android.widget.EditText editable_text focusable password input_type=225
@@ -45,5 +58,12 @@ android.webkit.WebView focusable focused scrollable
android.view.View clickable name='Text:'
android.widget.EditText editable_text focusable input_type=1
android.view.View
+ android.view.View clickable name='Time:'
+ android.widget.Spinner focusable input_type=36
+ android.view.View
android.view.View clickable name='Url:'
android.widget.EditText editable_text focusable input_type=17
+ android.view.View
+ android.view.View clickable name='Week:'
+ android.view.View focusable input_type=4
+ android.view.View

Powered by Google App Engine
This is Rietveld 408576698