chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-percent-width-height.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; width: 50%; height: 50%; background-color: blue"></div>
</body>