chromium/third_party/blink/web_tests/fast/css/table-baseline-empty-div.html

<!DOCTYPE html>
<style>
.cell{
    height:453px;
    vertical-align: baseline;
}
</style>
<table>
<td class="cell">
    crbug.com/513319: If a cell has content, even it is zero height, it should set the baseline for the row. This text should be at the top of the page.
</td>
<td class="cell">
    <div></div>
</td>
</table>