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

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

Issue 795233004: aria-pressed on a button should expose checked on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating aria-button epxectations 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-button-expected-android.txt
diff --git a/content/test/data/accessibility/aria-button-expected-android.txt b/content/test/data/accessibility/aria-button-expected-android.txt
index 9b0086ed1fae504c1429d817f1bf720ff5f3830a..92e9b8e1317b435720fad088af94dd82a7c35339 100644
--- a/content/test/data/accessibility/aria-button-expected-android.txt
+++ b/content/test/data/accessibility/aria-button-expected-android.txt
@@ -1,7 +1,6 @@
-#<skip - http://crbug.com/171625>
android.webkit.WebView focusable focused scrollable
- android.widget.Button
- android.widget.ToggleButton checkable checked
- android.widget.ToggleButton checkable
- android.widget.Button
- android.widget.Button
+ android.widget.Button focusable
+ android.widget.ToggleButton checkable checked focusable
+ android.widget.ToggleButton checkable focusable
+ android.widget.Spinner focusable
+ android.widget.Button focusable

Powered by Google App Engine
This is Rietveld 408576698