<?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:simple-page-master>
 </fo:layout-master-set>
 <fo:page-sequence master-name="test-page-master">
 <fo:flow flow-name="xsl-region-body">
 <fo:block border-left-color="red" border-left-style="none" border-left-width="thick" border-bottom-color="red" border-bottom-style="none" border-bottom-width="thick" border-top-color="red" border-top-style="none" border-top-width="thick" border-right-color="red" border-right-style="none" border-right-width="thick">This element should have no border at all.
Individual properties are being tested here.</fo:block>
 </fo:flow>
 </fo:page-sequence>
</fo:root>