From ec0a6212ec2dfb905efa2914d153cd9035c06260 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 25 Jan 2005 13:17:14 +0000 Subject: [PATCH] First batch of text-decoration tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198318 13f79535-47bb-0310-9956-ffa450edef68 --- .../testcases/text-decoration1.xml | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 test/layoutengine/testcases/text-decoration1.xml diff --git a/test/layoutengine/testcases/text-decoration1.xml b/test/layoutengine/testcases/text-decoration1.xml new file mode 100644 index 000000000..4a11206e8 --- /dev/null +++ b/test/layoutengine/testcases/text-decoration1.xml @@ -0,0 +1,104 @@ + + + + + +

+ This test checks text-decoration. +

+
+ + + + + + + + + + + underline: normal underline normal + overline: normal overline normal + line-through: normal line-through normal + blink: normal blink normal + + overline/underline: normal over/under normal + overline/underline/line-through: normal over/under/through normal + + full block underlined + underlining a single character: + page-number and citation: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5