summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-bordercollapse/bordercol-orig.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-bordercollapse/bordercol-orig.css')
-rw-r--r--layout/reftests/table-bordercollapse/bordercol-orig.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/table-bordercollapse/bordercol-orig.css b/layout/reftests/table-bordercollapse/bordercol-orig.css
new file mode 100644
index 0000000000..65dc2803d0
--- /dev/null
+++ b/layout/reftests/table-bordercollapse/bordercol-orig.css
@@ -0,0 +1,23 @@
+
+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 #505050}
+table.bottomDark {border-bottom: 1px solid black}
+table.leftLight {border-left: 1px solid #B2B2B2}
+table.right {border-right: 1px solid #505050}
+table.rightDark {border-right: 1px solid black}
+table.top {border-top: 1px solid #505050}
+table.left {border-left: 1px solid #505050}
+table.bc {border-collapse:collapse}
+tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
+tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
+td.border{border-left:1px solid #505050;}
+