chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-child-background-image-fixed-tiled-expected.html

<!DOCTYPE html>
<style>
#target {
    width: 1000px;
    height: 1000px;
    background-image: url(../resources/apple.jpg);
    background-attachment: fixed;
}
</style>
<div id="target"></div>