summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/marker-dynamic-content-change-ref.html
blob: 6b5daa1b97d144f529e75fdf251b1b99c6b70200 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test Reference</title>
<style>
::marker {
  content: "PASS";
}
</style>
<ol>
  <li>Item
</ol>