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

Side by Side Diff: content/test/data/accessibility/aria-menuitemcheckbox.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
(Empty)
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:checkable:*
4 @WIN-ALLOW:xml-roles:*
5 @WIN-ALLOW:CHECKED*
6 @WIN-ALLOW:MIXED*
7 -->
8 <html>
9 <body>
10 <div role="menu">
11 <div role="menuitemcheckbox">Menu item 1</div>
12 <div role="menuitemcheckbox" aria-checked="true">Menu item 2</div>
13 <div role="menuitemcheckbox" aria-checked="mixed">Menu item 3</div>
14 </div>
15 </body>
16 </html>
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698