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

Side by Side Diff: content/test/data/accessibility/html/contenteditable-descendants-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 ' 5 '
6 ++++AXGroup 6 ++++AXGroup
7 ++++++AXStaticText AXValue='A contenteditable with a ' 7 ++++++AXStaticText AXValue='A contenteditable with a '
8 ++++++AXLink AXTitle='link' 8 ++++++AXLink AXTitle='link'
9 ++++++++AXStaticText AXValue='link' 9 ++++++++AXStaticText AXValue='link'
10 ++++++AXStaticText AXValue=' and an ' 10 ++++++AXStaticText AXValue=' and an '
11 ++++++AXImage 11 ++++++AXImage AXDescription='Image'
12 ++++++AXStaticText AXValue=' and a ' 12 ++++++AXStaticText AXValue=' and a '
13 ++++++AXButton AXTitle='Button' 13 ++++++AXButton AXTitle='Button'
14 ++++++AXStaticText AXValue='.' 14 ++++++AXStaticText AXValue='.'
15 ++++AXTable 15 ++++AXTable
16 ++++++AXRow 16 ++++++AXRow
17 ++++++++AXCell 17 ++++++++AXCell
18 ++++++++++AXStaticText AXValue='Always expose editable tables as tables.' 18 ++++++++++AXStaticText AXValue='Always expose editable tables as tables.'
19 ++++++AXColumn 19 ++++++AXColumn
20 ++++++AXGroup 20 ++++++AXGroup
21 ++++AXList 21 ++++AXList
22 ++++++AXGroup AXTitle='Editable list item.' 22 ++++++AXGroup AXTitle='Editable list item.'
23 ++++++++AXListMarker AXValue='1' 23 ++++++++AXListMarker AXValue='1'
24 ++++++++AXStaticText AXValue='Editable list item.' 24 ++++++++AXStaticText AXValue='Editable list item.'
25 ++AXGroup 25 ++AXGroup
26 ++++AXStaticText AXValue='Non-editable paragraph.' 26 ++++AXStaticText AXValue='Non-editable paragraph.'
27 ++AXGroup AXValue='Should keep the role but change the state.' 27 ++AXGroup AXValue='Should keep the role but change the state.'
28 ++++AXStaticText AXValue='Should keep the role but change the state.' 28 ++++AXStaticText AXValue='Should keep the role but change the state.'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698