aboutsummaryrefslogtreecommitdiffstats
path: root/fop/test/events/validation.fo
diff options
context:
space:
mode:
Diffstat (limited to 'fop/test/events/validation.fo')
-rw-r--r--fop/test/events/validation.fo15
1 files changed, 15 insertions, 0 deletions
diff --git a/fop/test/events/validation.fo b/fop/test/events/validation.fo
new file mode 100644
index 000000000..f4f30e05d
--- /dev/null
+++ b/fop/test/events/validation.fo
@@ -0,0 +1,15 @@
+<?xml version="1.0" standalone="no"?>
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="page"
+ page-height="420pt" page-width="320pt" margin="10pt">
+ <fo:region-body background-color="#F0F0F0"/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+ <fo:page-sequence master-reference="page">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:block border-before-style="blah">This block contains has a property with an invalid
+ value.</fo:block>
+ </fo:flow>
+ </fo:page-sequence>
+</fo:root>