chromium/third_party/blink/web_tests/external/wpt/css/css-transforms/animation/transform-interpolation-rotate-slerp.html

<!DOCTYPE html>
<html class="reftest-wait">
<link rel="match" href="transform-interpolation-ref.html?rotateSlerp">
<link rel="help" href="https://drafts.csswg.org/css-transforms/">
<meta name="fuzzy" content="0-160;0-500">

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

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