From af7f69a9701b0bd154c24d5d2d26c4685c88bc9c Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 31 Jan 2005 15:20:47 +0000 Subject: [PATCH] Test for height and block-progression-dimension on table-row (disabled because it fails). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198350 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 3 +- test/layoutengine/testcases/table-row1.xml | 106 +++++++++++++++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 test/layoutengine/testcases/table-row1.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index d1df54f18..bfc2e4941 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,4 +1,5 @@ breaks1.xml breaks2.xml table-column1.xml -table-column2.xml \ No newline at end of file +table-column2.xml +table-row1.xml \ No newline at end of file diff --git a/test/layoutengine/testcases/table-row1.xml b/test/layoutengine/testcases/table-row1.xml new file mode 100644 index 000000000..98cd6088e --- /dev/null +++ b/test/layoutengine/testcases/table-row1.xml @@ -0,0 +1,106 @@ + + + + + +

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

+
+ + + + + + + + + + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + cell5 + + + cell6 + + + + + cell7 + + + cell8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5