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

Side by Side Diff: content/test/data/accessibility/aria/aria-row-attr-expected-mac.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 AXWebArea
2 ++AXTable AXARIARowCount='5'
3 ++++AXRow
4 ++++++AXCell AXARIARowIndex='3'
5 ++++++++AXStaticText AXValue='cell 2'
6 ++++++AXCell AXARIARowIndex='3'
7 ++++++++AXStaticText AXValue='cell 3'
8 ++++++AXCell AXARIARowIndex='3'
9 ++++++++AXStaticText AXValue='cell 4'
10 ++++AXRow
11 ++++++AXCell AXARIARowIndex='4'
12 ++++++++AXStaticText AXValue='cell 2'
13 ++++++AXCell AXARIARowIndex='4'
14 ++++++++AXStaticText AXValue='cell 3'
15 ++++AXColumn
16 ++++AXColumn
17 ++++AXColumn
18 ++++AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698