summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/marker-animate-002-ref.html
blob: e31774ae370c27d9a655bf15623035291b3d72b6 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset=utf-8>
<style>
li::marker {
  color: green;
}
</style>
<ul>
  <li>Item</li>
</ul>