From 75c96edad5d43fcea87fd7b9248ef36ebd041894 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 31 Jan 2005 13:58:53 +0000 Subject: [PATCH] First most basic test for tables. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198348 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/testcases/table1.xml | 106 +++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 test/layoutengine/testcases/table1.xml diff --git a/test/layoutengine/testcases/table1.xml b/test/layoutengine/testcases/table1.xml new file mode 100644 index 000000000..37895867c --- /dev/null +++ b/test/layoutengine/testcases/table1.xml @@ -0,0 +1,106 @@ + + + + + +

+ This test checks basic tables. +

+
+ + + + + + + + + + + + + + + + cell1 + + + cell2 + + + + + cell3 + + + cell4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5