1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/370525-rowspan-2b-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 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 1.11 +percent-height div. Also, does not explicitly create 2nd row. 1.12 +<table> 1.13 + <tr> 1.14 + <td style="background: lightgreen"> 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" rowspan="2"> 1.21 + height=200px. 1.22 + </td> 1.23 + </tr> 1.24 +</table> 1.25 +</body> 1.26 +</html> 1.27 +