1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-bordercollapse/bordercol-orig.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 + 1.5 +table { 1.6 + margin-bottom: 0.5in; 1.7 + } 1.8 +caption { 1.9 + font-weight: bold; 1.10 + font-style: italic; 1.11 + } 1.12 +td {background-color:LightCyan } 1.13 + 1.14 +table.topLight {border-top: 1px solid #B2B2B2} 1.15 +table.bottom {border-bottom: 1px solid #505050} 1.16 +table.bottomDark {border-bottom: 1px solid black} 1.17 +table.leftLight {border-left: 1px solid #B2B2B2} 1.18 +table.right {border-right: 1px solid #505050} 1.19 +table.rightDark {border-right: 1px solid black} 1.20 +table.top {border-top: 1px solid #505050} 1.21 +table.left {border-left: 1px solid #505050} 1.22 +table.bc {border-collapse:collapse} 1.23 +tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; } 1.24 +tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; } 1.25 +td.border{border-left:1px solid #505050;} 1.26 +