Index: LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html |
diff --git a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html |
index 8c2ddc31fbd227f7922925dd194c1fcc5ef9cf64..898b95c257e889698d573e4b3bcaf611ffee4726 100644 |
--- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html |
+++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html |
@@ -163,21 +163,19 @@ |
</ol> |
</div> |
<div class="test"> |
- <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. --> |
<h2>simp-chinese-formal</h2> |
<ol class="simp-chinese-formal" start="-1"> |
- <li>-1</li> |
- <li>0</li> |
- <li>1</li> |
+ <li>负壹</li> |
+ <li>零</li> |
+ <li>壹</li> |
</ol> |
</div> |
<div class="test"> |
- <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. --> |
<h2>simp-chinese-informal</h2> |
<ol class="simp-chinese-informal" start="-1"> |
- <li>-1</li> |
- <li>0</li> |
- <li>1</li> |
+ <li>负一</li> |
+ <li>零</li> |
+ <li>一</li> |
</ol> |
</div> |
<div class="test"> |
@@ -199,21 +197,19 @@ |
</ol> |
</div> |
<div class="test"> |
- <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. --> |
<h2>trad-chinese-formal</h2> |
<ol class="trad-chinese-formal" start="-1"> |
- <li>-1</li> |
- <li>0</li> |
- <li>1</li> |
+ <li>負壹</li> |
+ <li>零</li> |
+ <li>壹</li> |
</ol> |
</div> |
<div class="test"> |
- <!-- FIXME: We don't currently support this list-style-type. These are expected failure results. --> |
<h2>trad-chinese-informal</h2> |
<ol class="trad-chinese-informal" start="-1"> |
- <li>-1</li> |
- <li>0</li> |
- <li>1</li> |
+ <li>負一</li> |
+ <li>零</li> |
+ <li>一</li> |
</ol> |
</div> |
<div class="test"> |