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

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

Issue 1473833002: Fix bugs in accessible name calculation code exposed by Bryan Garaventa's test files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dumb_mistake
Patch Set: Fix android test expectation Created 5 years 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 AXRole: AXLink "JavaScript" 123 AXRole: AXLink "JavaScript"
124 AXRole: AXStaticText "JavaScript" 124 AXRole: AXStaticText "JavaScript"
125 AXRole: AXInlineTextBox "JavaScript" 125 AXRole: AXInlineTextBox "JavaScript"
126 AXRole: AXStaticText " |" 126 AXRole: AXStaticText " |"
127 AXRole: AXInlineTextBox " |" 127 AXRole: AXInlineTextBox " |"
128 AXRole: AXComplementary 128 AXRole: AXComplementary
129 AXRole: AXParagraph 129 AXRole: AXParagraph
130 AXRole: AXStaticText "Text that appears under aside" 130 AXRole: AXStaticText "Text that appears under aside"
131 AXRole: AXInlineTextBox "Text that appears under aside" 131 AXRole: AXInlineTextBox "Text that appears under aside"
132 AXRole: AXPre 132 AXRole: AXPre
133 AXRole: AXStaticText "Text in a pre element " 133 AXRole: AXStaticText "Text in a pre
134 element
135 "
134 AXRole: AXInlineTextBox "Text in a pre" 136 AXRole: AXInlineTextBox "Text in a pre"
135 AXRole: AXInlineTextBox " 137 AXRole: AXInlineTextBox "
136 " 138 "
137 AXRole: AXInlineTextBox "element" 139 AXRole: AXInlineTextBox "element"
138 AXRole: AXInlineTextBox " 140 AXRole: AXInlineTextBox "
139 " 141 "
140 AXRole: AXRegion 142 AXRole: AXRegion
141 AXRole: AXHeading "Most important heading here" 143 AXRole: AXHeading "Most important heading here"
142 AXRole: AXStaticText "Most important heading here" 144 AXRole: AXStaticText "Most important heading here"
143 AXRole: AXInlineTextBox "Most important heading here" 145 AXRole: AXInlineTextBox "Most important heading here"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 AXRole: AXFooter 206 AXRole: AXFooter
205 AXRole: AXParagraph 207 AXRole: AXParagraph
206 AXRole: AXStaticText "This is a footer." 208 AXRole: AXStaticText "This is a footer."
207 AXRole: AXInlineTextBox "This is a footer." 209 AXRole: AXInlineTextBox "This is a footer."
208 AXRole: AXParagraph 210 AXRole: AXParagraph
209 AXRole: AXStaticText "End of test" 211 AXRole: AXStaticText "End of test"
210 PASS successfullyParsed is true 212 PASS successfullyParsed is true
211 213
212 TEST COMPLETE 214 TEST COMPLETE
213 215
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698