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

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

Issue 284113002: Always return a subrole when the Mac accessibility role is AXList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!--
2 @MAC-ALLOW:AXSubrole*
3 -->
4 <html>
5 <body>
6 <div role="list">
7 <div role="listitem">Item 1</div>
8 <div role="listitem">Item 2</div>
9 <div role="listitem">Item 3</div>
10 </div>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698