Modified: xmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/marker_white-space-treatment_bug42703.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/marker_white-space-treatment_bug42703.xml?rev=653718&r1=653717&r2=653718&view=diff ============================================================================== --- xmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/marker_white-space-treatment_bug42703.xml (original) +++ xmlgraphics/fop/branches/Temp_AFPGOCAResources/test/layoutengine/standard-testcases/marker_white-space-treatment_bug42703.xml Tue May 6 02:14:47 2008 @@ -57,6 +57,33 @@ text with the marker </fo:block> </fo:block> + </fo:flow> + </fo:page-sequence> + <fo:page-sequence master-reference="all-pages"> + <fo:static-content flow-name="xsl-region-before"> + <fo:block color="blue" font-size="25pt"> + <fo:block>marker1 content: + <fo:inline color="green"><fo:retrieve-marker + retrieve-class-name="marker1" + retrieve-boundary="page" + /></fo:inline> + </fo:block> + <fo:block>marker1 content: + <fo:inline color="green"><fo:retrieve-marker + retrieve-class-name="marker1" + retrieve-boundary="page" + /></fo:inline> + </fo:block> + </fo:block> + </fo:static-content> + <fo:flow flow-name="xsl-region-body"> + <fo:block font-size="20pt"> + <fo:block margin-top="2cm"> + <fo:marker marker-class-name="marker1"> Block<fo:inline> with inline element </fo:inline>. + </fo:marker> + text with the marker + </fo:block> + </fo:block> </fo:flow> </fo:page-sequence> </fo:root> @@ -64,5 +91,7 @@ <checks> <eval expected="4" xpath="count((//regionBefore//inlineparent)[1]/text[1]/space)" /> <eval expected="4" xpath="count((//regionBefore//inlineparent)[1]/text[2]/space)" /> + <eval expected="4" xpath="count((//regionBefore//inlineparent)[2]/text[1]/space)" /> + <eval expected="4" xpath="count((//regionBefore//inlineparent)[2]/text[2]/space)" /> </checks> </testcase>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
