chromium/third_party/blink/web_tests/animations/hit-testing/composited-with-hit-testing-expected.html

<!DOCTYPE html>
<style>
#target {
  width: 50px;
  height: 50px;
  background-color: green;
  transform: translateX(500px);
}
</style>
<div id=target></div>