wpt / css / css-values / chrome-interpolation-crash.html

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

/css/css-values/chrome-interpolation-crash.html

<!DOCTYPE html>
<title>CSS Values: Chrome crash</title>
<link rel="help" href="https://crbug.com/423078653">
<style>
  @keyframes --anim {
    from {
      -webkit-perspective-origin-y: calc(10px * sibling-index());
    }
  }
  #target {
    animation: --anim 1s;
  }
</style>
<div id="target">