Index: content/test/data/accessibility/aria/aria-pressed-expected-android.txt |
diff --git a/content/test/data/accessibility/aria/aria-pressed-expected-android.txt b/content/test/data/accessibility/aria/aria-pressed-expected-android.txt |
index ed3e2b79c61a8288ce085e190746361333fab29b..2725bfab39286c0deea206b69954ba9ccabcb6d2 100644 |
--- a/content/test/data/accessibility/aria/aria-pressed-expected-android.txt |
+++ b/content/test/data/accessibility/aria/aria-pressed-expected-android.txt |
@@ -1,5 +1,5 @@ |
android.webkit.WebView focusable focused scrollable |
-++android.widget.Button clickable focusable name='Regular button' |
-++android.widget.ToggleButton checkable clickable focusable name='Toggle button unpressed' |
-++android.widget.ToggleButton checkable checked clickable focusable name='Toggle button pressed' |
-++android.widget.ToggleButton checkable checked clickable focusable name='Toggle button mixed' |
+++android.widget.Button role_description='button' clickable focusable name='Regular button' |
+++android.widget.ToggleButton role_description='toggle button' checkable clickable focusable name='Toggle button unpressed' |
+++android.widget.ToggleButton role_description='toggle button' checkable checked clickable focusable name='Toggle button pressed' |
+++android.widget.ToggleButton role_description='toggle button' checkable checked clickable focusable name='Toggle button mixed' |