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/calc-size/animation/interpolate-size-interpolation.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>interpolate-size animations</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>
<body>
<script>
test_not_animatable({
property: 'interpolate-size',
from: 'numeric-only',
to: 'allow-keywords',
underlying: 'numeric-only',
});
test_not_animatable({
property: 'interpolate-size',
from: 'allow-keywords',
to: 'numeric-only',
underlying: 'numeric-only',
});
</script>