blob: 2ab29fc87f5e354b4523e0fc0e9d7f8528ddfe6e [file] [log] [blame]
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/419501749">
<style>
#crash {
position: absolute;
left: anchor(right);
--grad: linear-gradient(black, blue);
content: var(--grad);
}
</style>
<p>Pass if no crash</p>
<div id="crash"></div>