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

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

Issue 496313003: Adding DumpAccessibilityTree Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding expectations for android Created 6 years, 3 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5 <ol>
6 <li>Chrome</li>
7 <li>Safari</li>
8 <li>IE</li>
9 </ol>
10
11 <ol start="10">
12 <li>Android</li>
13 <li>Mac</li>
14 <li>Windows</li>
15 </ol>
16
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698