summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-counter-styles/counter-style-at-rule/system-cyclic-ref.html
blob: 11ff5f96a437dac526d9164a8219c98d08e29e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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/ref-common.css">
<!-- list-style-type: a -->
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<div>&#x2023;</div>
<!-- list-style-type: b -->
<div>&#x2021;</div>
<div>&#x2020;</div>
<div>&#x2021;</div>
<div>&#x2020;</div>
<div>&#x2021;</div>
<!-- list-style-type: c -->
<div>&#x2021;</div>
<div>&#x2022;</div>
<div>&#x2023;</div>
<div>&#x2021;</div>
<div>&#x2022;</div>