1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-bordercollapse/bc_borderoffset2_ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style> 1.8 +td {width: 100px; text-align:center} 1.9 +caption {border:solid 4px green} 1.10 + 1.11 +</style> 1.12 +</head> 1.13 + 1.14 +<body> 1.15 + 1.16 + 1.17 +<table cellspacing="0" cellpadding="0"><caption>caption</caption> 1.18 + <tr> 1.19 + <td style="border:solid 4px orange; width:102px; height:32px">cell 1</td> 1.20 + </tr> 1.21 +</table> 1.22 +</body> 1.23 +</html>