Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>CSS Container Queries Test: No crash when ::after is a container</title>
<style>
div::after {
container-type: size;
content: '';
display: block;
}
</style>
<div>
PASS if no crash
</div>