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

Side by Side Diff: content/test/data/accessibility/aria/aria-sort.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:AXSortDirection* 2 @MAC-ALLOW:AXSortDirection*
3 --> 3 -->
4 <html> 4 <html>
5 <body> 5 <body>
6 <div role="grid"> 6 <div role="grid">
7 <div role="row"> 7 <div role="row">
8 <span role="columnheader" aria-sort="ascending">Alphabet</span> 8 <span role="columnheader" aria-sort="ascending">Alphabet</span>
9 </div> 9 </div>
10 <div role="row"> 10 <div role="row">
(...skipping 22 matching lines...) Expand all
33 </div> 33 </div>
34 <div role="row"> 34 <div role="row">
35 <span role="gridcell">A</span> 35 <span role="gridcell">A</span>
36 </div> 36 </div>
37 <div role="row"> 37 <div role="row">
38 <span role="gridcell">B</span> 38 <span role="gridcell">B</span>
39 </div> 39 </div>
40 </div> 40 </div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698