chromium/third_party/blink/web_tests/compositing/overflow/escape-clip-to-scroll-sibling-should-not-crash-expected.html

<!DOCTYPE html>
<div style="overflow:scroll; width:100px; height:100px;">
  <div style="width:200px; height:200px; background: green;">
  </div>
</div>
This test verifies an element can correctly escape clip to some scroll sibling's state.