layout/reftests/bugs/370525-rowspan-1c-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/370525-rowspan-1c-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<link rel="stylesheet" href="370525-style.css"/>
     1.7 +</head>
     1.8 +
     1.9 +<body>
    1.10 +rowspan=2 on the cell with the percent-height div, with specified
    1.11 +height on a sibling. Also, does not explicitly create 2nd row.
    1.12 +<table>
    1.13 + <tr>
    1.14 +   <td style="background: lightgreen" rowspan="2">
    1.15 +    <div style="height: 150px">
    1.16 +     height=75% / 150px
    1.17 +    </div>
    1.18 +    blah
    1.19 +   </td>
    1.20 +   <td  style="background: lightblue" height="200px">
    1.21 +    height=200px.
    1.22 +   </td>
    1.23 + </tr>
    1.24 +</table>
    1.25 +</body>
    1.26 +</html>

mercurial