Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / table-baseline-positioned-div.html
blobb97a839d7fbfa70057c339a6178db7c244ebff02
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 if it doesn't create height in the cell <br>
11 like a positioned child for example, it should set the baseline for the row. This text <br>
12 should be at the top of the page.
13 </td>
14 <td class="cell">
15 <div style="position: absolute; height: 10px; width: 10px;"></div>
16 </td>
17 </table>