chromium/third_party/blink/web_tests/external/wpt/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>