Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / table-baseline-empty-div.html
blobd203db5ab17f253bd72d5ef0e0080dea206386dd
1 <!DOCTYPE html>
2 <style>
3 .cell{
4 height:453px;
5 vertical-align: baseline;
7 </style>
8 <table>
9 <td class="cell">
10 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.
11 </td>
12 <td class="cell">
13 <div></div>
14 </td>
15 </table>