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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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:AXDescription='File'
3 @MAC-DENY:AXValue*
4 @MAC-ALLOW:AXLinkedUIElements*
5 @WIN-DENY:description=''
6 -->
7 <html>
8 <body>
9 <ul role="menubar" style="list-style-type: none">
10 <li role="menuitem" aria-controls="filemenu">File</span>
11 <li role="menuitem">Edit</span>
12 <li role="menuitem">View</span>
13 </ul>
14 <ul id="filemenu" role="menu" aria-label="File"
15 style="list-style-type: none">
16 <li role="menuitem">New</span>
17 <li role="menuitem">Open</span>
18 <li role="menuitem">Save</span>
19 <li role="menuitem">Quit</span>
20 </ul>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698