summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/table-baseline-empty-div.html
blob: d203db5ab17f253bd72d5ef0e0080dea206386dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>