Fix issue with auto table layout when cells have multiple fragments. Fixes some layout issues related to #2554.

This commit is contained in:
Glenn Watson 2014-07-18 12:11:03 +10:00
parent c85f6db17b
commit 049b99cfac
4 changed files with 35 additions and 2 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table>
<tbody>
<tr>
<td>
<span>1234567890</span>
</td>
</tr>
</tbody>
</table>
</body>
</html>