From f2101b7fa8e5ba8c2ef4019aad1846e0e4917c0c Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 9 Feb 2005 08:28:00 +0000 Subject: [PATCH] Test case for border and padding influencing table-cells. Similar to table-cell5 except with horizontal border-spacing and table border and padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198401 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-cell5a.xml | 199 +++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 test/layoutengine/testcases/table-cell5a.xml diff --git a/test/layoutengine/testcases/table-cell5a.xml b/test/layoutengine/testcases/table-cell5a.xml new file mode 100644 index 000000000..0b95f2091 --- /dev/null +++ b/test/layoutengine/testcases/table-cell5a.xml @@ -0,0 +1,199 @@ + + + + + +

+ This test checks tables, especially table-cells. This test: simple borders with border-collapse="separate", + this time with horizontal border-spacing or border-separation.inline-progression-direction. +

+
+ + + + + + + + + + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + + Reference block + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + + Reference block + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5