summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-toggle/animations/toggle-group-interpolation.tentative.html
blob: bde6c2978c70c5f1b0a382cf66946b71297944c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="UTF-8">
<title>toggle-group is not animatable</title>
<link rel="help" href="https://tabatkins.github.io/css-toggle/#toggle-group-property">
<meta name="assert" content="toggle-group is not animatable">

<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: 'toggle-group',
  from: 'atoggle',
  to: 'yourtoggle',
  underlying: 'mytoggle',
});
</script>
</body>