diff options
author | Keiron Liddle <keiron@apache.org> | 2001-05-22 13:05:25 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-05-22 13:05:25 +0000 |
commit | a9a672d20a34f032e412a83bf21f224d998f3ea9 (patch) | |
tree | d95dc7e1e3ef496e856cff76055ea65ac753cc4a /test/xml/bugtests/block-container.fo | |
parent | 7c81f7df15ae54e96d99ec11c3f3b940855897dd (diff) | |
download | xmlgraphics-fop-a9a672d20a34f032e412a83bf21f224d998f3ea9.tar.gz xmlgraphics-fop-a9a672d20a34f032e412a83bf21f224d998f3ea9.zip |
put bugtests back in here
still needs catagorisation and cleanup
now all these can be part of the build test target
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/xml/bugtests/block-container.fo')
-rw-r--r-- | test/xml/bugtests/block-container.fo | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/test/xml/bugtests/block-container.fo b/test/xml/bugtests/block-container.fo new file mode 100644 index 000000000..f9e49d6ce --- /dev/null +++ b/test/xml/bugtests/block-container.fo @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> + <fo:layout-master-set> + <fo:simple-page-master master-name="simplePM" + page-height="25cm" + page-width="20cm" + margin-top="1cm" + margin-bottom="1cm" + margin-left="1.5cm" + margin-right="1.5cm"> + <fo:region-before extent="2.5cm"/> + <fo:region-body margin-top="3cm" margin-bottom="3cm"/> + <fo:region-after extent="2.5cm"/> + </fo:simple-page-master> + </fo:layout-master-set> + + <fo:page-sequence master-name="simplePM"> + <fo:static-content flow-name="xsl-region-before"> + <fo:block-container border-color="black" border-style="solid" border-width="1pt" height="2.5cm" width="4cm" padding="8pt" position="absolute"> + <fo:block text-align="start" line-height="2cm" font-family="sans-serif" font-size="12pt"> + SOLD TO + </fo:block> + <fo:block text-align="start" line-height="1cm" font-family="sans-serif" font-size="12pt"> + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO + </fo:block> + </fo:block-container> + </fo:static-content> + <fo:flow flow-name="xsl-region-body"> + <fo:block text-align="start" line-height="1cm" font-family="sans-serif" font-size="12pt"> + BBBBBBBBBBBBBBB + </fo:block> + </fo:flow> + </fo:page-sequence> +</fo:root> |