<?xml version="1.0" encoding="UTF-8"?>
<testcase id="lbfoSpaceBefore2" parentName="block" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <parentProperty name="space-before" value="1.0in"/>
    <fo foName="block">
     <foProperty name="background-color" value="red"/>    
     <foText>Use this text as reference on next block-list.</foText>
    </fo>
    <fo foName="list-block">
     <foProperty name="background-color" value="yellow"/>
     <foProperty name="space-before" value="inherit"/>
     <fo foName="list-item">
       <fo foName="list-item-label">
        <fo foName="block">
         <foText>1)</foText>
        </fo>
       </fo>
       <fo foName="list-item-body">
        <fo foName="block">
         <foText>The "space-before" on this "block-list" was set to "inherit"  (set to "1.0in" at parent).</foText>
        </fo>
       </fo>
     </fo>
    </fo>
   </testcase>
