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

Side by Side Diff: LayoutTests/fast/lists/li-values-expected.txt

Issue 1210903004: Implement hanja counter styles (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix remaining tests 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
OLDNEW
1 1 The list marker should show 1 because this item had a value of 4 but it was re moved. 1 1 The list marker should show 1 because this item had a value of 4 but it was re moved.
2 -1 The list marker should show -1 (negative values are allowed). 2 -1 The list marker should show -1 (negative values are allowed).
3 0 The list marker should show 0. 3 0 The list marker should show 0.
4 1 The list marker should show 1 (invalid values are ignored). 4 1 The list marker should show 1 (invalid values are ignored).
5 -5 The list marker should show -5 (updated programmatically). 5 -5 The list marker should show -5 (updated programmatically).
6 마이너스 일 The list marker should show -1 (negative values are allowed). 6 마이너스 일 The list marker should show -1 (negative values are allowed).
7 -1 The list marker should fall back to decimal -1 (hebrew: 1-infinite). 7 -1 The list marker should fall back to decimal -1 (hebrew: 1-infinite).
8 0 The list marker should fall back to decimal 0 (simple-upper-roman: 1-4999). 8 0 The list marker should fall back to decimal 0 (simple-upper-roman: 1-4999).
9 0 The list marker should fall back to decimal 0 (simple-lower-roman: 1-4999). 9 0 The list marker should fall back to decimal 0 (simple-lower-roman: 1-4999).
10 0 The list marker should fall back to decimal 0 (upper-roman: 1-4999). 10 0 The list marker should fall back to decimal 0 (upper-roman: 1-4999).
11 0 The list marker should fall back to decimal 0 (lower-roman: 1-4999). 11 0 The list marker should fall back to decimal 0 (lower-roman: 1-4999).
12 0 The list marker should fall back to decimal 0 (lower-armenian: 1-9999). 12 0 The list marker should fall back to decimal 0 (lower-armenian: 1-9999).
13 0 The list marker should fall back to decimal 0 (upper-armenian: 1-9999). 13 0 The list marker should fall back to decimal 0 (upper-armenian: 1-9999).
14 0 The list marker should fall back to decimal 0 (armenian: 1-9999). 14 0 The list marker should fall back to decimal 0 (armenian: 1-9999).
15 0 The list marker should fall back to decimal 0 (georgian: 1-19999). 15 0 The list marker should fall back to decimal 0 (georgian: 1-19999).
16 0 The list marker should fall back to decimal 0 (ancient-tamil: 1-9999). 16 0 The list marker should fall back to decimal 0 (ancient-tamil: 1-9999).
17 -1 The list marker should fall back to cjk-decimal -1 (japanese-informal: 0-9999 ). 17 -1 The list marker should fall back to cjk-decimal -1 (japanese-informal: 0-9999 ).
18 -1 The list marker should fall back to cjk-decimal -1 (japanese-formal: 0-9999). 18 -1 The list marker should fall back to cjk-decimal -1 (japanese-formal: 0-9999).
19 -1 The list marker should fall back to decimal -1 (korean-hanja-informal: 0-9999 ). 19 마이너스 一 The list marker should fall back to decimal -1 (korean-hanja-informal: 0- 9999).
20 -1 The list marker should fall back to decimal -1 (korean-hanja-formal: 0-9999). 20 마이너스 壹 The list marker should fall back to decimal -1 (korean-hanja-formal: 0-99 99).
21 0 The list marker should fall back to decimal 0 (greek: 1-999). 21 0 The list marker should fall back to decimal 0 (greek: 1-999).
22 22
OLDNEW
« no previous file with comments | « LayoutTests/fast/lists/css3-counter-styles-066-expected.txt ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698