diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-toggle/animations/toggle-root-interpolation.tentative.html')
-rw-r--r-- | testing/web-platform/tests/css/css-toggle/animations/toggle-root-interpolation.tentative.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-toggle/animations/toggle-root-interpolation.tentative.html b/testing/web-platform/tests/css/css-toggle/animations/toggle-root-interpolation.tentative.html new file mode 100644 index 0000000000..855b7e6551 --- /dev/null +++ b/testing/web-platform/tests/css/css-toggle/animations/toggle-root-interpolation.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<meta charset="UTF-8"> +<title>toggle-root is not animatable</title> +<link rel="help" href="https://tabatkins.github.io/css-toggle/#toggle-root-property"> +<meta name="assert" content="toggle-root 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-root', + from: 'none', + to: 'yourtoggle 3 at 1', + underlying: 'mytoggle 2', +}); +</script> +</body> |