chromium/third_party/blink/web_tests/paint/invalidation/overflow/composited-overflow-local-background-removed-expected.html

<!DOCTYPE html>
<style>
#scroller {
    overflow: scroll;
    width: 200px;
    height: 200px;
    will-change: transform;
}

.spacer {
    height: 300px;
}
</style>
<div id="scroller">
    <p>Content</p>
    <div class="spacer"></div>
</div>