descriptor-pad-invalid.html 272 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: extends decimal;
  6. pad: 3 "0";
  7. pad: -1 "X";
  8. pad: "#";
  9. pad: 2 0;
  10. }
  11. </style>
  12. <ol style="list-style-type: a">
  13. <li><li><li><li><li>
  14. </ol>