chromium/third_party/blink/web_tests/paint/invalidation/scroll/fixed-and-absolute-position-scrolled-expected.html

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