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

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

Issue 13479003: Modify AccessibilityTreeFormatter to build up an internal representation of the tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 8 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:roleDescription=* 2 @MAC-ALLOW:AXRoleDescription=*
3 @WIN-ALLOW:checkable:* 3 @WIN-ALLOW:checkable:*
4 @WIN-DENY:name='' 4 @WIN-DENY:name=''
5 --> 5 -->
6 <html> 6 <html>
7 <body> 7 <body>
8 <div role="menu"> 8 <div role="menu">
9 <div role="aria-menuitemradio" aria-checked>Menu item 1</div> 9 <div role="aria-menuitemradio" aria-checked>Menu item 1</div>
10 <div role="aria-menuitemradio">Menu item 2</div> 10 <div role="aria-menuitemradio">Menu item 2</div>
11 </div> 11 </div>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698