<?Surf version="1.0" encoding="utf-8"?>
<fo:root Surfns:fo="http://www.w3.org/1999/XSL/Format">
 <fo:layout-master-set>
 <fo:simple-page-master master-name="test-page-master" page-width="8.5in" page-height="11in">
 <fo:region-body margin-top="0.4in"/>
 <fo:region-before extent="0.3in"/>
 </fo:simple-page-master>
 </fo:layout-master-set>
 <fo:page-sequence master-name="test-page-master">
 <fo:flow flow-name="xsl-region-body">
 <fo:block font-style="oblique" font-variant="normal" font-weight="700" font-size="18px" line-height="200%" font-family="sans-serif">This element should be in a sans-serif font, oblique and not small-caps, with a weight of 700.
Its font-size should be 18 pixels, and its line-height should be 36px (200% this element's font size). Extra
text is included for the purposes of testing this more effectively. Individual properties are tested here.</fo:block>
 </fo:flow>
 </fo:page-sequence>
</fo:root>