chromium/third_party/blink/web_tests/external/wpt/css/css-lists/content-property/marker-text-matches-circle-ref.html

<!doctype html>
<title>Reference: Inside list marker and normal text render identically: circle</title>
<style>
* {
    margin: 0;
    padding: 0;
}
p::before {
    content: counter(test, circle);
}
</style>
<p> Filler Text