From 8c3e6a5e1545f69560c17e9845d60e38c59bab72 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 8 Apr 2014 19:30:37 +0000 Subject: Added support for multiple multi-switch appearing on the same page. Modified MultiSwitchLM to have its standard behaviour by default. Moved BestFitLayoutUtils into MultiSwitchLM. Code clean-up and javadoc. Patch by Seifeddine Dridi, applied with some modifications. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_WhitespaceManagement@1585822 13f79535-47bb-0310-9956-ffa450edef68 --- ...i-switch_best-fit_multiple_dynamic_contents.xml | 98 ++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 test/layoutengine/standard-testcases/multi-switch_best-fit_multiple_dynamic_contents.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/multi-switch_best-fit_multiple_dynamic_contents.xml b/test/layoutengine/standard-testcases/multi-switch_best-fit_multiple_dynamic_contents.xml new file mode 100644 index 000000000..df4c59f74 --- /dev/null +++ b/test/layoutengine/standard-testcases/multi-switch_best-fit_multiple_dynamic_contents.xml @@ -0,0 +1,98 @@ + + + + +

+ Test that multiple whitespace managment elements on the same page are handled nicely. +

+
+ + + + + + + + + + + + MS 1 Variant 1 + + + + + MS 2 Variant 1 + + + + + MS 3 Variant 1 + + + + + + + + + + MS 1 Variant 1 + + + + + MS 2 Variant 1 + + + + + MS 3 Variant 1 + + + MS 3 Variant 2 + + + + + MS 4 Variant 1 + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3