numbering-1.html 794 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE HTML>
  2. <html><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Testcase #1 for bug 614969</title>
  5. </head>
  6. <body>
  7. <ol style="list-style: decimal inside">
  8. <li style="overflow: hidden">List item 1</li>
  9. <li style="overflow: hidden">List item 2</li>
  10. <li>List item 3</li>
  11. <li style="overflow: hidden">List item 4</li>
  12. <li style="overflow: hidden">List item 5</li>
  13. <li>List item 6</li>
  14. <div style="overflow: hidden"><li>List item 7</li></div>
  15. </ol>
  16. <ol style="list-style: decimal inside;">
  17. <li style="-moz-column-width:1em; column-width:1em;">item1</li>
  18. <li style="-moz-column-width:1em; column-width:1em;">item2</li>
  19. <li style="-moz-column-width:1em; column-width:1em;">item3</li>
  20. </ol>
  21. </body>
  22. </html>