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

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

Issue 736023002: Add conversion rule for aria-grabbed attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Comment Created 5 years, 10 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:AXExpanded* 2 @MAC-ALLOW:AXExpanded*
3 @WIN-ALLOW:EXPANDED* 3 @WIN-ALLOW:EXPANDED*
4 @WIN-ALLOW:COLLAPSED* 4 @WIN-ALLOW:COLLAPSED*
5 @WIN-ALLOW:HASPOPUP* 5 @WIN-ALLOW:HASPOPUP*
6 --> 6 -->
7 <ul role="menu" style="list-style-type: none"> 7 <ul role="menu" style="list-style-type: none">
8 <li role="menuitem" aria-haspopup="true" aria-expanded="false">New</span> 8 <li role="menuitem" aria-haspopup="true" aria-expanded="false">New</li>
9 <li role="menuitem" aria-haspopup="true" aria-expanded="true">Open</span> 9 <li role="menuitem" aria-haspopup="true" aria-expanded="true">Open</li>
10 <li role="menuitem" aria-expanded="false">Save</span> 10 <li role="menuitem" aria-expanded="false">Save</li>
11 <li role="menuitem" aria-expanded="true">Quit</span> 11 <li role="menuitem" aria-expanded="true">Quit</li>
12 </ul> 12 </ul>
OLDNEW
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/test/data/accessibility/aria/aria-grabbed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698