<?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 background-color="gray">
This is an unstyled element, save for the background color, and containing an <fo:inline border-left-width="thick" border-left-style="none" border-left-color="purple" border-bottom-width="thick" border-bottom-style="none" border-bottom-color="purple" border-top-width="thick" border-top-style="none" border-top-color="purple" border-right-width="thick" border-right-style="none" border-right-color="purple"> inline
 element of border-style none purple thick</fo:inline>, which should have no border at all. The line-height of the parent element should not change on any line.
Individual properties are being tested here.</fo:block>
 </fo:flow>
 </fo:page-sequence>
</fo:root>