<?xml version="1.0" encoding="UTF-8"?>
<testcase id="bcfoBreakBefore4" xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo foName="block-container">
      <foProperty name="break-after" value="page"/>
      <fo foName="block">
       <foText>This test generate three pages (page number two should be blank). This text appear on the first page.</foText>
      </fo>
    </fo>
    <fo foName="block-container">
      <foProperty name="break-before" value="odd-page"/>
      <fo foName="block">
       <foText>This text appear on the third page.</foText>
      </fo>
    </fo>
  </testcase>
