chromium/third_party/blink/web_tests/external/wpt/css/css-lists/counters-001-ref.html

<!doctype html>
<title>CSS Lists and Counters test reference: counters(c, &quot;.", decimal-leading-zero)</title>
<p>The following two lines should look the same:</p>
<div>
  01.01
  02
  03
  04
  05
  06
  07
  08
  09
  10
  11
  12
  12.99
  13
  14
</div>
<div>
  01.01
  02
  03
  04
  05
  06
  07
  08
  09
  10
  11
  12
  12.99
  13
  14
</div>