chromium/content/test/data/accessibility/html/pseudo-element-list-marker.html

<!--
@BLINK-ALLOW-EMPTY:name=*
@BLINK-ALLOW:nameFrom=*
-->
<!doctype html>
<html>
<head>
  <style>
    li::marker {
      content: '- ';
      font-size: 1.2em;
    }
  </style>

</head>
<body>
  <p>Group known as Mercury Seven:</p>
  <ul>
    <li>Malcolm Scott Carpenter</li>
    <li>Leroy Gordon (Gordo) Cooper Jr.</li>
    <li>John Herschel Glenn Jr.</li>
    <li>Virgil Ivan (Gus) Grissom</li>
    <li>Walter Marty (Wally) Schirra Jr.</li>
    <li>Alan Bartlett Shepard Jr.</li>
    <li>Donald Kent (Deke) Slayton</li>
  </ul>

</body>
</html>