layout/tables/crashtests/347506-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/tables/crashtests/347506-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +
     1.6 +<body>
     1.7 +
     1.8 +<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     1.9 +
    1.10 +  <mtable>
    1.11 +    <mtr>
    1.12 +       <mtd><mi>x</mi></mtd>
    1.13 +       <mtd rowspan="4" columnspan="4"><mi>y</mi></mtd>
    1.14 +    </mtr>
    1.15 +    <mtr>
    1.16 +       <mtd rowspan="0" columnspan="0"><mi>z</mi></mtd>
    1.17 +       <mtd><mi>w</mi></mtd>
    1.18 +    </mtr>
    1.19 +  </mtable>
    1.20 +
    1.21 +
    1.22 +</math></div>
    1.23 +
    1.24 +</body>
    1.25 +
    1.26 +</html>
    1.27 \ No newline at end of file

mercurial