From 5cded0d5c204d6c5a49b1915d7595b2c67a20881 Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Thu, 24 Apr 2008 17:46:31 +0000 Subject: Improve table-unit computation if proportional-column-width() is used as a subexpression. Fixes bug 44658. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651323 13f79535-47bb-0310-9956-ffa450edef68 --- .../table-cell_table-units_mixed.xml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table-cell_table-units_mixed.xml (limited to 'test/layoutengine') diff --git a/test/layoutengine/standard-testcases/table-cell_table-units_mixed.xml b/test/layoutengine/standard-testcases/table-cell_table-units_mixed.xml new file mode 100644 index 000000000..868b14388 --- /dev/null +++ b/test/layoutengine/standard-testcases/table-cell_table-units_mixed.xml @@ -0,0 +1,61 @@ + + + + + +

+ This test checks the calculation of table units when the column + widths are a mixture of fixed and proportional widths. +

+
+ + + + + + + + + + + + + + + + Cell 1.1 + + + Cell 2.2 + + + Cell 3.3 + + + + + + + + + + + + +
-- cgit v1.2.3