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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.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 This is a Header for this page 1 This is a Header for this page
2 Heading 2 Heading
3 3
4 Division 4 Division
5 Paragraph 5 Paragraph
6 6
7 韓國한국 7 韓國한국
8 Coffee 8 Coffee
9 - black hot drink 9 - black hot drink
10 Milk 10 Milk
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 AXRole: AXStaticText "January" 166 AXRole: AXStaticText "January"
167 AXRole: AXInlineTextBox "January" 167 AXRole: AXInlineTextBox "January"
168 AXRole: AXDialog 168 AXRole: AXDialog
169 AXRole: AXStaticText "This is an open dialog window" 169 AXRole: AXStaticText "This is an open dialog window"
170 AXRole: AXInlineTextBox "This is an open dialog window" 170 AXRole: AXInlineTextBox "This is an open dialog window"
171 AXRole: AXTable "Caption" 171 AXRole: AXTable "Caption"
172 AXRole: AXCaption 172 AXRole: AXCaption
173 AXRole: AXStaticText "Caption" 173 AXRole: AXStaticText "Caption"
174 AXRole: AXInlineTextBox "Caption" 174 AXRole: AXInlineTextBox "Caption"
175 AXRole: AXRow 175 AXRole: AXRow
176 AXRole: AXCell 176 AXRole: AXCell "Cell1"
177 AXRole: AXStaticText "Cell1" 177 AXRole: AXStaticText "Cell1"
178 AXRole: AXInlineTextBox "Cell1" 178 AXRole: AXInlineTextBox "Cell1"
179 AXRole: AXCell 179 AXRole: AXCell "Cell2"
180 AXRole: AXStaticText "Cell2" 180 AXRole: AXStaticText "Cell2"
181 AXRole: AXInlineTextBox "Cell2" 181 AXRole: AXInlineTextBox "Cell2"
182 AXRole: AXColumn 182 AXRole: AXColumn
183 AXRole: AXCell 183 AXRole: AXCell "Cell1"
184 AXRole: AXStaticText "Cell1" 184 AXRole: AXStaticText "Cell1"
185 AXRole: AXInlineTextBox "Cell1" 185 AXRole: AXInlineTextBox "Cell1"
186 AXRole: AXColumn 186 AXRole: AXColumn
187 AXRole: AXCell 187 AXRole: AXCell "Cell2"
188 AXRole: AXStaticText "Cell2" 188 AXRole: AXStaticText "Cell2"
189 AXRole: AXInlineTextBox "Cell2" 189 AXRole: AXInlineTextBox "Cell2"
190 AXRole: AXTableHeaderContainer 190 AXRole: AXTableHeaderContainer
191 AXRole: AXFigure "Fig1. - Blue Box" 191 AXRole: AXFigure "Fig1. - Blue Box"
192 AXRole: AXImage "blue" 192 AXRole: AXImage "blue"
193 AXRole: AXFigcaption 193 AXRole: AXFigcaption
194 AXRole: AXStaticText "Fig1. - Blue Box" 194 AXRole: AXStaticText "Fig1. - Blue Box"
195 AXRole: AXInlineTextBox "Fig1. - Blue Box" 195 AXRole: AXInlineTextBox "Fig1. - Blue Box"
196 AXRole: AXEmbeddedObject 196 AXRole: AXEmbeddedObject
197 AXRole: AXFooter 197 AXRole: AXFooter
198 AXRole: AXParagraph 198 AXRole: AXParagraph
199 AXRole: AXStaticText "This is a footer." 199 AXRole: AXStaticText "This is a footer."
200 AXRole: AXInlineTextBox "This is a footer." 200 AXRole: AXInlineTextBox "This is a footer."
201 AXRole: AXParagraph 201 AXRole: AXParagraph
202 AXRole: AXStaticText "End of test" 202 AXRole: AXStaticText "End of test"
203 PASS successfullyParsed is true 203 PASS successfullyParsed is true
204 204
205 TEST COMPLETE 205 TEST COMPLETE
206 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698