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

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

Issue 634533002: Fixing IA2 role for input type attribute in button and checkbox state with menu and aria role menu … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/aria-menu-expected-android.txt
diff --git a/content/test/data/accessibility/aria-menu-expected-android.txt b/content/test/data/accessibility/aria-menu-expected-android.txt
index d8d58597458728355dcb551f859c870e47f90704..6e3fac08330c4d5908653c4170b0175a04518a16 100644
--- a/content/test/data/accessibility/aria-menu-expected-android.txt
+++ b/content/test/data/accessibility/aria-menu-expected-android.txt
@@ -1,10 +1,10 @@
android.webkit.WebView focusable focused scrollable
android.view.View
- android.view.View clickable name='File'
- android.view.View clickable name='Edit'
- android.view.View clickable name='View'
+ android.view.MenuItem clickable name='File'
+ android.view.MenuItem clickable name='Edit'
+ android.view.MenuItem clickable name='View'
android.view.View name='File'
- android.view.View clickable name='New'
- android.view.View clickable name='Open'
- android.view.View clickable name='Save'
- android.view.View clickable name='Quit'
+ android.view.MenuItem clickable name='New'
+ android.view.MenuItem clickable name='Open'
+ android.view.MenuItem clickable name='Save'
+ android.view.MenuItem clickable name='Quit'

Powered by Google App Engine
This is Rietveld 408576698