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

Side by Side Diff: content/test/data/accessibility/aria/aria-table.html

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 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
(Empty)
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:xml-roles*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <div role="table">
9 <div role="row">
10 <span role="columnheader">Browser</span>
11 <span role="columnheader">Rendering Engine</span>
12 </div>
13 <div role="row">
14 <span role="cell">Chrome</span>
15 <span role="cell">Blink</span>
16 </div>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698