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

<!DOCTYPE html>
<div style="width:300px; height:200px; overflow:scroll; background:linear-gradient(green,blue);">
    <div style="width:100px; height:100px; background:black;"></div>
    <div style="height:1000px;"></div>
</div>