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

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: Fix test expectation 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 6579f429e2e788571d6e12a9153b50bf93c3f155..e2d49cb0bb7a2547a12be5fde97f3100133268e4 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
@@ -57,14 +57,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.
@@ -77,14 +77,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.

Powered by Google App Engine
This is Rietveld 408576698