negative-calc-to-non-negative-integer-ref.html (330B)
1 <!doctype html> 2 <title>CSS Test reference</title> 3 <link rel="author" title="Xiaocheng Hu" href="mailto:xiaochengh@chromium.org"> 4 <style> 5 @counter-style foo { 6 system: additive; 7 additive-symbols: 1 'I', 0 'X'; 8 range: infinite infinite; 9 } 10 </style> 11 <ol style="list-style-type: foo" start=-1> 12 <li></li> 13 <li></li> 14 <li></li> 15 </ol>