From 37060ceeeca147bcc3e2e73e3073f0e00ba6051a Mon Sep 17 00:00:00 2001 From: Manuel Mall Date: Thu, 13 Oct 2005 14:16:16 +0000 Subject: Separated the working inline border padding with nested block tests from the broken tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320776 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 3 +- .../inline_border_padding_block_nested.xml | 142 --------------------- .../inline_border_padding_block_nested_1.xml | 123 ++++++++++++++++++ 3 files changed, 124 insertions(+), 144 deletions(-) delete mode 100755 test/layoutengine/testcases/inline_border_padding_block_nested.xml create mode 100755 test/layoutengine/testcases/inline_border_padding_block_nested_1.xml (limited to 'test/layoutengine') diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index c0df6b35a..2c69eee68 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,5 +1,4 @@ block-container_reference-orientation_bug36391.xml -block_font-family_asian.xml block_font-stretch.xml block_padding_2.xml block_space-before_space-after_2.xml @@ -9,7 +8,7 @@ block_word-spacing_text-align_justify.xml external-graphic_oversized.xml inline-block_keep-together.xml inline_block_nested_3.xml -inline_border_padding_block_nested.xml +inline_border_padding_block_nested_2.xml inline-container_block_nested.xml inline-container_border_padding.xml inline_letter-spacing.xml diff --git a/test/layoutengine/testcases/inline_border_padding_block_nested.xml b/test/layoutengine/testcases/inline_border_padding_block_nested.xml deleted file mode 100755 index 81c340bd5..000000000 --- a/test/layoutengine/testcases/inline_border_padding_block_nested.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - - -

- This test checks fo:inlines with border and padding properties and nested inner blocks. -

-
- - - - - - - - - - - Before inline - starting with a block - after block - After inline - - - Before inline - before block - having a block at the end of an inline - After inline - - - Before inline - before block - As far as the laws of mathematics refer to reality, they are not certain, - and as far as they are certain, they do not refer to reality - Albert Einstein - after block - After inline - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/test/layoutengine/testcases/inline_border_padding_block_nested_1.xml b/test/layoutengine/testcases/inline_border_padding_block_nested_1.xml new file mode 100755 index 000000000..393745999 --- /dev/null +++ b/test/layoutengine/testcases/inline_border_padding_block_nested_1.xml @@ -0,0 +1,123 @@ + + + + + +

+ This test checks fo:inlines with border and padding properties and nested inner blocks. +

+
+ + + + + + + + + + + Before inline + starting with a block + after block + After inline + + + Before inline + before block + having a block at the end of an inline + After inline + + + Before inline + before block + As far as the laws of mathematics refer to reality, they are not certain, + and as far as they are certain, they do not refer to reality - Albert Einstein + after block + After inline + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3