aboutsummaryrefslogtreecommitdiffstats
path: root/test/xml/bugtests/list-nested-breaks.fo
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-05-22 13:05:25 +0000
committerKeiron Liddle <keiron@apache.org>2001-05-22 13:05:25 +0000
commita9a672d20a34f032e412a83bf21f224d998f3ea9 (patch)
treed95dc7e1e3ef496e856cff76055ea65ac753cc4a /test/xml/bugtests/list-nested-breaks.fo
parent7c81f7df15ae54e96d99ec11c3f3b940855897dd (diff)
downloadxmlgraphics-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/list-nested-breaks.fo')
-rw-r--r--test/xml/bugtests/list-nested-breaks.fo196
1 files changed, 196 insertions, 0 deletions
diff --git a/test/xml/bugtests/list-nested-breaks.fo b/test/xml/bugtests/list-nested-breaks.fo
new file mode 100644
index 000000000..1e7742d89
--- /dev/null
+++ b/test/xml/bugtests/list-nested-breaks.fo
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="utf-8"?>
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+
+ <!-- defines the layout master -->
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="first"
+ page-height="29.7cm" page-width="21cm"
+ margin-top="1cm"
+ margin-bottom="2cm"
+ margin-left="2.5cm"
+ margin-right="2.5cm">
+ <fo:region-body margin-top="3cm"/>
+ <fo:region-before extent="3cm"/>
+ <fo:region-after extent="1.5cm"/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+
+ <!-- starts actual layout -->
+ <fo:page-sequence master-name="first">
+
+ <!-- Inserts a header with the page number -->
+ <fo:static-content flow-name="xsl-region-before">
+ <fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt">
+ XSL-FO Example: simple list - p. <fo:page-number/>
+ </fo:block>
+ </fo:static-content>
+
+ <fo:flow flow-name="xsl-region-body">
+
+ <!-- title -->
+ <fo:block font-size="14pt"
+ font-family="sans-serif"
+ line-height="18pt"
+ space-before.optimum="3pt"
+ space-after.optimum="3pt"
+ font-weight="bold"
+ start-indent="15pt">
+ Validity Constraint: Standalone Document Declaration
+ </fo:block>
+
+ <!-- normal text -->
+ <fo:block font-size="12pt"
+ font-family="sans-serif"
+ line-height="15pt"
+ space-after.optimum="3pt" >
+ The standalone document declaration must have the value "no" if
+ any external markup declarations contain declarations of:
+ </fo:block>
+
+ <!-- list -->
+ <fo:list-block>
+
+ <!-- list item -->
+ <fo:list-item>
+ <!-- insert a bullet -->
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <!-- list text -->
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>
+ attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
+ </fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+
+ <!-- list item -->
+ <fo:list-item>
+ <!-- insert a bullet -->
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <!-- list text -->
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>
+ entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or
+ </fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+
+ <!-- list entry -->
+ <fo:list-item>
+ <!-- insert a bullet -->
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <!-- list text -->
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>
+ attributes with values subject to normalization, where the attribute appears in the document with a value which will
+ </fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+
+ <!-- list entry -->
+ <fo:list-item>
+ <!-- insert a bullet -->
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <!-- list text -->
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>
+ change as a result of normalization, or
+ </fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+
+ <!-- list entry -->
+ <fo:list-item>
+ <!-- insert a bullet -->
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <!-- list text -->
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>
+ element types with element content, if white space occurs directly within any instance of those types.
+ <fo:list-block>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the first item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the second item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the third item of a nested list. The next list item's block will have a page break-after</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block break-after="page">This is the fourth item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the fifth item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the sixth item of a nested list. The next list-item-body's block contains a page break-before.</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block break-before="page">This is the seventh item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ <fo:list-item>
+ <fo:list-item-label end-indent="label-end()">
+ <fo:block><fo:inline font-family="Symbol">&#183;</fo:inline></fo:block>
+ </fo:list-item-label>
+ <fo:list-item-body start-indent="body-start()">
+ <fo:block>This is the eigth item of a nested list</fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+ </fo:list-block>
+ </fo:block>
+ </fo:list-item-body>
+ </fo:list-item>
+
+ </fo:list-block>
+ <!-- end list -->
+
+ </fo:flow>
+ </fo:page-sequence>
+</fo:root>
+
+