User:SSastry (WMF)/Tests:Odd pre in td behavior
Appearance
<table>
<tr>
<td>
a</td>
<td>
b
</td>
</tr>
</table>
renders as follows:
a |
b |
So a is not in a pre-tag but b is, depending on whether closing-td tag is on a new line or not.