summaryrefslogtreecommitdiffstats
path: root/content/test/data
diff options
context:
space:
mode:
authordmazzoni <dmazzoni@chromium.org>2014-12-17 16:25:08 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-18 00:26:44 +0000
commit16ba7bc7347973a51546bf44e9294580983e2bb3 (patch)
tree049d0847543037916cb0e49654461abad3b7dad5 /content/test/data
parenta1d0d9765fe193dfcd2eaad0c801c24398a75a5f (diff)
downloadchromium_src-16ba7bc7347973a51546bf44e9294580983e2bb3.zip
chromium_src-16ba7bc7347973a51546bf44e9294580983e2bb3.tar.gz
chromium_src-16ba7bc7347973a51546bf44e9294580983e2bb3.tar.bz2
Android objects that are focusable should be clickable.
Not inspired by a specific page, just an observation that anything focusable should be clickable, even if it doesn't have text - like an unlabeled empty text field. BUG=none Review URL: https://codereview.chromium.org/661433004 Cr-Commit-Position: refs/heads/master@{#308893}
Diffstat (limited to 'content/test/data')
-rw-r--r--content/test/data/accessibility/aria-busy-expected-android.txt4
-rw-r--r--content/test/data/accessibility/aria-button-expected-android.txt10
-rw-r--r--content/test/data/accessibility/aria-checkbox-expected-android.txt8
-rw-r--r--content/test/data/accessibility/aria-checked-expected-android.txt7
-rw-r--r--content/test/data/accessibility/aria-haspopup-expected-android.txt4
-rw-r--r--content/test/data/accessibility/aria-live-expected-android.txt6
-rw-r--r--content/test/data/accessibility/aria-radiogroup-expected-android.txt4
-rw-r--r--content/test/data/accessibility/aria-relevant-expected-android.txt10
-rw-r--r--content/test/data/accessibility/aria-spinbutton-expected-android.txt2
-rw-r--r--content/test/data/accessibility/embed-expected-android.txt2
-rw-r--r--content/test/data/accessibility/head-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-checkbox-expected-android.txt6
-rw-r--r--content/test/data/accessibility/input-checkbox-in-menu-expected-android.txt4
-rw-r--r--content/test/data/accessibility/input-datetime-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-radio-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-reset-expected-android.txt4
-rw-r--r--content/test/data/accessibility/input-search-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-submit-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-suggestions-source-element-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-tel-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-text-expected-android.txt2
-rw-r--r--content/test/data/accessibility/input-text-value-expected-android.txt4
-rw-r--r--content/test/data/accessibility/input-url-expected-android.txt2
-rw-r--r--content/test/data/accessibility/legend-expected-android.txt4
-rw-r--r--content/test/data/accessibility/object-expected-android.txt2
25 files changed, 49 insertions, 50 deletions
diff --git a/content/test/data/accessibility/aria-busy-expected-android.txt b/content/test/data/accessibility/aria-busy-expected-android.txt
index b2e1eb8..f9f9955 100644
--- a/content/test/data/accessibility/aria-busy-expected-android.txt
+++ b/content/test/data/accessibility/aria-busy-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-button-expected-android.txt b/content/test/data/accessibility/aria-button-expected-android.txt
index 92e9b8e..7852506 100644
--- a/content/test/data/accessibility/aria-button-expected-android.txt
+++ b/content/test/data/accessibility/aria-button-expected-android.txt
@@ -1,6 +1,6 @@
android.webkit.WebView focusable focused scrollable
- android.widget.Button focusable
- android.widget.ToggleButton checkable checked focusable
- android.widget.ToggleButton checkable focusable
- android.widget.Spinner focusable
- android.widget.Button focusable
+ android.widget.Button clickable focusable
+ android.widget.ToggleButton checkable checked clickable focusable
+ android.widget.ToggleButton checkable clickable focusable
+ android.widget.Spinner clickable focusable
+ android.widget.Button clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-checkbox-expected-android.txt b/content/test/data/accessibility/aria-checkbox-expected-android.txt
index 414cdfc..171d6c02 100644
--- a/content/test/data/accessibility/aria-checkbox-expected-android.txt
+++ b/content/test/data/accessibility/aria-checkbox-expected-android.txt
@@ -1,5 +1,5 @@
android.webkit.WebView focusable focused scrollable
- android.widget.CheckBox checkable checked focusable
- android.widget.CheckBox checkable focusable
- android.widget.CheckBox checkable focusable
- android.widget.CheckBox checkable focusable
+ android.widget.CheckBox checkable checked clickable focusable
+ android.widget.CheckBox checkable clickable focusable
+ android.widget.CheckBox checkable clickable focusable
+ android.widget.CheckBox checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-checked-expected-android.txt b/content/test/data/accessibility/aria-checked-expected-android.txt
index c7bd54e..ca88939 100644
--- a/content/test/data/accessibility/aria-checked-expected-android.txt
+++ b/content/test/data/accessibility/aria-checked-expected-android.txt
@@ -1,5 +1,4 @@
android.webkit.WebView focusable focused scrollable
- android.widget.CheckBox checkable checked focusable
- android.widget.CheckBox checkable focusable
- android.widget.CheckBox checkable focusable
-
+ android.widget.CheckBox checkable checked clickable focusable
+ android.widget.CheckBox checkable clickable focusable
+ android.widget.CheckBox checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-haspopup-expected-android.txt b/content/test/data/accessibility/aria-haspopup-expected-android.txt
index 1d24e58..58ed946 100644
--- a/content/test/data/accessibility/aria-haspopup-expected-android.txt
+++ b/content/test/data/accessibility/aria-haspopup-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
- android.widget.Spinner focusable
- android.widget.Spinner focusable
+ android.widget.Spinner clickable focusable
+ android.widget.Spinner clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-live-expected-android.txt b/content/test/data/accessibility/aria-live-expected-android.txt
index 587f907..66f9b46 100644
--- a/content/test/data/accessibility/aria-live-expected-android.txt
+++ b/content/test/data/accessibility/aria-live-expected-android.txt
@@ -1,4 +1,4 @@
android.webkit.WebView focusable focused scrollable
- android.view.View focusable
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=2
+ android.view.View clickable focusable
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=2 \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-radiogroup-expected-android.txt b/content/test/data/accessibility/aria-radiogroup-expected-android.txt
index 5120f11..6f093d3 100644
--- a/content/test/data/accessibility/aria-radiogroup-expected-android.txt
+++ b/content/test/data/accessibility/aria-radiogroup-expected-android.txt
@@ -1,4 +1,4 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.RadioButton checkable focusable
- android.widget.RadioButton checkable focusable
+ android.widget.RadioButton checkable clickable focusable
+ android.widget.RadioButton checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-relevant-expected-android.txt b/content/test/data/accessibility/aria-relevant-expected-android.txt
index 9c72435..efa7b76 100644
--- a/content/test/data/accessibility/aria-relevant-expected-android.txt
+++ b/content/test/data/accessibility/aria-relevant-expected-android.txt
@@ -1,6 +1,6 @@
android.webkit.WebView focusable focused scrollable
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=1
- android.view.View focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1
+ android.view.View clickable focusable live_region_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/aria-spinbutton-expected-android.txt b/content/test/data/accessibility/aria-spinbutton-expected-android.txt
index 9cd60b2..da1d826 100644
--- a/content/test/data/accessibility/aria-spinbutton-expected-android.txt
+++ b/content/test/data/accessibility/aria-spinbutton-expected-android.txt
@@ -1,2 +1,2 @@
android.webkit.WebView focusable focused scrollable
- android.widget.EditText focusable range_current_value=5
+ android.widget.EditText clickable focusable range_current_value=5 \ No newline at end of file
diff --git a/content/test/data/accessibility/embed-expected-android.txt b/content/test/data/accessibility/embed-expected-android.txt
index 947af64..33503c7 100644
--- a/content/test/data/accessibility/embed-expected-android.txt
+++ b/content/test/data/accessibility/embed-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.view.View focusable
+ android.view.View clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/head-expected-android.txt b/content/test/data/accessibility/head-expected-android.txt
index dfa2315..27ea57f 100644
--- a/content/test/data/accessibility/head-expected-android.txt
+++ b/content/test/data/accessibility/head-expected-android.txt
@@ -1 +1 @@
-android.webkit.WebView focusable focused scrollable \ No newline at end of file
+android.webkit.WebView clickable focusable focused scrollable \ No newline at end of file
diff --git a/content/test/data/accessibility/input-checkbox-expected-android.txt b/content/test/data/accessibility/input-checkbox-expected-android.txt
index 3e7546b..8fdb5b1 100644
--- a/content/test/data/accessibility/input-checkbox-expected-android.txt
+++ b/content/test/data/accessibility/input-checkbox-expected-android.txt
@@ -1,5 +1,5 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.CheckBox checkable checked focusable
- android.widget.CheckBox checkable focusable
- android.widget.CheckBox checkable focusable
+ android.widget.CheckBox checkable checked clickable focusable
+ android.widget.CheckBox checkable clickable focusable
+ android.widget.CheckBox checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/input-checkbox-in-menu-expected-android.txt b/content/test/data/accessibility/input-checkbox-in-menu-expected-android.txt
index e58ab3e..8ece7a8 100644
--- a/content/test/data/accessibility/input-checkbox-in-menu-expected-android.txt
+++ b/content/test/data/accessibility/input-checkbox-in-menu-expected-android.txt
@@ -1,5 +1,5 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.view.MenuItem checkable focusable
+ android.view.MenuItem checkable clickable focusable
android.view.View
- android.view.MenuItem checkable focusable
+ android.view.MenuItem checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/input-datetime-expected-android.txt b/content/test/data/accessibility/input-datetime-expected-android.txt
index f78a0172..4b5354a 100644
--- a/content/test/data/accessibility/input-datetime-expected-android.txt
+++ b/content/test/data/accessibility/input-datetime-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=4
+ android.widget.EditText clickable editable_text focusable input_type=4 \ No newline at end of file
diff --git a/content/test/data/accessibility/input-radio-expected-android.txt b/content/test/data/accessibility/input-radio-expected-android.txt
index 590fdf3..bd5ec87 100644
--- a/content/test/data/accessibility/input-radio-expected-android.txt
+++ b/content/test/data/accessibility/input-radio-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.RadioButton checkable focusable
+ android.widget.RadioButton checkable clickable focusable \ No newline at end of file
diff --git a/content/test/data/accessibility/input-reset-expected-android.txt b/content/test/data/accessibility/input-reset-expected-android.txt
index 4f4a4e5..f165691 100644
--- a/content/test/data/accessibility/input-reset-expected-android.txt
+++ b/content/test/data/accessibility/input-reset-expected-android.txt
@@ -1,4 +1,4 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=1
- android.widget.Button clickable focusable name='Reset'
+ android.widget.EditText clickable editable_text focusable input_type=1
+ android.widget.Button clickable focusable name='Reset' \ No newline at end of file
diff --git a/content/test/data/accessibility/input-search-expected-android.txt b/content/test/data/accessibility/input-search-expected-android.txt
index 58b2ffd..2c26e78 100644
--- a/content/test/data/accessibility/input-search-expected-android.txt
+++ b/content/test/data/accessibility/input-search-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable input_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/input-submit-expected-android.txt b/content/test/data/accessibility/input-submit-expected-android.txt
index 64c01bd..6d26370 100644
--- a/content/test/data/accessibility/input-submit-expected-android.txt
+++ b/content/test/data/accessibility/input-submit-expected-android.txt
@@ -1,4 +1,4 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable input_type=1
android.widget.Button clickable focusable name='Submit' \ No newline at end of file
diff --git a/content/test/data/accessibility/input-suggestions-source-element-expected-android.txt b/content/test/data/accessibility/input-suggestions-source-element-expected-android.txt
index 8f562cf..c30372d 100644
--- a/content/test/data/accessibility/input-suggestions-source-element-expected-android.txt
+++ b/content/test/data/accessibility/input-suggestions-source-element-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.Spinner focusable input_type=1 \ No newline at end of file
+ android.widget.Spinner clickable focusable input_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/input-tel-expected-android.txt b/content/test/data/accessibility/input-tel-expected-android.txt
index 51ab125..34c198d 100644
--- a/content/test/data/accessibility/input-tel-expected-android.txt
+++ b/content/test/data/accessibility/input-tel-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=3 \ No newline at end of file
+ android.widget.EditText clickable editable_text focusable input_type=3 \ No newline at end of file
diff --git a/content/test/data/accessibility/input-text-expected-android.txt b/content/test/data/accessibility/input-text-expected-android.txt
index 58b2ffd..2c26e78 100644
--- a/content/test/data/accessibility/input-text-expected-android.txt
+++ b/content/test/data/accessibility/input-text-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable input_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/input-text-value-expected-android.txt b/content/test/data/accessibility/input-text-value-expected-android.txt
index 6fc9180..b535657 100644
--- a/content/test/data/accessibility/input-text-value-expected-android.txt
+++ b/content/test/data/accessibility/input-text-value-expected-android.txt
@@ -1,7 +1,7 @@
android.webkit.WebView focusable focused scrollable
android.view.View
android.view.View clickable name='l1'
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable 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
@@ -10,4 +10,4 @@ android.webkit.WebView focusable focused scrollable
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'
+ android.widget.EditText clickable editable_text focusable multiline name='Value' \ No newline at end of file
diff --git a/content/test/data/accessibility/input-url-expected-android.txt b/content/test/data/accessibility/input-url-expected-android.txt
index 8da4b4f..8d8bb66 100644
--- a/content/test/data/accessibility/input-url-expected-android.txt
+++ b/content/test/data/accessibility/input-url-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.widget.EditText editable_text focusable input_type=17
+ android.widget.EditText clickable editable_text focusable input_type=17 \ No newline at end of file
diff --git a/content/test/data/accessibility/legend-expected-android.txt b/content/test/data/accessibility/legend-expected-android.txt
index d3b5c13..b2229f4 100644
--- a/content/test/data/accessibility/legend-expected-android.txt
+++ b/content/test/data/accessibility/legend-expected-android.txt
@@ -4,6 +4,6 @@ android.webkit.WebView focusable focused scrollable
android.view.View clickable name='Browser Engine's:'
android.view.View
android.view.View clickable name='Browser: '
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable input_type=1
android.view.View clickable name='Rendering Engine: '
- android.widget.EditText editable_text focusable input_type=1
+ android.widget.EditText clickable editable_text focusable input_type=1 \ No newline at end of file
diff --git a/content/test/data/accessibility/object-expected-android.txt b/content/test/data/accessibility/object-expected-android.txt
index 947af64..33503c7 100644
--- a/content/test/data/accessibility/object-expected-android.txt
+++ b/content/test/data/accessibility/object-expected-android.txt
@@ -1,3 +1,3 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.view.View focusable
+ android.view.View clickable focusable \ No newline at end of file