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

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

Issue 2165463003: Elements with an ARIA role of treeitem should be able to get their accessible name from their conte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations. Created 4 years, 5 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 AXRoleDescription='HTML content' 1 AXWebArea
2 ++AXOutline AXRoleDescription='outline' 2 ++AXOutline
3 ++++AXRow AXTitle='Animals'
4 ++++++AXStaticText AXValue='Animals'
5 ++++AXRow AXTitle='Domesticated'
6 ++++++AXStaticText AXValue='Domesticated'
7 ++++AXStaticText AXValue='Dog'
8 ++++AXStaticText AXValue='Cat'
9 ++++AXRow AXTitle='Wild'
10 ++++++AXStaticText AXValue='Wild'
11 ++++AXRow AXTitle='Plants'
12 ++++++AXStaticText AXValue='Plants'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698