summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counters/multiple-thai-counters.html
blob: 0e37af4d0b18ce66f2e89e396eb8a69145479cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
  span {
    counter-reset: item;
    counter-increment: item;
  }
  span span span::before {
    content: counters(item, ".", -moz-thai);
    content: counters(item, ".", thai);
  }
</style>
<span><span><span></span></span></span>