summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/counter-002-ref.html
blob: 621e42e26ea7ae70ca1064ccf3484938c23fdb43 (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
38
39
40
41
42
43
44
45
<!doctype html>
<title>CSS Lists and Counters test reference: counter(c, &quot;.", lower-roman)</title>
<p>The following two lines should look the same:</p>
<div>
  i
  ii
  iii
  iv
  v
  vi
  vii
  viii
  ix
  x
  xi
  xii
  xlix
  xiii
  ccclxxxix
  xiv
  mmmcdlxxxix
  xv
  xvi
</div>
<div>
  i
  ii
  iii
  iv
  v
  vi
  vii
  viii
  ix
  x
  xi
  xii
  xlix
  xiii
  ccclxxxix
  xiv
  mmmcdlxxxix
  xv
  xvi
</div>