chromium/third_party/blink/web_tests/paint/invalidation/scroll/fixed-scroll-simple-expected.html

<!DOCTYPE html>
<link rel="stylesheet" href="../resources/default.css">
<body style="height:2000px">
  <div style="top: 200px" class="absolute green"></div>
</body>
<script>
window.scrollTo(0, 100);
</script>