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

Side by Side Diff: content/test/data/accessibility/aria/aria-col-attr-expected-mac.txt

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Fix mac tests Created 3 years, 8 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 AXWebArea 1 AXWebArea
2 ++AXTable AXARIAColumnCount='5' 2 ++AXGrid AXARIAColumnCount='5'
3 ++++AXRow 3 ++++AXRow
4 ++++++AXCell AXTitle='cell 2' AXARIAColumnIndex='2' 4 ++++++AXCell AXTitle='cell 2' AXARIAColumnIndex='2'
5 ++++++++AXStaticText AXValue='cell 2' 5 ++++++++AXStaticText AXValue='cell 2'
6 ++++++AXCell AXTitle='cell 4' AXARIAColumnIndex='4' 6 ++++++AXCell AXTitle='cell 4' AXARIAColumnIndex='4'
7 ++++++++AXStaticText AXValue='cell 4' 7 ++++++++AXStaticText AXValue='cell 4'
8 ++++++AXCell AXTitle='cell 5' AXARIAColumnIndex='5' 8 ++++++AXCell AXTitle='cell 5' AXARIAColumnIndex='5'
9 ++++++++AXStaticText AXValue='cell 5' 9 ++++++++AXStaticText AXValue='cell 5'
10 ++++AXRow 10 ++++AXRow
11 ++++++AXCell AXTitle='cell 2' AXARIAColumnIndex='2' 11 ++++++AXCell AXTitle='cell 2' AXARIAColumnIndex='2'
12 ++++++++AXStaticText AXValue='cell 2' 12 ++++++++AXStaticText AXValue='cell 2'
13 ++++++AXCell AXTitle='cell 3' AXARIAColumnIndex='3' 13 ++++++AXCell AXTitle='cell 3' AXARIAColumnIndex='3'
14 ++++++++AXStaticText AXValue='cell 3' 14 ++++++++AXStaticText AXValue='cell 3'
15 ++++++AXCell AXTitle='cell 4' AXARIAColumnIndex='4' 15 ++++++AXCell AXTitle='cell 4' AXARIAColumnIndex='4'
16 ++++++++AXStaticText AXValue='cell 4' 16 ++++++++AXStaticText AXValue='cell 4'
17 ++++++AXCell AXTitle='cell 5' AXARIAColumnIndex='5' 17 ++++++AXCell AXTitle='cell 5' AXARIAColumnIndex='5'
18 ++++++++AXStaticText AXValue='cell 5' 18 ++++++++AXStaticText AXValue='cell 5'
19 ++++AXColumn 19 ++++AXColumn
20 ++++AXColumn 20 ++++AXColumn
21 ++++AXColumn 21 ++++AXColumn
22 ++++AXColumn 22 ++++AXColumn
23 ++++AXGroup 23 ++++AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698