summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/animation/transform-interpolation-perspective.html
blob: bb1e17b3c31334039a9b62ca508d8f08eab3683b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html class="reftest-wait">
<link rel="match" href="transform-interpolation-ref.html?perspective">
<link rel="help" href="https://drafts.csswg.org/css-transforms/">

<script src="../../../common/reftest-wait.js"></script>
<script src="support/transform-interpolation-reftests.js"></script>

<body>
<script>
createTests(transformTests.perspective);
</script>