chromium/third_party/blink/web_tests/css3/blending/isolation-should-include-non-local-background.html

<!DOCTYPE html>
<meta name=fuzzy content="0-2;0-10000">
<div style="width:300px; height:200px; overflow:scroll; background:linear-gradient(green,blue); transform:translateZ(0);">
    <div style="width:100px; height:100px; background:red; mix-blend-mode:multiply;"></div>
    <div style="height:1000px;"></div>
</div>