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

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

Issue 1195353002: Add aria-owns DumpAccessibilityTree test and make it pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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 ++AXList
3 ++++AXGroup AXTitle='One'
4 ++++++AXGroup
5 ++++++++AXListMarker AXValue='•'
6 ++++++++AXStaticText AXValue='One'
7 ++++AXGroup AXTitle='Two'
8 ++++++AXGroup
9 ++++++++AXListMarker AXValue='•'
10 ++++++++AXStaticText AXValue='Two'
David Tseng 2015/06/22 20:58:29 Curious, if an author wanted to insert this listit
dmazzoni 2015/06/22 21:08:18 Right now the way to do that would be to simply li
11 ++AXGroup AXTitle='Three'
12 ++++AXGroup
13 ++++++AXListMarker AXValue='•'
14 ++++++AXStaticText AXValue='Three'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698