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

Side by Side Diff: content/test/data/accessibility/html/list.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
1 <!-- 1 <!--
2 @MAC-ALLOW:AXSubrole* 2 @MAC-ALLOW:AXSubrole*
3 --> 3 -->
4 <html> 4 <html>
5 <style type="text/css"> 5 <style type="text/css">
6 .inlineList li { 6 .inlineList li {
7 display: inline; 7 display: inline;
8 } 8 }
9 </style> 9 </style>
10 <body> 10 <body>
11 <ul> 11 <ul>
12 <li>tic</li> 12 <li>tic</li>
13 <li>tac</li> 13 <li>tac</li>
14 <li>toe</li> 14 <li>toe</li>
15 </ul> 15 </ul>
16 <ul class="inlineList"> 16 <ul class="inlineList">
17 <li>tic</li> 17 <li>tic</li>
18 <li>tac</li> 18 <li>tac</li>
19 <li>toe</li> 19 <li>toe</li>
20 </ul> 20 </ul>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698