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

<!DOCTYPE html>

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

</style>

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

</html>