blob: a3ffc2086b9b297fc6b71eba599fe5c99ec57d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>Div</td>
<td>Text</td>
<td>Text</td>
</tr>
</table>
|