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

Unified Diff: LayoutTests/fast/lists/li-values.html

Issue 1168643003: Add support for korean-hangul-formal list style type (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Actually add a 0 value for the neg fields 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/li-values.html
diff --git a/LayoutTests/fast/lists/li-values.html b/LayoutTests/fast/lists/li-values.html
index ff2b3e68a308869773fb2a129023f1682ab88d58..31276fa786a40f6a4ddf572b4742294479c81e61 100644
--- a/LayoutTests/fast/lists/li-values.html
+++ b/LayoutTests/fast/lists/li-values.html
@@ -28,6 +28,7 @@ function init()
<li>The list marker should show 0.</li>
<li value="invalid">The list marker should show 1 (invalid values are ignored).</li>
<li value="2" id="changeMyValue">The list marker should show -5 (updated programmatically).</li>
+ <li value="-1" style="list-style-type: korean-hangul-formal;">The list marker should show -1 (negative values are allowed).</li>
<!-- For the following styles the values are out-of-range, and should fall-back to decimal -->
<li value="-1" style="list-style-type: hebrew;">The list marker should fall back to decimal -1 (hebrew: 1-infinite).</li>
@@ -44,7 +45,6 @@ function init()
<li value="-1" style="list-style-type: japanese-informal;">The list marker should fall back to cjk-decimal -1 (japanese-informal: 0-9999).</li>
<!-- FIXME: We don't currently support this list-style-type -> fall back to decimal -->
<li value="-1" style="list-style-type: japanese-formal;">The list marker should fall back to cjk-decimal -1 (japanese-formal: 0-9999).</li>
- <li value="-1" style="list-style-type: korean-hangul-formal;">The list marker should fall back to decimal -1 (korean-hangul-formal: 0-9999).</li>
<li value="-1" style="list-style-type: korean-hanja-informal;">The list marker should fall back to decimal -1 (korean-hanja-informal: 0-9999).</li>
<li value="-1" style="list-style-type: korean-hanja-formal;">The list marker should fall back to decimal -1 (korean-hanja-formal: 0-9999).</li>
<li value="0" style="list-style-type: greek;">The list marker should fall back to decimal 0 (greek: 1-999).</li>
« no previous file with comments | « LayoutTests/fast/lists/css3-counter-styles-056-expected.txt ('k') | LayoutTests/fast/lists/li-values-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698