summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/descriptor-fallback-ref.html
blob: 090afcb8ee5771f97c0fc7b936fc075c9107966a (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
<!DOCTYPE html>
<link rel="stylesheet" href="ref-common.css">
<!-- list-style-type: a -->
<div>a.&nbsp;</div>
<div>b.&nbsp;</div>
<div>c.&nbsp;</div>
<div>d.&nbsp;</div>
<div>e.&nbsp;</div>
<div>f.&nbsp;</div>
<div>7.&nbsp;</div>
<div>8.&nbsp;</div>
<div>9.&nbsp;</div>
<!-- list-style-type: b -->
<div>a.&nbsp;</div>
<div>b.&nbsp;</div>
<div>c.&nbsp;</div>
<div>d.&nbsp;</div>
<div>e.&nbsp;</div>
<div>f.&nbsp;</div>
<div>7.&nbsp;</div>
<div>8.&nbsp;</div>
<div>9.&nbsp;</div>
<!-- list-style-type: c -->
<div>a.&nbsp;</div>
<div>b.&nbsp;</div>
<div>c.&nbsp;</div>
<div>d.&nbsp;</div>
<div>e.&nbsp;</div>
<div>f.&nbsp;</div>
<div>g.&nbsp;</div>
<div>h.&nbsp;</div>
<div>i.&nbsp;</div>