summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/system-cyclic.html
blob: e7331bd1eb9c128b04f20c886e936de5784292db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<link rel="stylesheet" href="test-common.css">
<style type="text/css">
  @counter-style a {
    system: cyclic;
    symbols: \2023;
    suffix: "";
  }
  @counter-style b {
    system: cyclic;
    symbols: \2020  \2021;
    suffix: "";
  }
</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>