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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/element-role-mapping-normal-expected.txt

Issue 1564863002: Get rid of AXScrollView and AXScrollbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dump_oopif_3
Patch Set: Fix Android expectation Created 4 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 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 AXRole: AXInlineTextBox " 163 AXRole: AXInlineTextBox "
164 " 164 "
165 AXRole: AXParagraph 165 AXRole: AXParagraph
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: AXGroup 171 AXRole: AXGroup
172 AXRole: AXUnknown 172 AXRole: AXUnknown
173 AXRole: AXScrollArea 173 AXRole: AXWebArea
174 AXRole: AXWebArea
175 AXRole: AXUnknown 174 AXRole: AXUnknown
176 AXRole: AXScrollArea 175 AXRole: AXWebArea
177 AXRole: AXWebArea
178 AXRole: AXTable "Caption" 176 AXRole: AXTable "Caption"
179 AXRole: AXCaption 177 AXRole: AXCaption
180 AXRole: AXStaticText "Caption" 178 AXRole: AXStaticText "Caption"
181 AXRole: AXInlineTextBox "Caption" 179 AXRole: AXInlineTextBox "Caption"
182 AXRole: AXRow 180 AXRole: AXRow
183 AXRole: AXCell 181 AXRole: AXCell
184 AXRole: AXStaticText "Cell1" 182 AXRole: AXStaticText "Cell1"
185 AXRole: AXInlineTextBox "Cell1" 183 AXRole: AXInlineTextBox "Cell1"
186 AXRole: AXCell 184 AXRole: AXCell
187 AXRole: AXStaticText "Cell2" 185 AXRole: AXStaticText "Cell2"
(...skipping 18 matching lines...) Expand all
206 AXRole: AXFooter 204 AXRole: AXFooter
207 AXRole: AXParagraph 205 AXRole: AXParagraph
208 AXRole: AXStaticText "This is a footer." 206 AXRole: AXStaticText "This is a footer."
209 AXRole: AXInlineTextBox "This is a footer." 207 AXRole: AXInlineTextBox "This is a footer."
210 AXRole: AXParagraph 208 AXRole: AXParagraph
211 AXRole: AXStaticText "End of test" 209 AXRole: AXStaticText "End of test"
212 PASS successfullyParsed is true 210 PASS successfullyParsed is true
213 211
214 TEST COMPLETE 212 TEST COMPLETE
215 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698