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

Side by Side Diff: content/test/data/accessibility/html/table-spans-expected-mac.txt

Issue 956803003: Update test result after crrev.com/914233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « content/test/data/accessibility/html/table-spans.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 AXWebArea AXTitle='Table example with rowspan and colspan' 1 AXWebArea AXTitle='Table example with rowspan and colspan'
2 ++AXTable 2 ++AXTable
3 ++++AXRow AXIndex='0' 3 ++++AXRow AXIndex='0'
4 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":2,"loc" :0} 4 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":2,"loc" :0}
5 ++++++++AXStaticText AXValue='AD' 5 ++++++++AXStaticText AXValue='AD'
6 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :0}
7 ++++++++AXStaticText AXValue='BC'
8 ++++AXRow AXIndex='1'
9 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :1}
10 ++++++++AXStaticText AXValue='EF'
11 ++++AXColumn AXIndex='0'
12 ++++AXColumn AXIndex='1'
13 ++++AXGroup
14 ++AXTable
15 ++++AXRow AXIndex='0'
16 ++++++AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":2,"loc" :0}
17 ++++++++AXStaticText AXValue='AD'
6 ++++++AXCell AXColumnIndexRange={"len":2,"loc":1} AXRowIndexRange={"len":1,"loc" :0} 18 ++++++AXCell AXColumnIndexRange={"len":2,"loc":1} AXRowIndexRange={"len":1,"loc" :0}
7 ++++++++AXStaticText AXValue='BC' 19 ++++++++AXStaticText AXValue='BC'
8 ++++AXRow AXIndex='1' 20 ++++AXRow AXIndex='1'
9 ++++++AXCell AXColumnIndexRange={"len":2,"loc":1} AXRowIndexRange={"len":1,"loc" :1} 21 ++++++AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1,"loc" :1}
10 ++++++++AXStaticText AXValue='EF' 22 ++++++++AXStaticText AXValue='EF'
23 ++++++AXCell AXColumnIndexRange={"len":1,"loc":2} AXRowIndexRange={"len":1,"loc" :1}
24 ++++++++AXStaticText AXValue='GH'
11 ++++AXColumn AXIndex='0' 25 ++++AXColumn AXIndex='0'
12 ++++AXColumn AXIndex='1' 26 ++++AXColumn AXIndex='1'
27 ++++AXColumn AXIndex='2'
13 ++++AXGroup 28 ++++AXGroup
OLDNEW
« no previous file with comments | « content/test/data/accessibility/html/table-spans.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698