chromium/third_party/blink/web_tests/fast/table/empty-auto-column-zero-divide.html

<body>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
    <p>Test for <a href="rdar://problem/5612459">&lt;rdar://problem/5612459&gt;</a></p>
    <table cellpadding="0" cellspacing="0">
        <tr>
            <td style="width: 10000px;">
                &nbsp;
            </td>
            <td style="width: 1px;">
            </td>
            <td style="width: 10000px;">
            </td>
        </tr>
        <tr>
            <td colspan="3" style="width: 100%;">
            </td>
        </tr>
    </table>
</body>