gecko-dev/layout/reftests/table-bordercollapse/bordercol.css
Emilio Cobos Álvarez 2c6c40c0a0 Bug 1382896 - Update tests. r=jrmuizel
Mostly straight-forward, the bordercol.css changes are just color renames, but
that file had bogus newlines and such so it looks much bigger.

Differential Revision: https://phabricator.services.mozilla.com/D6604
2018-09-26 15:28:13 +02:00

23 lines
804 B
CSS

table {
margin-bottom: 0.5in;
}
caption {
font-weight: bold;
font-style: italic;
}
td {background-color:LightCyan}
table.topLight {border-top: 1px solid #b2b2b2}
table.bottom {border-bottom: 1px solid black}
table.bottomDark {border-bottom: 1px solid #4c4c4c}
table.leftLight {border-left: 1px solid #b2b2b2}
table.right {border-right: 1px solid black}
table.rightDark {border-right: 1px solid #4c4c4c}
table.top {border-top: 1px solid black}
table.left {border-left: 1px solid black}
table.bc {border-collapse:collapse}
tbody.border{border-top: 1px solid black; border-bottom: 1px solid black; }
tr.border{border-top: 1px solid black; border-bottom: 1px solid black; }
td.border{border-left:1px solid black;}
div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }