From 26ff0b3f835290f1e8efa7bb38c2368ca5dddb2a Mon Sep 17 00:00:00 2001 From: Matthias Reischenbacher Date: Sat, 29 Apr 2017 22:17:48 +0000 Subject: FOP-2570: fix border placement of spanned table cells in r-l writing-mode git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1793236 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/table-border-span-rl.xml | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 fop/test/layoutengine/standard-testcases/table-border-span-rl.xml (limited to 'fop/test') diff --git a/fop/test/layoutengine/standard-testcases/table-border-span-rl.xml b/fop/test/layoutengine/standard-testcases/table-border-span-rl.xml new file mode 100644 index 000000000..6e0d46ffc --- /dev/null +++ b/fop/test/layoutengine/standard-testcases/table-border-span-rl.xml @@ -0,0 +1,133 @@ + + + + + +

This test checks correct placement of table borders of spanned table cells in right-to-left writing mode.

+
+ + + + + + + + + + + + + + + + + + A1,B1,C1 + + + + + A2 + + + B2 + + + C2 + + + + + A2,B2 + + + C2 + + + + + A3 + + + B3,C3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3