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

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

Issue 1168643003: Add support for korean-hangul-formal list style type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Actually add a 0 value for the neg fields 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/lists/li-values.html ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/lists/li-values-expected.txt
diff --git a/LayoutTests/fast/lists/li-values-expected.txt b/LayoutTests/fast/lists/li-values-expected.txt
index ecdeda862f2af2e3f095e8f49d37d8ad3a6920b5..19374e5e4575c8280d6a1a0e5fe2aeb96012f047 100644
--- a/LayoutTests/fast/lists/li-values-expected.txt
+++ b/LayoutTests/fast/lists/li-values-expected.txt
@@ -3,6 +3,7 @@
0 The list marker should show 0.
1 The list marker should show 1 (invalid values are ignored).
-5 The list marker should show -5 (updated programmatically).
+마이너스 일 The list marker should show -1 (negative values are allowed).
-1 The list marker should fall back to decimal -1 (hebrew: 1-infinite).
0 The list marker should fall back to decimal 0 (simple-upper-roman: 1-4999).
0 The list marker should fall back to decimal 0 (simple-lower-roman: 1-4999).
@@ -15,7 +16,6 @@
0 The list marker should fall back to decimal 0 (ancient-tamil: 1-9999).
-1 The list marker should fall back to cjk-decimal -1 (japanese-informal: 0-9999).
-1 The list marker should fall back to cjk-decimal -1 (japanese-formal: 0-9999).
--1 The list marker should fall back to decimal -1 (korean-hangul-formal: 0-9999).
-1 The list marker should fall back to decimal -1 (korean-hanja-informal: 0-9999).
-1 The list marker should fall back to decimal -1 (korean-hanja-formal: 0-9999).
0 The list marker should fall back to decimal 0 (greek: 1-999).
« no previous file with comments | « LayoutTests/fast/lists/li-values.html ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698