wpt / css / css-transforms / animation / transform-interpolation-rotate.html

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-transforms/animation/transform-interpolation-rotate.html

<!DOCTYPE html>
<html class="reftest-wait">
<link rel="match" href="transform-interpolation-ref.html?rotate">
<meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-246">
<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.rotate);
</script>

/css/css-transforms/animation/transform-interpolation-ref.html?rotate

<!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>