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

Side by Side Diff: content/test/data/accessibility/html/contenteditable-descendants-with-selection-expected-mac.txt

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 ++AXGroup AXValue='A contenteditable with a link and an and a . 2 ++AXGroup AXValue='A contenteditable with a link and an and a .
3 Always expose editable tables as tables. 3 Always expose editable tables as tables.
4 Editable list item.' 4 Editable list item.'
5 ++++AXGroup 5 ++++AXGroup
6 ++++++AXStaticText AXValue='A contenteditable with a ' 6 ++++++AXStaticText AXValue='A contenteditable with a '
7 ++++++AXLink AXTitle='link' 7 ++++++AXLink AXTitle='link'
8 ++++++++AXStaticText AXValue='link' 8 ++++++++AXStaticText AXValue='link'
9 ++++++AXStaticText AXValue=' and an ' 9 ++++++AXStaticText AXValue=' and an '
10 ++++++AXImage 10 ++++++AXImage AXDescription='Image'
11 ++++++AXStaticText AXValue=' and a ' 11 ++++++AXStaticText AXValue=' and a '
12 ++++++AXButton AXTitle='Button' 12 ++++++AXButton AXTitle='Button'
13 ++++++AXStaticText AXValue='.' 13 ++++++AXStaticText AXValue='.'
14 ++++AXTable 14 ++++AXTable
15 ++++++AXRow 15 ++++++AXRow
16 ++++++++AXCell 16 ++++++++AXCell
17 ++++++++++AXStaticText AXValue='Always expose editable tables as tables.' 17 ++++++++++AXStaticText AXValue='Always expose editable tables as tables.'
18 ++++++AXColumn 18 ++++++AXColumn
19 ++++++AXGroup 19 ++++++AXGroup
20 ++++AXList 20 ++++AXList
21 ++++++AXGroup AXTitle='Editable list item.' 21 ++++++AXGroup AXTitle='Editable list item.'
22 ++++++++AXListMarker AXValue='1' 22 ++++++++AXListMarker AXValue='1'
23 ++++++++AXStaticText AXValue='Editable list item.' 23 ++++++++AXStaticText AXValue='Editable list item.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698