layout/reftests/bugs/370525-rowspan-2a.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/370525-rowspan-2a.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     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 and specified height on a sibling of the cell with percent-height div.
    1.11 +<table>
    1.12 + <tr>
    1.13 +   <td style="background: lightgreen">
    1.14 +    <div style="height: 75%">
    1.15 +     height=75% / ignored
    1.16 +    </div>
    1.17 +    blah
    1.18 +   </td>
    1.19 +   <td  style="background: lightblue" height="200px"  rowspan="2">
    1.20 +    height=200px.
    1.21 +   </td>
    1.22 + </tr>
    1.23 + <tr>
    1.24 +   <td style="background: orange">
    1.25 +   2nd row, 1st column
    1.26 +   </td>
    1.27 + </tr>
    1.28 +</table>
    1.29 +</body>
    1.30 +</html>
    1.31 +

mercurial