chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip-path/animations/clip-path-animation-custom-timing-function-reverse-ref.html

<!DOCTYPE html>

<style>
  .green {
    background-color: green;
    width: 200px;
    height: 200px;
    clip-path: inset(6.850317545375803%);
  }

</style>

<body>
  <div class="green"></div>
</body>

</html>