chromium/third_party/blink/web_tests/scrollbars/overlay-scrollbar-over-negative-z-child-layer.html

<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-500">
<script>
if (window.internals)
  internals.useMockOverlayScrollbars();
</script>
<div id="container" style="width: 200px; height: 200px; overflow: scroll">
  <div id="content" style="position: relative; z-index: -1; background: green; width: 300px; height: 100px"></div>
  <div style="height: 210px"></div>
</div>