Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / correct-baseline-after-style-change-expected.html
blobf3be4e8da66dc6d9b955eb9fbcc51ec98fe2a210
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 td {
6 border: 1px solid gray;
7 vertical-align: baseline;
9 input {
10 visibility: hidden;
12 </style>
13 </head>
14 <body>
15 <p>webkit.org/b/115432: There should be no extra space between the top of the text and the top of the table.</p>
16 <form>
17 <table>
18 <tr>
19 <td>Text</td>
20 <td>Text<br>Text<br>Text</td>
21 </tr>
22 </table>
23 </form>
24 </body>
25 </html>