Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / window-resize-media-query.html
blob5981a50b0a238ee2378919edc4baedb8c8916602
1 <!DOCTYPE html>
2 <script src="resources/window-resize-repaint.js"></script>
3 <style media="(min-height: 201px)">
4 body { background-color: blue; }
5 </style>
6 <style media="(max-height: 200px)">
7 body { background-color: yellow; }
8 </style>