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

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

Issue 2797463002: Added some more roles to the list of roles that calculate their names from content. (Closed)
Patch Set: Fixed test expectations. 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 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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698