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

Side by Side Diff: content/test/data/accessibility/html/ol.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, 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 4
5 <ol> 5 <ol>
6 <li>Chrome</li> 6 <li>Chrome</li>
7 <li>Safari</li> 7 <li>Safari</li>
8 <li>IE</li> 8 <li>IE</li>
9 </ol> 9 </ol>
10 10
11 <ol start="10"> 11 <ol start="10">
12 <li>Android</li> 12 <li>Android</li>
13 <li>Mac</li> 13 <li>Mac</li>
14 <li>Windows</li> 14 <li>Windows</li>
15 </ol> 15 </ol>
16 16
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698