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

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

Issue 11785038: Update and rebaseline many DumpAccessibilityTree tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove bug comments that no longer apply Created 7 years, 11 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:description='File' 2 @MAC-ALLOW:description='File'
3 @MAC-DENY:subrole*
4 @MAC-DENY:value* 3 @MAC-DENY:value*
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">File</span> 9 <li role="menuitem">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 role="menu" aria-label="File" style="list-style-type: none"> 13 <ul role="menu" aria-label="File" style="list-style-type: none">
15 <li role="menuitem">New</span> 14 <li role="menuitem">New</span>
16 <li role="menuitem">Open</span> 15 <li role="menuitem">Open</span>
17 <li role="menuitem">Save</span> 16 <li role="menuitem">Save</span>
18 <li role="menuitem">Quit</span> 17 <li role="menuitem">Quit</span>
19 </ul> 18 </ul>
20 </body> 19 </body>
21 </html> 20 </html>
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria-combobox-expected-win.txt ('k') | content/test/data/accessibility/button-name-calc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698