Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-values/chrome-interpolation-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Values: Chrome crash</title>
<style>
@keyframes --anim {
from {
-webkit-perspective-origin-y: calc(10px * sibling-index());
}
}
#target {
animation: --anim 1s;
}
</style>
<div id="target">