numbering-1.html (779B)
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 <style> 6 .col {column-width:1em} 7 .col::marker {white-space:initial} 8 </style> 9 </head> 10 <body> 11 12 <ol style="list-style: decimal inside"> 13 <li style="overflow: hidden">List item 1</li> 14 <li style="overflow: hidden">List item 2</li> 15 <li>List item 3</li> 16 <li style="overflow: hidden">List item 4</li> 17 <li style="overflow: hidden">List item 5</li> 18 <li>List item 6</li> 19 <div style="overflow: hidden"><li>List item 7</li></div> 20 </ol> 21 22 <ol style="list-style: decimal inside;"> 23 <li class="col">item1</li> 24 <li class="col">item2</li> 25 <li class="col">item3</li> 26 </ol> 27 28 </body> 29 </html>