User:SSastry (WMF)/Tests:Odd pre in td behavior

From mediawiki.org
<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.