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

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