From eb182231d1b438d89770a4c01a358379eec1fd8f Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 22 Nov 2005 09:57:42 +0000 Subject: [PATCH] Checks for Bugzilla #37579. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348138 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.xml | 16 +++++ .../standard-testcases/footnote_in_list.xml | 68 ++++++++++++++++++ .../standard-testcases/footnote_in_table.xml | 72 +++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 test/layoutengine/standard-testcases/footnote_in_list.xml create mode 100644 test/layoutengine/standard-testcases/footnote_in_table.xml diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 1089827d9..ad9e8a7fa 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -98,6 +98,22 @@ Space resolution does not work between footnote regions. + + footnote in lists + footnote_in_list.xml + Element lists for lists are created by combining the + element lists from list-item-label and list-item-body. The + footnotes contained in the KnuthBlockBoxes are not propagated to + the combined element list. + + + footnote in tables + footnote_in_table.xml + Element lists for tables are created by combining the + element lists from the individual table-cells. The footnotes + contained in the KnuthBlockBoxes are not propagated to the combined + element list. + inline block keep-together inline-block_keep-together.xml diff --git a/test/layoutengine/standard-testcases/footnote_in_list.xml b/test/layoutengine/standard-testcases/footnote_in_list.xml new file mode 100644 index 000000000..0d25bdf22 --- /dev/null +++ b/test/layoutengine/standard-testcases/footnote_in_list.xml @@ -0,0 +1,68 @@ + + + + + +

+ This test checks footnotes in lists. +

+

http://issues.apache.org/bugzilla/show_bug.cgi?id=37579

+
+ + + + + + + + + + + Footnote in normal block + 1) + + + 1) The footnote from the normal block. + + . + + + + + label + + + + Footnote in list + 2) + + + 2) The footnote from the list. + + . + + + + + + + + + + + +
diff --git a/test/layoutengine/standard-testcases/footnote_in_table.xml b/test/layoutengine/standard-testcases/footnote_in_table.xml new file mode 100644 index 000000000..c9cf840de --- /dev/null +++ b/test/layoutengine/standard-testcases/footnote_in_table.xml @@ -0,0 +1,72 @@ + + + + + +

+ This test checks footnotes in tables. +

+

http://issues.apache.org/bugzilla/show_bug.cgi?id=37579

+
+ + + + + + + + + + + Footnote in normal block + 1) + + + 1) The footnote from the normal block. + + . + + + + + + + + table-cell1 + + + + Footnote in table + 2) + + + 2) The footnote from the table. + + . + + + + + + + + + + + + +
-- 2.39.5