You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

demo-test-failure.fo 828B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:test="http://xmlgraphics.apache.org/fop/test">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master master-name="simpleA4" page-height="29.7cm" page-width="21cm" margin-top="2cm" margin-bottom="2cm" margin-left="2cm" margin-right="2cm">
  5. <fo:region-body/>
  6. </fo:simple-page-master>
  7. </fo:layout-master-set>
  8. <fo:page-sequence master-reference="simpleA4">
  9. <fo:flow flow-name="xsl-region-body">
  10. <fo:block font-size="14pt">Hello World!
  11. <test:assert property="font-family" expected="sans-serif"/>
  12. <test:assert property="font-size" expected="12000mpt"/>
  13. </fo:block>
  14. <fo:block font-family="ZapfDingbats">&#2702;</fo:block>
  15. </fo:flow>
  16. </fo:page-sequence>
  17. </fo:root>