From e9849885b0c2300380703300f7a5ab0fea7a3249 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 4 Feb 2005 17:10:57 +0000 Subject: [PATCH] Test for block-progression-dimension and height on table-cell. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198378 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 3 +- test/layoutengine/testcases/table-cell1.xml | 168 ++++++++++++++++++++ 2 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 test/layoutengine/testcases/table-cell1.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index f1e28bb0b..9ecfa09ce 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,3 +1,4 @@ breaks1.xml breaks2.xml -table-row1.xml \ No newline at end of file +table-row1.xml +table-cell1.xml \ No newline at end of file diff --git a/test/layoutengine/testcases/table-cell1.xml b/test/layoutengine/testcases/table-cell1.xml new file mode 100644 index 000000000..c821fe6aa --- /dev/null +++ b/test/layoutengine/testcases/table-cell1.xml @@ -0,0 +1,168 @@ + + + + + +

+ This test checks tables, especially table-cells. This test: height and block-progression-dimension. +

+
+ + + + + + + + + + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + cell5 + + + cell6 + + + + + cell7 + + + + cell8a + cell8b + cell8c + + + + + + cell9 + + + + cell10a + cell10b + cell10c + + + + + + cell11 + + + + cell12a + cell12b + cell12c + + + + + + cell13 + + + + cell14a + cell14b + cell14c + + + + + + cell15 + + + cell16 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5