次のように高さ200pxの青いブロックが表示されないのはなぜですか?
<div style="position: absolute; height: 500px;">
<div style="width: 200px; height: 300px; background-color: Green; position: relative;">
a</div>
<div style="width: 200px; background-color: Blue; top: 0px; bottom: 0px; position: relative;">
b</div>
</div>