chromium/third_party/blink/web_tests/paint/invalidation/position/fixed-scale-expected.html

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