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

Side by Side Diff: content/test/data/accessibility/html/li.html

Issue 837123004: Add DumpAccessibilityTree tests (12 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed link bug Created 5 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:AXSubrole* 2 @MAC-ALLOW:AXSubrole*
3 @WIN-ALLOW:display*
3 --> 4 -->
4 <html> 5 <html>
5 <body> 6 <body>
6 <ul> 7 <ul>
7 <li>Item 1 8 <li>Item 1</li>
8 <li>Item 2 9 <li>Item 2</li>
9 <li>Item 3 10 <li>Item 3</li>
10 </ul> 11 </ul>
11 </body> 12 </body>
12 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698