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

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

Issue 1558143003: Fix Hebrew list-style number ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V3 Created 4 years, 11 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 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 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.
221 221
222 א one, should show א 222 א one, should show א
223 ב 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 ג
224 -> -> א one, should show א 224 -> -> א one, should show א
225 -> -> ב two, should show ב 225 -> -> ב two, should show ב
226 -> -> ג three, should show ג 226 -> -> ג three, should show ג
227 ג three, should show ג 227 ג three, should show ג
228 ד four, should show ד 228 ד four, should show ד
229 ה five, should show ה 229 ה five, should show ה
230 צז ninety-seven, undefined, may show צז 230 זצ ninety-seven, undefined, may show צז
231 צח ninety-eight, undefined, may show צח 231 חצ ninety-eight, undefined, may show צח
232 צט ninety-nine, undefined, may show צט 232 טצ ninety-nine, undefined, may show צט
233 ק hundred, undefined, may show ק 233 ק hundred, undefined, may show ק
234 קא a hundred and one, undefined, may show קא 234 אק a hundred and one, undefined, may show קא
235 אפס zero, undefined, may show אפס 235 ספא zero, undefined, may show אפס
236 א one, should show א 236 א one, should show א
237 georgian 237 georgian
238 238
239 CSS says: list-style-type: georgian; 239 CSS says: list-style-type: georgian;
240 240
241 The CSS2.0 specification doesn't define the algorithm for Georgian numbering in detail. 241 The CSS2.0 specification doesn't define the algorithm for Georgian numbering in detail.
242 242
243 ა one, may show ა 243 ა one, may show ა
244 ბ two, may show ბ one, may show ა two, may show ბ three, may show გ 244 ბ two, may show ბ one, may show ა two, may show ბ three, may show გ
245 -> -> ა one, may show ა 245 -> -> ა one, may show ა
(...skipping 10 matching lines...) Expand all
256 ია eleven, may show ია 256 ია eleven, may show ია
257 იბ twelve, may show იბ 257 იბ twelve, may show იბ
258 ჟთ ninety-nine, undefined, may show ჟთ 258 ჟთ ninety-nine, undefined, may show ჟთ
259 რ hundred, undefined, may show რ 259 რ hundred, undefined, may show რ
260 რა a hundred and one, undefined, may show რა 260 რა a hundred and one, undefined, may show რა
261 armenian 261 armenian
262 262
263 CSS says: list-style-type: armenian; 263 CSS says: list-style-type: armenian;
264 264
265 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

Powered by Google App Engine
This is Rietveld 408576698