chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug69382-2.html

<html>
<head></head>
<body>
<form>
<table border="1">
<tr>
        <input type="hidden"><!-- these fields are breaking the table -->
        <td rowspan="2">5</td>
        <td rowspan="2">**</td>
        <td>Text text text</td>
        <td>&nbsp;</td>
        <td>1970</td>
</tr>
<tr>
        <td colspan="4">No Holdings Available</td>
</tr>
<tr>
        <input type="hidden"><!-- these fields are breaking the table -->
        <td rowspan="2">6</td>
        <td rowspan="2">**</td>
        <td>Text text text</td>
        <td>&nbsp;</td>
        <td>1970</td>
</tr>
<tr>
        <td colspan="4">No Holdings Available</td>
</tr>
</table>
</form>
</body>
</html>