wpt / css / css-anchor-position / chrome-419501749-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-anchor-position/chrome-419501749-crash.html

<!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>