Если вы делаете
<div style="height: 500px; background: #f00; display: table;">
<div style="display: table-cell;">
<div style="display: table; height: 100%; background: #00f;">
<div style="display: table-cell;">asd</div>
</div>
</div>
</div>
Вы увидите, что это полная высота в Opera.
Текст просто не заполнит область.