From 3511a16d374bfda66bdbd0e96144fb4687793bb9 Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Sat, 25 Feb 2006 10:34:41 +0000 Subject: [PATCH] Linefeed treatment and white space collapse are not performed on fo:title. A test case to document this. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@380918 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.xml | 8 ++- .../title_linefeed-treatment.xml | 54 +++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) mode change 100755 => 100644 test/layoutengine/disabled-testcases.xml create mode 100644 test/layoutengine/standard-testcases/title_linefeed-treatment.xml diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml old mode 100755 new mode 100644 index e77cefd32..9862d57b7 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + @@ -176,6 +176,12 @@ line. http://www.nabble.com/leaders-with-leader-pattern%3D%22use-content%22-t546244.html + + linefeed-treatment in title + title_linefeed-treatment.xml + linefeed treatment and white space +collapse are not performed on a fo:title + keep-with-previous doesn't work in lists list-block_keep-with-previous.xml diff --git a/test/layoutengine/standard-testcases/title_linefeed-treatment.xml b/test/layoutengine/standard-testcases/title_linefeed-treatment.xml new file mode 100644 index 000000000..631df4f47 --- /dev/null +++ b/test/layoutengine/standard-testcases/title_linefeed-treatment.xml @@ -0,0 +1,54 @@ + + + + + +

+ This test checks that linefeed treatment and white space +collapse are performed on a fo:title. +

+
+ + + + + + + + + + The + title + of +the +article + + The + text + of +the +article + + + + + + + + +
-- 2.39.5