chromium/third_party/blink/web_tests/compositing/clip-path-with-composited-descendants.html

<!DOCTYPE html>
<div style="clip-path:inset(10px); width:100px; height:100px;">
  <div style="background:green; width:100px; height:100px; will-change:transform;"></div>
</div>