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

Unified Diff: LayoutTests/fast/lists/css3-counter-styles-082.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-082.html
diff --git a/LayoutTests/fast/lists/css3-counter-styles-082.html b/LayoutTests/fast/lists/css3-counter-styles-082.html
index 1c098de2b47fec4d4e1df033f14160ea4ef02e23..c9e181866e5c6f726938016016003df154e13894 100644
--- a/LayoutTests/fast/lists/css3-counter-styles-082.html
+++ b/LayoutTests/fast/lists/css3-counter-styles-082.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-081.html ('k') | LayoutTests/fast/lists/css3-counter-styles-083.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698