summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom.html
blob: 99d5d98b324d2b489358941b3b7fb4aab610dbe6 (plain)
1
2
3
4
5
<!DOCTYPE html>
<script src="resources/window-resize-repaint.js"></script>
<body style="margin: 0">
    <div style="position: absolute; width: 20px; height: 20px; bottom: 20px; background-color: blue"></div>
</body>