marker-hyphens-ref.html (423B)
1 <!DOCTYPE html> 2 <meta charset="utf-8" /> 3 <title>CSS Reftest Reference</title> 4 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" /> 5 <style> 6 li { 7 width: 0; 8 list-style-type: none; 9 } 10 </style> 11 <ol> 12 <li>foo­bar</li> 13 <li>foo­bar</li> 14 </ol> 15 <ol> 16 <li>foo­bar</li> 17 <li>foo­bar</li> 18 </ol> 19 <ol> 20 <li>foobar</li> 21 <li>foobar</li> 22 </ol> 23 <ol> 24 <li>foobar</li> 25 <li>foobar</li> 26 </ol>