chromium/third_party/blink/web_tests/fast/table/whitespace-in-table-cells-when-div-appended-expected.html

<!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>