Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/crashtests/chrome-bug-1377573.html - WPT Dashboard Interop Dashboard
<!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>