summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/window-resize-media-query.html
blob: 5981a50b0a238ee2378919edc4baedb8c8916602 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script src="resources/window-resize-repaint.js"></script>
<style media="(min-height: 201px)">
body { background-color: blue; }
</style>
<style media="(max-height: 200px)">
body { background-color: yellow; }
</style>