chromium/third_party/blink/web_tests/paint/invalidation/reflection/scroll-fixed-layer-with-reflection-expected.html

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