From fe93aa10507b9eed62f6db551e7dbcc7ea023c06 Mon Sep 17 00:00:00 2001 From: "Andreas L. Delmelle" Date: Tue, 14 Feb 2006 16:41:13 +0000 Subject: [PATCH] Testcase for the background-position shorthand. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@377763 13f79535-47bb-0310-9956-ffa450edef68 --- .../background-position-shorthand-test.fo | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 test/fotree/testcases/background-position-shorthand-test.fo diff --git a/test/fotree/testcases/background-position-shorthand-test.fo b/test/fotree/testcases/background-position-shorthand-test.fo new file mode 100644 index 000000000..943a29a8f --- /dev/null +++ b/test/fotree/testcases/background-position-shorthand-test.fo @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + Test background-position shorthand: initial values + + + + + Test background-position shorthand: "50% 50%" + + + + + Test background-position shorthand: "2in 50%" + + + + + Test background-position shorthand: "100%" + + + + + Test background-position shorthand: "top center" + + + + + Test background-position shorthand: "right bottom" + + + + + + Test background-position shorthand: "inherit" + + + + + -- 2.39.5