chromium/third_party/blink/web_tests/external/wpt/css/motion/animation/reftests/offset-path-with-transforms-ref.html

<!DOCTYPE html>
<html>
  <head>
    <title>CSS Motion Path: Combined transformation matrix interpolation reference</title>
    <style>
      #target {
        width: 50px;
        height: 100px;
        background-color: lime;
      }
    </style>
  </head>
  <body>
    <div id="target"></div>
  </body>
</html>