descriptor-fallback-invalid.html 315 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: extends upper-alpha;
  6. fallback: decimal-leading-zero;
  7. fallback: decimal cjk-decimal;
  8. fallback: "*";
  9. }
  10. </style>
  11. <ol start="0" style="list-style-type: a">
  12. <li><li><li><li><li>
  13. </ol>