<!DOCTYPE html>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<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>