chromium/third_party/blink/web_tests/paint/invalidation/window-resize/window-resize-viewport-percent-expected.html

<!DOCTYPE html>
<body style="margin: 0">
    <div style="position: absolute">
        <div style="position: absolute">
            <div style="position: absolute">
                <div style="width: 10vh; height: 10vh; background-color: blue">
                </div>
            </div>
        </div>
    </div>
</body>