layout/tables/crashtests/350524-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/tables/crashtests/350524-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +
     1.7 +
     1.8 +
     1.9 +</head>
    1.10 +
    1.11 +
    1.12 +<body>
    1.13 +
    1.14 +
    1.15 +<h3>Tables</h3>
    1.16 +
    1.17 +<table style="border-collapse: collapse;">
    1.18 +  <tbody>
    1.19 +    <tr>
    1.20 +      <td>td</td>
    1.21 +    </tr>
    1.22 +  </tbody>
    1.23 +  <tbody>
    1.24 +    <tr style="visibility: collapse;">
    1.25 +      <td colspan="0">td</td>
    1.26 +    </tr>
    1.27 +    <tr>
    1.28 +      <td>td</td>
    1.29 +      <td colspan="0">td</td>
    1.30 +    </tr>
    1.31 +  </tbody>
    1.32 +</table>
    1.33 +
    1.34 +
    1.35 +</body>
    1.36 +</html>

mercurial