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

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

Issue 1721373002: UTF-8 detector for pages missing encoding info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 韓國한국
jungshik at Google 2016/03/24 06:15:08 This and a number of tests whose expected results
Jinsuk Kim 2016/03/25 02:15:42 Thanks for filing the bug. Are you going search fo
8 Coffee 8 Coffee
9 - black hot drink 9 - black hot drink
10 Milk 10 Milk
11 - white cold drink 11 - white cold drink
12 x + a / b 12 x + a / b
13 Most important heading here 13 Most important heading here
14 14
15 Google Chrome 15 Google Chrome
16 16
17 Google Chrome is a free, open-source web browser developed by Google, released i n 2008. 17 Google Chrome is a free, open-source web browser developed by Google, released i n 2008.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 AXRole: AXInlineTextBox "Heading" 57 AXRole: AXInlineTextBox "Heading"
58 AXRole: AXDiv 58 AXRole: AXDiv
59 AXRole: AXStaticText "Division" 59 AXRole: AXStaticText "Division"
60 AXRole: AXInlineTextBox "Division" 60 AXRole: AXInlineTextBox "Division"
61 AXRole: AXParagraph 61 AXRole: AXParagraph
62 AXRole: AXStaticText "Paragraph" 62 AXRole: AXStaticText "Paragraph"
63 AXRole: AXInlineTextBox "Paragraph" 63 AXRole: AXInlineTextBox "Paragraph"
64 AXRole: AXGroup 64 AXRole: AXGroup
65 AXRole: AXRuby 65 AXRole: AXRuby
66 AXRole: AXAnnotation 66 AXRole: AXAnnotation
67 AXRole: AXStaticText "한국" 67 AXRole: AXStaticText "한국"
68 AXRole: AXInlineTextBox "한국" 68 AXRole: AXInlineTextBox "한국"
69 AXRole: AXGroup 69 AXRole: AXGroup
70 AXRole: AXStaticText "韓國" 70 AXRole: AXStaticText "韓國"
71 AXRole: AXInlineTextBox "韓國" 71 AXRole: AXInlineTextBox "韓國"
72 AXRole: AXDescriptionList 72 AXRole: AXDescriptionList
73 AXRole: AXDescriptionListTerm 73 AXRole: AXDescriptionListTerm
74 AXRole: AXStaticText "Coffee" 74 AXRole: AXStaticText "Coffee"
75 AXRole: AXInlineTextBox "Coffee" 75 AXRole: AXInlineTextBox "Coffee"
76 AXRole: AXDescriptionListDetail 76 AXRole: AXDescriptionListDetail
77 AXRole: AXStaticText "- black hot drink" 77 AXRole: AXStaticText "- black hot drink"
78 AXRole: AXInlineTextBox "- black hot drink" 78 AXRole: AXInlineTextBox "- black hot drink"
79 AXRole: AXDescriptionListTerm 79 AXRole: AXDescriptionListTerm
80 AXRole: AXStaticText "Milk" 80 AXRole: AXStaticText "Milk"
81 AXRole: AXInlineTextBox "Milk" 81 AXRole: AXInlineTextBox "Milk"
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 AXRole: AXFooter 204 AXRole: AXFooter
205 AXRole: AXParagraph 205 AXRole: AXParagraph
206 AXRole: AXStaticText "This is a footer." 206 AXRole: AXStaticText "This is a footer."
207 AXRole: AXInlineTextBox "This is a footer." 207 AXRole: AXInlineTextBox "This is a footer."
208 AXRole: AXParagraph 208 AXRole: AXParagraph
209 AXRole: AXStaticText "End of test" 209 AXRole: AXStaticText "End of test"
210 PASS successfullyParsed is true 210 PASS successfullyParsed is true
211 211
212 TEST COMPLETE 212 TEST COMPLETE
213 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698