summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/descriptor-negative.html
blob: f55f5699ff45eeba7c412c007892e4e68bed4fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<link rel="stylesheet" href="test-common.css">
<style type="text/css">
  @counter-style a {
    system: extends decimal;
    negative: \207B;
  }
  @counter-style b {
    system: extends decimal;
    negative: '(' ')';
  }
</style>
<ol start="-2" style="list-style-type: a">
  <li><li><li><li><li>
</ol>
<ol start="-2" style="list-style-type: b">
  <li><li><li><li><li>
</ol>