blob: 60a342f1a9d85142da3d17baed1d7aa7d5aec471 [file] [log] [blame]
<!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