summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/counters-001-ref.html
blob: 7084485013b5b1bd0d40aea31b692052aaa295e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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>