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

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

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix issues in AutomationApiTest.Events Created 5 years, 2 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 15 matching lines...) Expand all
26 Most important heading here 26 Most important heading here
27 27
28 Section 28 Section
29 29
30 Footer in section 30 Footer in section
31 31
32 Written by Julie 32 Written by Julie
33 Visit us at:www.chromium.org 33 Visit us at:www.chromium.org
34 January This is an open dialog window 34 January This is an open dialog window
35 35
36
37 Caption 36 Caption
38 Cell1 Cell2 37 Cell1 Cell2
39 38
40 Fig1. - Blue Box 39 Fig1. - Blue Box
41 40
42 This is a footer. 41 This is a footer.
43 42
44 End of test 43 End of test
45 44
46 This test make sure that unfocuasable elements are mapped implicitly to AX roles . 45 This test make sure that unfocuasable elements are mapped implicitly to AX roles .
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 AXRole: AXUnknown AXValue: 160 AXRole: AXUnknown AXValue:
162 161
163 AXRole: AXInlineTextBox AXValue: 162 AXRole: AXInlineTextBox AXValue:
164 163
165 AXRole: AXParagraph AXValue: 164 AXRole: AXParagraph AXValue:
166 AXRole: AXStaticText AXValue: January 165 AXRole: AXStaticText AXValue: January
167 AXRole: AXInlineTextBox AXValue: January 166 AXRole: AXInlineTextBox AXValue: January
168 AXRole: AXDialog AXValue: 167 AXRole: AXDialog AXValue:
169 AXRole: AXStaticText AXValue: This is an open dialog window 168 AXRole: AXStaticText AXValue: This is an open dialog window
170 AXRole: AXInlineTextBox AXValue: This is an open dialog window 169 AXRole: AXInlineTextBox AXValue: This is an open dialog window
171 AXRole: AXGroup AXValue:
172 AXRole: AXUnknown AXValue:
173 AXRole: AXScrollArea AXValue:
174 AXRole: AXWebArea AXValue:
175 AXRole: AXUnknown AXValue:
176 AXRole: AXScrollArea AXValue:
177 AXRole: AXWebArea AXValue:
178 AXRole: AXTable AXValue: 170 AXRole: AXTable AXValue:
179 AXRole: AXCaption AXValue: 171 AXRole: AXCaption AXValue:
180 AXRole: AXStaticText AXValue: Caption 172 AXRole: AXStaticText AXValue: Caption
181 AXRole: AXInlineTextBox AXValue: Caption 173 AXRole: AXInlineTextBox AXValue: Caption
182 AXRole: AXRow AXValue: 174 AXRole: AXRow AXValue:
183 AXRole: AXCell AXValue: 175 AXRole: AXCell AXValue:
184 AXRole: AXStaticText AXValue: Cell1 176 AXRole: AXStaticText AXValue: Cell1
185 AXRole: AXInlineTextBox AXValue: Cell1 177 AXRole: AXInlineTextBox AXValue: Cell1
186 AXRole: AXCell AXValue: 178 AXRole: AXCell AXValue:
187 AXRole: AXStaticText AXValue: Cell2 179 AXRole: AXStaticText AXValue: Cell2
(...skipping 18 matching lines...) Expand all
206 AXRole: AXFooter AXValue: 198 AXRole: AXFooter AXValue:
207 AXRole: AXParagraph AXValue: 199 AXRole: AXParagraph AXValue:
208 AXRole: AXStaticText AXValue: This is a footer. 200 AXRole: AXStaticText AXValue: This is a footer.
209 AXRole: AXInlineTextBox AXValue: This is a footer. 201 AXRole: AXInlineTextBox AXValue: This is a footer.
210 AXRole: AXParagraph AXValue: 202 AXRole: AXParagraph AXValue:
211 AXRole: AXStaticText AXValue: End of test 203 AXRole: AXStaticText AXValue: End of test
212 PASS successfullyParsed is true 204 PASS successfullyParsed is true
213 205
214 TEST COMPLETE 206 TEST COMPLETE
215 207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698