From 9a2eed7945ca5b92b06438a58ac115e8fb1947bf Mon Sep 17 00:00:00 2001 From: Manuel Mall Date: Tue, 15 Nov 2005 10:28:50 +0000 Subject: Added the problem with whitespace around markers as a disabled test case, changed the example fo to work around the problem git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344348 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + .../layoutengine/standard-testcases/marker_bug.xml | 68 ++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100755 test/layoutengine/standard-testcases/marker_bug.xml (limited to 'test') diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index 7fc929258..8bb23ac87 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -22,6 +22,7 @@ leader-alignment.xml leader_leader-pattern_use-content_bug.xml list-block_keep-with-previous.xml list-item_block_keep-with-previous.xml +marker_bug.xml page-breaking_4.xml page-breaking_6.xml page-height_indefinite_simple.xml diff --git a/test/layoutengine/standard-testcases/marker_bug.xml b/test/layoutengine/standard-testcases/marker_bug.xml new file mode 100755 index 000000000..4dc5cfd89 --- /dev/null +++ b/test/layoutengine/standard-testcases/marker_bug.xml @@ -0,0 +1,68 @@ + + + + + +

+ This test checks for a bug with markers where white space is not removed. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + First marker with whitespace around + + + + Second marker with no whitespace around + + + + + + + + + + + + + + + +
-- cgit v1.2.3