servo/tests/wpt/web-platform-tests/css/css-toggle/animations/toggle-trigger-interpolation.tentative.html

20 lines
586 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<title>toggle-trigger is not animatable</title>
<link rel="help" href="https://tabatkins.github.io/css-toggle/#toggle-trigger-property">
<meta name="assert" content="toggle-trigger 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-trigger',
from: 'atoggle set 4',
to: 'yourtoggle set 3',
underlying: 'mytoggle set 2',
});
</script>
</body>