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

Unified Diff: content/test/data/accessibility/aria-menuitemradio-expected-win.txt

Issue 633043002: Expose aria role menuitemcheckbox and menuitemradio with correct IA2 role.(Chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations for android according to comments 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
« no previous file with comments | « content/test/data/accessibility/aria-menuitemradio-expected-mac.txt ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria-menuitemradio-expected-win.txt
diff --git a/content/test/data/accessibility/aria-menuitemradio-expected-win.txt b/content/test/data/accessibility/aria-menuitemradio-expected-win.txt
index 4a1ccc509abcfb08d4fcfb3b4c317f6af10e62df..5940424ecacfed84ff36bbda44618f514d2529dc 100644
--- a/content/test/data/accessibility/aria-menuitemradio-expected-win.txt
+++ b/content/test/data/accessibility/aria-menuitemradio-expected-win.txt
@@ -1,7 +1,8 @@
-#<skip - Role not set correctly. http://crbug.com/169569
- - checkable:true attribute not set. http://crbug.com/169573>
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
- IA2_ROLE_RADIO_MENU_ITEM STATE_SYSTEM_CHECKED checkable:true
- ROLE_SYSTEM_TEXT name='Menu item 1' READONLY
- IA2_ROLE_RADIO_MENU_ITEM checkable:true
- ROLE_SYSTEM_TEXT name='Menu item 2' READONLY
+ ROLE_SYSTEM_MENUPOPUP xml-roles:menu
+ IA2_ROLE_RADIO_MENU_ITEM name='Menu item 1' xml-roles:menuitemradio checkable:true
+ ROLE_SYSTEM_STATICTEXT name='Menu item 1'
+ IA2_ROLE_RADIO_MENU_ITEM name='Menu item 2' CHECKED xml-roles:menuitemradio checkable:true
+ ROLE_SYSTEM_STATICTEXT name='Menu item 2'
+ IA2_ROLE_RADIO_MENU_ITEM name='Menu item 3' MIXED xml-roles:menuitemradio checkable:true
+ ROLE_SYSTEM_STATICTEXT name='Menu item 3'
« no previous file with comments | « content/test/data/accessibility/aria-menuitemradio-expected-mac.txt ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698