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

Side by Side Diff: content/test/data/accessibility/aria/aria-row-attr-expected-win.txt

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix bad rebase 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 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE
2 ++ROLE_SYSTEM_TABLE rowcount:5
3 ++++ROLE_SYSTEM_ROW
4 ++++++ROLE_SYSTEM_COLUMNHEADER rowindex:3
5 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
6 ++++++ROLE_SYSTEM_COLUMNHEADER rowindex:3
7 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 3'
8 ++++++ROLE_SYSTEM_COLUMNHEADER rowindex:3 rowspan:2
9 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 4'
10 ++++ROLE_SYSTEM_ROW rowindex:4
11 ++++++ROLE_SYSTEM_CELL rowindex:4
12 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 2'
13 ++++++ROLE_SYSTEM_CELL rowindex:4
14 ++++++++ROLE_SYSTEM_STATICTEXT name='cell 3'
15 ++++ROLE_SYSTEM_COLUMN
16 ++++ROLE_SYSTEM_COLUMN
17 ++++ROLE_SYSTEM_COLUMN
18 ++++IA2_ROLE_SECTION
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698