chromium/third_party/blink/web_tests/compositing/images/direct-image-clip-path.html

<!DOCTYPE html>
<html>
<style>
  .composited {
    will-change: transform;
    -webkit-clip-path: circle(45%);
  }
</style>

<!-- There should be a green circle on this page -->
<body>
  <img class="composited" src="../../images/resources/green-256x256.jpg">
</body>
</html>