layout/reftests/bugs/370525-sib-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/370525-sib-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     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 +Specified height on sibling cell
    1.11 +<table>
    1.12 +  <tr>
    1.13 +   <td style="background: lightgreen">
    1.14 +    <div style="height: 150px">height=75% / 150px</div>
    1.15 +    blah
    1.16 +  </td>
    1.17 +  <td style="height: 200px; background: lightblue">height=200px</td>
    1.18 + </tr>
    1.19 +</table>
    1.20 +</body>
    1.21 +</html>

mercurial