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

Side by Side Diff: content/test/data/accessibility/html/table-thead-tbody-tfoot-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 AXTitle='Table example - thead, tbody, tfoot' 1 AXWebArea AXTitle='Table example - thead, tbody, tfoot'
2 ++AXTable 2 ++AXTable
3 ++++AXRow AXIndex='0' 3 ++++AXRow AXIndex='0'
4 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1,"loc" :0} 4 ++++++AXCell AXTitle='Sum' AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange= {"len":1,"loc":0}
5 ++++++++AXStaticText AXValue='Sum' 5 ++++++++AXStaticText AXValue='Sum'
6 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :0} 6 ++++++AXCell AXTitle='Subtraction' AXColumnIndexRange={"len":1,"loc":1} AXRowInd exRange={"len":1,"loc":0}
7 ++++++++AXStaticText AXValue='Subtraction' 7 ++++++++AXStaticText AXValue='Subtraction'
8 ++++AXRow AXIndex='1' 8 ++++AXRow AXIndex='1'
9 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1,"loc" :1} 9 ++++++AXCell AXTitle='10' AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={ "len":1,"loc":1}
10 ++++++++AXStaticText AXValue='10' 10 ++++++++AXStaticText AXValue='10'
11 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :1} 11 ++++++AXCell AXTitle='7' AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={" len":1,"loc":1}
12 ++++++++AXStaticText AXValue='7' 12 ++++++++AXStaticText AXValue='7'
13 ++++AXRow AXIndex='2' 13 ++++AXRow AXIndex='2'
14 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1,"loc" :2} 14 ++++++AXCell AXTitle='2' AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={" len":1,"loc":2}
15 ++++++++AXStaticText AXValue='2' 15 ++++++++AXStaticText AXValue='2'
16 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :2} 16 ++++++AXCell AXTitle='4' AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={" len":1,"loc":2}
17 ++++++++AXStaticText AXValue='4' 17 ++++++++AXStaticText AXValue='4'
18 ++++AXRow AXIndex='3' 18 ++++AXRow AXIndex='3'
19 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1,"loc" :3} 19 ++++++AXCell AXTitle='12' AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={ "len":1,"loc":3}
20 ++++++++AXStaticText AXValue='12' 20 ++++++++AXStaticText AXValue='12'
21 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :3} 21 ++++++AXCell AXTitle='3' AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={" len":1,"loc":3}
22 ++++++++AXStaticText AXValue='3' 22 ++++++++AXStaticText AXValue='3'
23 ++++AXColumn AXIndex='0' 23 ++++AXColumn AXIndex='0'
24 ++++AXColumn AXIndex='1' 24 ++++AXColumn AXIndex='1'
25 ++++AXGroup 25 ++++AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698