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

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

Issue 543953003: Adding DumpAccessibilityTree Tests (8 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/table-simple-expected-android.txt ('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' 1 AXWebArea AXTitle='Table example'
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 AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1 ,"loc":0}
5 AXStaticText AXValue='A' 5 AXStaticText AXValue='Pair'
6 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":0} 6 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":0}
7 AXStaticText AXValue='B' 7 AXStaticText AXValue='Single'
8 AXCell AXColumnIndexRange={"len":1,"loc":2} AXRowIndexRange={"len":1 ,"loc":0}
9 AXStaticText AXValue='C'
10 AXRow AXIndex='1' 8 AXRow AXIndex='1'
11 AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1 ,"loc":1} 9 AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1 ,"loc":1}
10 AXStaticText AXValue='AB'
11 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":1}
12 AXStaticText AXValue='B'
13 AXRow AXIndex='2'
14 AXCell AXColumnIndexRange={"len":1,"loc":0} AXRowIndexRange={"len":1 ,"loc":2}
15 AXStaticText AXValue='CD'
16 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":2}
12 AXStaticText AXValue='D' 17 AXStaticText AXValue='D'
13 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":1}
14 AXStaticText AXValue='E'
15 AXCell AXColumnIndexRange={"len":1,"loc":2} AXRowIndexRange={"len":1 ,"loc":1}
16 AXStaticText AXValue='F'
17 AXColumn AXIndex='0' 18 AXColumn AXIndex='0'
18 AXColumn AXIndex='1' 19 AXColumn AXIndex='1'
19 AXColumn AXIndex='2'
20 AXGroup 20 AXGroup
OLDNEW
« no previous file with comments | « content/test/data/accessibility/table-simple-expected-android.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698