Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Chrome crash with nested ::after::marker with failing list-style-image</title>
<style>
:is(body, html)::after {
display: list-item;
content: " ";
}
:root { list-style-image:url('.'); }
</style>
<body>