chromium/third_party/blink/web_tests/external/wpt/css/css-pseudo/marker-animate-002-ref.html

<!doctype html>
<meta charset=utf-8>
<style>
li::marker {
  color: green;
}
</style>
<ul>
  <li>Item</li>
</ul>