1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/tables/crashtests/695430-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1.5 +<html class="reftest-print"> 1.6 +<style> 1.7 +div.spacer{height:80px} 1.8 +td { border: solid 1px blue} 1.9 +table {border: solid 1px green} 1.10 +</style> 1.11 +<body> 1.12 + 1.13 + <div class="spacer"> </div> 1.14 + 1.15 + <table> 1.16 + <tbody> 1.17 + <tr> 1.18 + <td height="50" ></td> 1.19 + <td rowspan="2"><img height="120" width="60"></td> 1.20 + </tr> 1.21 + <tr> 1.22 + <td height="500" width="70"></td> 1.23 + </tr> 1.24 + </tbody> 1.25 + </table> 1.26 +</body></html>