1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/368504-6-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html> 1.5 +<body> 1.6 + xxx 1.7 + <table style="width: 600px" cellspacing=0 cellpadding=0> 1.8 + <tr> 1.9 + <td style="background: lightgreen" colspan=2>x x x x x x x x x x x x </td> 1.10 + <td style="background: gray">xxx</td> 1.11 + </tr> 1.12 + <tr> 1.13 + <td style="background: orange" >xxx</td> 1.14 + <td style="background: lightblue">xxx</td> 1.15 + <td style="background: yellow" >xxx</td> 1.16 + </tr> 1.17 + </table> 1.18 +</body> 1.19 +</html>