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

Side by Side Diff: LayoutTests/fast/lists/w3-list-styles-expected.txt

Issue 1170603003: Drop trailing zeroes only for rightmost group for cjk-ideographic (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Really fix test Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/lists/w3-list-styles.html ('k') | Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 I18N Tests: list-style-type 1 I18N Tests: list-style-type
2 2
3 This page tests support for the CSS list-style-type property, as defined in CSS2 .0. 3 This page tests support for the CSS list-style-type property, as defined in CSS2 .0.
4 4
5 Note: The CSS2.0 specification does not specify in any detail the mechanism for implementing the numbering schemes defined. Expectations for behaviour are based on the version of the CSS3 Lists module current at the time this test was last updated. In most cases, however, these tests simply allow you to see whether and how a particular user agent implements these features, rather than testing agai nst the requirements of the specification. 5 Note: The CSS2.0 specification does not specify in any detail the mechanism for implementing the numbering schemes defined. Expectations for behaviour are based on the version of the CSS3 Lists module current at the time this test was last updated. In most cases, however, these tests simply allow you to see whether and how a particular user agent implements these features, rather than testing agai nst the requirements of the specification.
6 6
7 Check whether the numbering of the lists is what you would expect. 7 Check whether the numbering of the lists is what you would expect.
8 8
9 The start attribute is used on ol to skip to higher numbers. 9 The start attribute is used on ol to skip to higher numbers.
10 10
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 四 four 203 四 four
204 五 five 204 五 five
205 二十 twenty, undefined 205 二十 twenty, undefined
206 二十一 twenty one, undefined 206 二十一 twenty one, undefined
207 二十二 twenty two, undefined 207 二十二 twenty two, undefined
208 一百 a hundred, undefined 208 一百 a hundred, undefined
209 一百零一 a hundred and one, undefined 209 一百零一 a hundred and one, undefined
210 一百零二 a hundred and two, undefined 210 一百零二 a hundred and two, undefined
211 零 zero, undefined 211 零 zero, undefined
212 一 one 212 一 one
213 一千 a thousand, undefined
214 一千萬零一千 ten million one thousand, undefined
215 一百萬零一百 one million one hundred, undefined
213 hebrew 216 hebrew
214 217
215 CSS says: list-style-type: hebrew; 218 CSS says: list-style-type: hebrew;
216 219
217 The CSS2.0 specification doesn't define the algorithm for the Hebrew numbering. 220 The CSS2.0 specification doesn't define the algorithm for the Hebrew numbering.
218 221
219 א one, should show א 222 א one, should show א
220 ב two, should show ב one, should show א two, should show ב three, should show ג 223 ב two, should show ב one, should show א two, should show ב three, should show ג
221 -> -> א one, should show א 224 -> -> א one, should show א
222 -> -> ב two, should show ב 225 -> -> ב two, should show ב
(...skipping 30 matching lines...) Expand all
253 ია eleven, may show ია 256 ია eleven, may show ია
254 იბ twelve, may show იბ 257 იბ twelve, may show იბ
255 ჟთ ninety-nine, undefined, may show ჟთ 258 ჟთ ninety-nine, undefined, may show ჟთ
256 რ hundred, undefined, may show რ 259 რ hundred, undefined, may show რ
257 რა a hundred and one, undefined, may show რა 260 რა a hundred and one, undefined, may show რა
258 armenian 261 armenian
259 262
260 CSS says: list-style-type: armenian; 263 CSS says: list-style-type: armenian;
261 264
262 The CSS2.0 specification doesn't define the algorithm for Armenian numbering in detail. 265 The CSS2.0 specification doesn't define the algorithm for Armenian numbering in detail.
OLDNEW
« no previous file with comments | « LayoutTests/fast/lists/w3-list-styles.html ('k') | Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698