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

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

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 years, 8 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 AXRole: AXInlineTextBox "Heading" 56 AXRole: AXInlineTextBox "Heading"
57 AXRole: AXDiv 57 AXRole: AXDiv
58 AXRole: AXStaticText "Division" 58 AXRole: AXStaticText "Division"
59 AXRole: AXInlineTextBox "Division" 59 AXRole: AXInlineTextBox "Division"
60 AXRole: AXParagraph 60 AXRole: AXParagraph
61 AXRole: AXStaticText "Paragraph" 61 AXRole: AXStaticText "Paragraph"
62 AXRole: AXInlineTextBox "Paragraph" 62 AXRole: AXInlineTextBox "Paragraph"
63 AXRole: AXGroup 63 AXRole: AXGroup
64 AXRole: AXRuby 64 AXRole: AXRuby
65 AXRole: AXAnnotation 65 AXRole: AXAnnotation
66 AXRole: AXStaticText "한국" 66 AXRole: AXStaticText "한국"
67 AXRole: AXInlineTextBox "한국" 67 AXRole: AXInlineTextBox "한국"
68 AXRole: AXGroup 68 AXRole: AXGroup
69 AXRole: AXStaticText "韓國" 69 AXRole: AXStaticText "韓國"
70 AXRole: AXInlineTextBox "韓國" 70 AXRole: AXInlineTextBox "韓國"
71 AXRole: AXDescriptionList 71 AXRole: AXDescriptionList
72 AXRole: AXDescriptionListTerm 72 AXRole: AXDescriptionListTerm
73 AXRole: AXStaticText "Coffee" 73 AXRole: AXStaticText "Coffee"
74 AXRole: AXInlineTextBox "Coffee" 74 AXRole: AXInlineTextBox "Coffee"
75 AXRole: AXDescriptionListDetail 75 AXRole: AXDescriptionListDetail
76 AXRole: AXStaticText "- black hot drink" 76 AXRole: AXStaticText "- black hot drink"
77 AXRole: AXInlineTextBox "- black hot drink" 77 AXRole: AXInlineTextBox "- black hot drink"
78 AXRole: AXDescriptionListTerm 78 AXRole: AXDescriptionListTerm
79 AXRole: AXStaticText "Milk" 79 AXRole: AXStaticText "Milk"
80 AXRole: AXInlineTextBox "Milk" 80 AXRole: AXInlineTextBox "Milk"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 AXRole: AXFooter 198 AXRole: AXFooter
199 AXRole: AXParagraph 199 AXRole: AXParagraph
200 AXRole: AXStaticText "This is a footer." 200 AXRole: AXStaticText "This is a footer."
201 AXRole: AXInlineTextBox "This is a footer." 201 AXRole: AXInlineTextBox "This is a footer."
202 AXRole: AXParagraph 202 AXRole: AXParagraph
203 AXRole: AXStaticText "End of test" 203 AXRole: AXStaticText "End of test"
204 PASS successfullyParsed is true 204 PASS successfullyParsed is true
205 205
206 TEST COMPLETE 206 TEST COMPLETE
207 207
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698