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

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

Issue 661083002: Add DumpAccessibilityTree tests (4 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: updating expectations for android 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
1 <!-- 1 <!--
2 @MAC-ALLOW:AXDescription='File'
3 @MAC-DENY:AXValue* 2 @MAC-DENY:AXValue*
4 @MAC-ALLOW:AXLinkedUIElements* 3 @MAC-ALLOW:AXLinkedUIElements*
5 @WIN-DENY:description='' 4 @WIN-DENY:description=''
6 --> 5 -->
7 <html> 6 <html>
8 <body> 7 <body>
9 <ul role="menubar" style="list-style-type: none"> 8 <ul role="menubar" style="list-style-type: none">
10 <li role="menuitem" aria-controls="filemenu">File</span> 9 <li role="menuitem" aria-controls="filemenu">File</span>
11 <li role="menuitem">Edit</span> 10 <li role="menuitem">Edit</span>
12 <li role="menuitem">View</span> 11 <li role="menuitem">View</span>
13 </ul> 12 </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> 13 </body>
22 </html> 14 </html>
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698