Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#crash {
position: absolute;
left: anchor(right);
--svg: url("data:image/svg+xml,");
content: var(--svg);
fill: var(--svg);
}
</style>
<p>Pass if no crash</p>
<div id="crash"></div>