| 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 d7e87b98ed40180ce785c862b72407748df68ea5..955c56981db91c46ffba0f6c476dfbfed5e30f7f 100644
|
| --- a/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
|
| +++ b/LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html
|
| @@ -167,21 +167,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">
|
| @@ -203,21 +201,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">
|
|
|