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

<!DOCTYPE html>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/window-resize-repaint.js"></script>
<style>
body {
    background-image: linear-gradient(red, blue);
    background-attachment: fixed;
}
</style>