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/animations/scale-interpolation-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
body { animation: foo 1s; }
@keyframes foo { to { scale: calc(100% * 1); } }
</style>