chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-positioned-percent-top.html

<!DOCTYPE html>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/window-resize-repaint.js"></script>
<body style="margin: 0">
    <div style="position: absolute; top: 50%; width: 20px; height: 20px; background-color: blue"></div>
</body>