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

Unified Diff: LayoutTests/fast/lists/css3-counter-styles-085.html

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/css3-counter-styles-085.html
diff --git a/LayoutTests/fast/lists/css3-counter-styles-085.html b/LayoutTests/fast/lists/css3-counter-styles-085.html
index 89e7d02a69ce3c9ea4520fe7034d0d8ef4f2e968..1645f4c7b3b70d1139b01023459793a05a322624 100644
--- a/LayoutTests/fast/lists/css3-counter-styles-085.html
+++ b/LayoutTests/fast/lists/css3-counter-styles-085.html
@@ -11,7 +11,7 @@
<style type='text/css'>
.test { font-size: 25px; }
ol { margin: 0; padding-left: 8em; }
-ol li { list-style-type: trad-chinese-informal; list-style-type: cjk-ideographic; }
+ol li { list-style-type: trad-chinese-informal; }
</style>
<script src="resources/dump-list.js"></script>
</head>
« no previous file with comments | « LayoutTests/fast/lists/css3-counter-styles-084.html ('k') | LayoutTests/fast/lists/css3-counter-styles-086.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698