chromium/third_party/blink/web_tests/paint/invalidation/scroll/scroll-fixed-layer-with-no-visible-content-expected.html

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