blob: 5d5b61a03ff7afe4f3c499b52ea6fb86bf1cdc7f [file] [edit]
<!doctype html>
<meta charset="utf-8">
<style>
#bullet::marker {
content: "@ ";
}
#other::marker {
content: "* ";
}
</style>
<ul>
<li id="bullet">Has icon attribute</li>
<li id="other">Fallback icon</li>
</ul>