blob: 4b424c9b5ecc792a4a6d29bf519ac216b2bd75ee [file] [log] [blame]
<!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">