wpt / css / css-values / animations / scale-interpolation-crash.html

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

/css/css-values/animations/scale-interpolation-crash.html

<!DOCTYPE html>
<link rel="help" href="https://issues.chromium.org/issues/396584141">
<style>
body { animation: foo 1s; }
@keyframes foo { to { scale: calc(100% * 1); } }
</style>