blob: 2b236a371e524da0ac5669ad7fc5f45259c089c5 [file] [log] [blame] [edit]
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/420329041">
<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>