summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/symbols-function-invalid-ref.html
blob: e07de5f1f93e458f65f831b0de9ec47d90c102cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference: symbols function, invalid</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
<link rel="stylesheet" href="support/test-common.css">
<style type="text/css">
  .invalid {
    list-style-type: lower-greek;
  }
</style>
<ol start="-2" class="invalid">
  <li><li><li><li><li>
  <li><li><li><li><li>
</ol>