summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/system-additive-ref.html
blob: bdf05a5e578c192a5597f0baf45f8510586301c4 (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
<!DOCTYPE html>
<link rel="stylesheet" href="ref-common.css">
<!-- list-style-type: a -->
<div>-2</div>
<div>-1</div>
<div>0</div>
<div>&#x2680;</div>
<div>&#x2681;</div>
<div>&#x2682;</div>
<div>&#x2683;</div>
<div>&#x2684;</div>
<div>&#x2685;</div>
<div>&#x2685;&#x2680;</div>
<div>&#x2685;&#x2683;</div>
<div>&#x2685;&#x2684;</div>
<div>&#x2685;&#x2685;</div>
<div>&#x2685;&#x2685;&#x2680;</div>
<div><script type="text/javascript">
  document.write(Array(61).join('&#x2685;'));
</script></div>
<div>1000</div>
<!-- list-style-type: b -->
<div>-2</div>
<div>-1</div>
<div>&#x2637;</div>
<div>&#x2636;</div>
<div>&#x2635;</div>
<!-- list-style-type: c -->
<div>1.&nbsp;</div>
<div>b.&nbsp;</div>
<div>a.&nbsp;</div>
<div>4.&nbsp;</div>
<div>ab.&nbsp;</div>
<!-- list-style-type: d -->
<div><script type="text/javascript">
  document.write(Array(61).join('&#x10300;'));
</script>.&nbsp;</div>
<div>100.&nbsp;</div>