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

Side by Side Diff: content/test/data/accessibility/aria-menuitemradio.html

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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRoleDescription=* 2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:checkable:* 3 @WIN-ALLOW:checkable:*
4 @WIN-DENY:name='' 4 @WIN-ALLOW:xml-roles:*
5 @WIN-ALLOW:CHECKED*
6 @WIN-ALLOW:MIXED*
5 --> 7 -->
6 <html> 8 <html>
7 <body> 9 <body>
8 <div role="menu"> 10 <div role="menu">
9 <div role="aria-menuitemradio" aria-checked>Menu item 1</div> 11 <div role="menuitemradio">Menu item 1</div>
10 <div role="aria-menuitemradio">Menu item 2</div> 12 <div role="menuitemradio" aria-checked="true">Menu item 2</div>
13 <div role="menuitemradio" aria-checked="mixed">Menu item 3</div>
11 </div> 14 </div>
12 </body> 15 </body>
13 </html> 16 </html>
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698