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

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

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 years, 9 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 " 160 AXRole: AXUnknown "
162 " 161 "
163 AXRole: AXInlineTextBox " 162 AXRole: AXInlineTextBox "
164 " 163 "
165 AXRole: AXParagraph 164 AXRole: AXParagraph
166 AXRole: AXStaticText "January" 165 AXRole: AXStaticText "January"
167 AXRole: AXInlineTextBox "January" 166 AXRole: AXInlineTextBox "January"
168 AXRole: AXDialog 167 AXRole: AXDialog
169 AXRole: AXStaticText "This is an open dialog window" 168 AXRole: AXStaticText "This is an open dialog window"
170 AXRole: AXInlineTextBox "This is an open dialog window" 169 AXRole: AXInlineTextBox "This is an open dialog window"
171 AXRole: AXGroup
172 AXRole: AXUnknown
173 AXRole: AXWebArea
174 AXRole: AXUnknown
175 AXRole: AXWebArea
176 AXRole: AXTable "Caption" 170 AXRole: AXTable "Caption"
177 AXRole: AXCaption 171 AXRole: AXCaption
178 AXRole: AXStaticText "Caption" 172 AXRole: AXStaticText "Caption"
179 AXRole: AXInlineTextBox "Caption" 173 AXRole: AXInlineTextBox "Caption"
180 AXRole: AXRow 174 AXRole: AXRow
181 AXRole: AXCell 175 AXRole: AXCell
182 AXRole: AXStaticText "Cell1" 176 AXRole: AXStaticText "Cell1"
183 AXRole: AXInlineTextBox "Cell1" 177 AXRole: AXInlineTextBox "Cell1"
184 AXRole: AXCell 178 AXRole: AXCell
185 AXRole: AXStaticText "Cell2" 179 AXRole: AXStaticText "Cell2"
(...skipping 18 matching lines...) Expand all
204 AXRole: AXFooter 198 AXRole: AXFooter
205 AXRole: AXParagraph 199 AXRole: AXParagraph
206 AXRole: AXStaticText "This is a footer." 200 AXRole: AXStaticText "This is a footer."
207 AXRole: AXInlineTextBox "This is a footer." 201 AXRole: AXInlineTextBox "This is a footer."
208 AXRole: AXParagraph 202 AXRole: AXParagraph
209 AXRole: AXStaticText "End of test" 203 AXRole: AXStaticText "End of test"
210 PASS successfullyParsed is true 204 PASS successfullyParsed is true
211 205
212 TEST COMPLETE 206 TEST COMPLETE
213 207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698