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

Side by Side Diff: LayoutTests/accessibility/table-header-column-row-expected.txt

Issue 846013002: Use rowgroup and columgroup properties to expose table headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated expectation result file Created 5 years, 11 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 scope test 1 scope test
2 col head row head col head 2 col head row head col head
3 col head data row head 3 col head data row head
4 row head data col head 4 row head data col head
5 row header and column header (1) 5 row header and column header (1)
6 data row head column head 6 data row head column head
7 column head column head data 7 column head column head data
8 row head data row head 8 row head data row head
9 row header and column header (2) 9 row header and column header (2)
10 row head data data 10 row head data data
11 column head column head column head 11 column head column head column head
12 data data data 12 data data data
13 row header and column header (3)
14 col head
15 col head col head
16 row head data data
17 row header and column header (4)
18 row head col head
19 row head
13 End of test 20 End of test
14 21
15 This tests that AXRoles for header cells are assigned. 22 This tests that AXRoles for header cells are assigned.
16 23
17 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 24 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
18 25
19 26
20 AXRole: AXWebArea AXValue: 27 AXRole: AXWebArea AXValue:
21 AXRole: AXTable AXValue: 28 AXRole: AXTable AXValue:
22 AXRole: AXCaption AXValue: 29 AXRole: AXCaption AXValue:
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 AXRole: AXRow AXValue: 120 AXRole: AXRow AXValue:
114 AXRole: AXCell AXValue: 121 AXRole: AXCell AXValue:
115 AXRole: AXStaticText AXValue: data 122 AXRole: AXStaticText AXValue: data
116 AXRole: AXInlineTextBox AXValue: data 123 AXRole: AXInlineTextBox AXValue: data
117 AXRole: AXCell AXValue: 124 AXRole: AXCell AXValue:
118 AXRole: AXStaticText AXValue: data 125 AXRole: AXStaticText AXValue: data
119 AXRole: AXInlineTextBox AXValue: data 126 AXRole: AXInlineTextBox AXValue: data
120 AXRole: AXCell AXValue: 127 AXRole: AXCell AXValue:
121 AXRole: AXStaticText AXValue: data 128 AXRole: AXStaticText AXValue: data
122 AXRole: AXInlineTextBox AXValue: data 129 AXRole: AXInlineTextBox AXValue: data
130 AXRole: AXTable AXValue:
131 AXRole: AXCaption AXValue:
132 AXRole: AXStaticText AXValue: row header and column header (3)
133 AXRole: AXInlineTextBox AXValue: row header and column header (3 )
134 AXRole: AXRow AXValue:
135 AXRole: AXCell AXValue:
136 AXRole: AXColumnHeader AXValue:
137 AXRole: AXStaticText AXValue: col head
138 AXRole: AXInlineTextBox AXValue: col head
139 AXRole: AXRow AXValue:
140 AXRole: AXColumnHeader AXValue:
141 AXRole: AXStaticText AXValue: col head
142 AXRole: AXInlineTextBox AXValue: col head
143 AXRole: AXColumnHeader AXValue:
144 AXRole: AXStaticText AXValue: col head
145 AXRole: AXInlineTextBox AXValue: col head
146 AXRole: AXRow AXValue:
147 AXRole: AXRowHeader AXValue:
148 AXRole: AXStaticText AXValue: row head
149 AXRole: AXInlineTextBox AXValue: row head
150 AXRole: AXCell AXValue:
151 AXRole: AXStaticText AXValue: data
152 AXRole: AXInlineTextBox AXValue: data
153 AXRole: AXCell AXValue:
154 AXRole: AXStaticText AXValue: data
155 AXRole: AXInlineTextBox AXValue: data
156 AXRole: AXTable AXValue:
157 AXRole: AXCaption AXValue:
158 AXRole: AXStaticText AXValue: row header and column header (4)
159 AXRole: AXInlineTextBox AXValue: row header and column header (4 )
160 AXRole: AXRow AXValue:
161 AXRole: AXRowHeader AXValue:
162 AXRole: AXStaticText AXValue: row head
163 AXRole: AXInlineTextBox AXValue: row head
164 AXRole: AXColumnHeader AXValue:
165 AXRole: AXStaticText AXValue: col head
166 AXRole: AXInlineTextBox AXValue: col head
167 AXRole: AXRow AXValue:
168 AXRole: AXRowHeader AXValue:
169 AXRole: AXStaticText AXValue: row head
170 AXRole: AXInlineTextBox AXValue: row head
123 AXRole: AXParagraph AXValue: 171 AXRole: AXParagraph AXValue:
124 AXRole: AXStaticText AXValue: End of test 172 AXRole: AXStaticText AXValue: End of test
125 PASS successfullyParsed is true 173 PASS successfullyParsed is true
126 174
127 TEST COMPLETE 175 TEST COMPLETE
128 176
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/table-header-column-row.html ('k') | Source/modules/accessibility/AXTableCell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698