summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/862624.html
blob: 9a17adb108de962c11e721687c9710b4a5be2cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <body>
        <table>
            <tbody>
                <tr>
                    <td colspan="0"></td>
                </tr>
                <tr>
                    <td rowspan="5" colspan="900"></td>
                </tr>
                <tr>
                    <td colspan="496"></td>
                    <td></td>
                </tr>
            </tbody>
        </table>
    </body>
</html>