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

Unified Diff: content/test/data/accessibility/aria-autocomplete-expected-android.txt

Issue 785943002: ARIA state/property aria-autocomplete should expose IA2_STATE_SUPPORTS_AUTOCOMPLETION. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations Created 6 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/accessibility/aria-autocomplete-expected-android.txt
diff --git a/content/test/data/accessibility/aria-autocomplete-expected-android.txt b/content/test/data/accessibility/aria-autocomplete-expected-android.txt
index 0ab359b3af6d4901caa0513107f4321a879e05a3..13a5ed3ae472389e1c1a3d18d3779f9b599f3747 100644
--- a/content/test/data/accessibility/aria-autocomplete-expected-android.txt
+++ b/content/test/data/accessibility/aria-autocomplete-expected-android.txt
@@ -1,4 +1,5 @@
android.webkit.WebView focusable focused scrollable
- android.view.View clickable name='autocomplete=inline'
- android.view.View clickable name='autocomplete=list'
- android.view.View clickable name='autocomplete=both'
+ android.widget.Spinner clickable name='autocomplete=inline'
+ android.widget.Spinner clickable name='autocomplete=list'
+ android.widget.Spinner clickable name='autocomplete=both'
+ android.widget.Spinner clickable name='autocomplete=none'

Powered by Google App Engine
This is Rietveld 408576698