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

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

Issue 2812003004: A treegrid should expose its rows in MSAA/IA2 as outlineitems. (Closed)
Patch Set: Fix test for aria-level 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 2 ++AXTable
3 ++++AXRow AXDisclosureLevel='0' 3 ++++AXRow AXDisclosureLevel='0'
4 ++++++AXCell AXTitle='Cell at level 1' 4 ++++++AXCell AXTitle='Cell at level 1'
5 ++++++++AXStaticText AXValue='Cell at level 1' 5 ++++++++AXStaticText AXValue='Cell at level 1'
6 ++++AXRow AXDisclosureLevel='1' 6 ++++AXRow AXDisclosureLevel='1'
7 ++++++AXCell AXTitle='Cell at level 2' 7 ++++++AXCell AXTitle='Cell at level 2'
8 ++++++++AXStaticText AXValue='Cell at level 2' 8 ++++++++AXStaticText AXValue='Cell at level 2'
9 ++++AXColumn 9 ++++AXColumn
10 ++++AXGroup 10 ++++AXGroup
11 ++AXTable
12 ++++AXRow AXDisclosureLevel='0'
13 ++++++AXCell AXTitle='Cell at level 1'
14 ++++++++AXStaticText AXValue='Cell at level 1'
15 ++++AXColumn
16 ++++AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698