blob: 7704bd02474b5a912c3873887b740ca4d9995fdd [file] [log] [blame]
<!DOCTYPE html>
<p> crbug.com/511401: Ensure correct treatment of whitespace when div added to a row. </p>
<table style="width:700px;" id="table">
<tr>
<th>Text</th>
<th>Text</th>
<th>Text</th>
</tr>
<tr>
<td>Text</td>
<td>Div</td>
<td>Text</td>
</tr>
</table>