summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-values/negative-calc-to-non-negative-integer-ref.html
blob: 446809160733b6881ec97157a35451de38e517d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<title>CSS Test reference</title>
<link rel="author" title="Xiaocheng Hu" href="mailto:xiaochengh@chromium.org">
<style>
@counter-style foo {
  system: additive;
  additive-symbols: 1 'I', 0 'X';
  range: infinite infinite;
}
</style>
<ol style="list-style-type: foo" start=-1>
<li></li>
<li></li>
<li></li>
</ol>