From c8140562d9a25c55b6c60acde377dc0dddfeeb0f Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 31 Jan 2005 17:02:27 +0000 Subject: [PATCH] Test for proportional-column-width() function. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198351 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table-column3.xml | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 test/layoutengine/testcases/table-column3.xml diff --git a/test/layoutengine/testcases/table-column3.xml b/test/layoutengine/testcases/table-column3.xml new file mode 100644 index 000000000..d00fba952 --- /dev/null +++ b/test/layoutengine/testcases/table-column3.xml @@ -0,0 +1,98 @@ + + + + + +

+ This test checks tables, especially table-columns. Using proportional-column-width(). +

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