testing/web-platform/tests/css/css-values/calc-size/animation/interpolate-size-interpolation.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (7 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 746661 2cfcba3e157a2b86ca716e65dca3f3b2cbf9a899
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE html>
<meta charset="UTF-8">
<title>interpolate-size animations</title>
<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size">
<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>