Browse Source

This time with checks.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@359236 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_92-beta
Simon Pepping 18 years ago
parent
commit
da88aad98b
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      test/layoutengine/standard-testcases/inline_block_nested_5.xml

+ 9
- 0
test/layoutengine/standard-testcases/inline_block_nested_5.xml View File

@@ -40,6 +40,15 @@ UnresolvedElement in a list of ListElements is cast to a KnuthElement.
</fo:root>
</fo>
<checks>
<true xpath="boolean(//flow/block[1]/lineArea[1]/inlineparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[2]/inlineparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[3]/inlineparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[4]/inlineblockparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[5]/inlineblockparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[6]/inlineblockparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[7]/inlineparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[8]/inlineparent[1])"/>
<true xpath="boolean(//flow/block[1]/lineArea[9]/inlineparent[1])"/>
</checks>
</testcase>

Loading…
Cancel
Save