tenfourfox/layout/reftests/counter-style/descriptor-suffix-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
444 B
HTML

<!DOCTYPE html>
<style type="text/css">
div {
padding: 0; margin: 0;
line-height: 150%;
}
</style>
<!-- list-style-type: a -->
<div>-2,-2</div>
<div>-1,-1</div>
<div>0,0</div>
<div>1,1</div>
<div>2,2</div>
<!-- list-style-type: b -->
<div>-2&#x3001;-2</div>
<div>-1&#x3001;-1</div>
<div>0&#x3001;0</div>
<div>1&#x3001;1</div>
<div>2&#x3001;2</div>
<!-- section -->
<div>-2</div>
<div>-1</div>
<div>0</div>
<div>1</div>
<div>2</div>