summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/animation/transform-interpolation-ref.html
blob: 2fee6f7c1fc46593f450fac606a651a12403ff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html class="reftest-wait">

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

<body>
<script>
const testName = window.location.search.substr(1);
createRefs(transformTests[testName]);
</script>