summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/window-resize-viewport-percent.html
blob: a6892aa4bd099328304b923edb736e9f81d1cb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<script src="resources/window-resize-repaint.js"></script>
<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>