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

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

Issue 683063002: Add DumpAccessibilityTree tests (9 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 AXTitle='Table example' 1 AXWebArea AXTitle='Table example - th rowheader'
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='Firstname' 5 AXStaticText AXValue='Firstname'
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='Jill' 7 AXStaticText AXValue='Jill'
8 AXRow AXIndex='1' 8 AXRow AXIndex='1'
9 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='Lastname' 10 AXStaticText AXValue='Lastname'
11 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":1} 11 AXCell AXColumnIndexRange={"len":1,"loc":1} AXRowIndexRange={"len":1 ,"loc":1}
12 AXStaticText AXValue='Smith' 12 AXStaticText AXValue='Smith'
13 AXColumn AXIndex='0' 13 AXColumn AXIndex='0'
14 AXColumn AXIndex='1' 14 AXColumn AXIndex='1'
15 AXGroup 15 AXGroup
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698