chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-no-layout-change2.html

<!DOCTYPE html>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/window-resize-repaint.js"></script>
<style>
  html { overflow: hidden; }
</style>
<div style="position: absolute; width: 2000px; height: 2000px; background-color: blue">
    <div style="width: 20%; height: 20%; background-color: yellow">
    </div>
</div>