From 89b34550c9bb72ba8dcf01e09038ad11ec5757f6 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Thu, 7 Nov 2013 12:27:22 +0000 Subject: Added support for non-default values of alignment-adjust git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1539610 13f79535-47bb-0310-9956-ffa450edef68 --- .../inline-container_alignment-adjust.xml | 210 +++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 test/layoutengine/standard-testcases/inline-container_alignment-adjust.xml (limited to 'test/layoutengine') diff --git a/test/layoutengine/standard-testcases/inline-container_alignment-adjust.xml b/test/layoutengine/standard-testcases/inline-container_alignment-adjust.xml new file mode 100644 index 000000000..917a3a1d2 --- /dev/null +++ b/test/layoutengine/standard-testcases/inline-container_alignment-adjust.xml @@ -0,0 +1,210 @@ + + + + + +

+ Checks that the alignment-adjust property on inline-container behaves properly. +

+
+ + + + + + + + + + + alignment-adjust="before-edge": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="text-before-edge": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="after-edge": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="text-after-edge": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="middle": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="central": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="ideographic": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="alphabetic": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="hanging": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + alignment-adjust="mathematical": + The line before. The line before. Before: + Inside the inline-container. + After the inline-container. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3