6 border:
1px solid gray;
14 <p>webkit.org/b/
115432: There should be no extra space between the top of the text and the top of the table.
</p>
19 <td>Text
<br>Text
<br>Text
</td>
24 var cells
= document
.getElementsByTagName("td");
25 // Ensure layout has run so that we properly invalidate.
27 for (var i
= 0; i
< cells
.length
; ++i
)
28 cells
[i
].style
.verticalAlign
= "baseline";