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

<!DOCTYPE html>
<style>
body {
    background-image: linear-gradient(red, blue);
    background-attachment: fixed;
}
</style>