diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2010-04-09 15:21:00 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2010-04-09 15:21:00 +0000 |
commit | 83f36b614c3f1f1a866ff70fe9363cd5be31e986 (patch) | |
tree | 6e96940806b3600d3bd964eb24611a43fa7e7505 /test/events/area.fo | |
parent | fad33d93cca6ce80d6291b7b36f8ed5f01f6b6d7 (diff) | |
download | xmlgraphics-fop-83f36b614c3f1f1a866ff70fe9363cd5be31e986.tar.gz xmlgraphics-fop-83f36b614c3f1f1a866ff70fe9363cd5be31e986.zip |
Added test cases to ensure that the event notification system runs smoothly
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/events/area.fo')
-rw-r--r-- | test/events/area.fo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/events/area.fo b/test/events/area.fo new file mode 100644 index 000000000..d10beccb0 --- /dev/null +++ b/test/events/area.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>This text contains an <fo:basic-link internal-destination="unresolved" + color="blue">unresolved reference</fo:basic-link>.</fo:block> + </fo:flow> + </fo:page-sequence> +</fo:root> |