summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/animation/transform-interpolation-animated-ref.html
blob: 0930a7469a87fc8f6515e9f6ff442b6f7988ed4c (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);
createRefsWithAnimation(transformTests[testName]);
</script>