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

Unified Diff: LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt

Issue 1184433004: Implement chinese counter styles (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing 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
Index: LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
index e7d0819dc35e64799b4fb64d528adf99561033e3..557d35cdbcc0239ab7e0b5f4bcd59191d94149c1 100644
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt
@@ -59,14 +59,14 @@ PASS list marker is 0.
PASS list marker is i.
simp-chinese-formal
-PASS list marker is -1.
-PASS list marker is 0.
-PASS list marker is 1.
+PASS list marker is 负壹.
+PASS list marker is 零.
+PASS list marker is 壹.
simp-chinese-informal
-PASS list marker is -1.
-PASS list marker is 0.
-PASS list marker is 1.
+PASS list marker is 负一.
+PASS list marker is 零.
+PASS list marker is 一.
syriac
PASS list marker is -1.
@@ -79,14 +79,14 @@ PASS list marker is 0.
PASS list marker is 1.
trad-chinese-formal
-PASS list marker is -1.
-PASS list marker is 0.
-PASS list marker is 1.
+PASS list marker is 負壹.
+PASS list marker is 零.
+PASS list marker is 壹.
trad-chinese-informal
-PASS list marker is -1.
-PASS list marker is 0.
-PASS list marker is 1.
+PASS list marker is 負一.
+PASS list marker is 零.
+PASS list marker is 一.
upper-armenian
PASS list marker is -1.
« no previous file with comments | « LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698