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

Unified Diff: LayoutTests/fast/lists/css3-counter-styles-084.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-084.html
diff --git a/LayoutTests/fast/lists/css3-counter-styles-084.html b/LayoutTests/fast/lists/css3-counter-styles-084.html
index 7bc0be8c9ab1afb8849d3eb4b76e7906131e3e36..74aea80da11124c18fd0e32d86521016339bb42b 100644
--- a/LayoutTests/fast/lists/css3-counter-styles-084.html
+++ b/LayoutTests/fast/lists/css3-counter-styles-084.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-083.html ('k') | LayoutTests/fast/lists/css3-counter-styles-085.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698