summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/descriptor-negative-ref.html
blob: 447e9c4bc9f3109604033e8b9f7bef243675a0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="stylesheet" href="ref-common.css">
<!-- list-style-type: a -->
<div>&#x207B;2.&nbsp;</div>
<div>&#x207B;1.&nbsp;</div>
<div>0.&nbsp;</div>
<div>1.&nbsp;</div>
<div>2.&nbsp;</div>
<!-- list-style-type: b -->
<div>(2).&nbsp;</div>
<div>(1).&nbsp;</div>
<div>0.&nbsp;</div>
<div>1.&nbsp;</div>
<div>2.&nbsp;</div>