<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<!-- $Id$ -->
<testcase>
  <info>
    <p>
      This test checks fo:inline with background-color properties.
    </p>
  </info>
  <fo>
    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
      <fo:layout-master-set>
        <fo:simple-page-master master-name="normal" page-width="5in" page-height="5in" margin="5pt">
          <fo:region-body/>
        </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-reference="normal" white-space-collapse="true">
        <fo:flow flow-name="xsl-region-body" font-size="10pt">
          <fo:block background-color="silver" margin="1pt 0pt 1pt 0pt">
            To <fo:inline background-color="yellow">emphasize a phrase</fo:inline> highlight it.
          </fo:block>
          <fo:block background-color="silver" text-align="end" margin="1pt 0pt 1pt 0pt">
            To <fo:inline background-color="yellow">emphasize a phrase</fo:inline> highlight it with text-align="end".
          </fo:block>
          <fo:block background-color="silver" text-align="justify" margin="1pt 0pt 1pt 0pt">
            To <fo:inline background-color="yellow">emphasize a phrase</fo:inline> highlight it with text-align="justify".
          </fo:block>
          <fo:block background-color="silver" text-align="center" margin="1pt 0pt 1pt 0pt">
            To <fo:inline background-color="yellow">emphasize a phrase</fo:inline> highlight it with text-align="center".
          </fo:block>
          <fo:block background-color="silver" margin="1pt 0pt 1pt 0pt">
            This demonstrates a long inline
              <fo:inline background-color="yellow">which stretches over multiple lines to
                show how the highlight extends from line to line while
                correctly honouring the text-align (not specified) property</fo:inline>
            back to normal
          </fo:block>
          <fo:block background-color="silver" text-align="end" margin="1pt 0pt 1pt 0pt">
            This demonstrates a long inline
              <fo:inline background-color="yellow">which stretches over multiple lines to
                show how the highlight extends from line to line while
                correctly honouring the text-align="end" property</fo:inline>
            back to normal
          </fo:block>
          <fo:block background-color="silver" text-align="justify" margin="1pt 0pt 1pt 0pt">
            This demonstrates a long inline
              <fo:inline background-color="yellow">which stretches over multiple lines to
                show how the highlight extends from line to line while
                correctly honouring the text-align="justify" property</fo:inline>
            back to normal
          </fo:block>
          <fo:block background-color="silver" text-align="center" margin="1pt 0pt 1pt 0pt">
            This demonstrates a long inline
              <fo:inline background-color="yellow">which stretches over multiple lines to
                show how the highlight extends from line to line while
                correctly honouring the text-align="center" property</fo:inline>
            back to normal
          </fo:block>
          <fo:block background-color="silver" text-align="center" margin="1pt 0pt 1pt 0pt">
            Nested inline highlights
              <fo:inline background-color="yellow" font-size="10pt">this is 10pt text
                <fo:inline font-size="14pt">nested within is 14pt text</fo:inline>
                followed by 10pt text</fo:inline>
            back to normal
          </fo:block>
        </fo:flow>
      </fo:page-sequence>
    </fo:root>
  </fo>
  <checks>
    <eval expected="90040" xpath="//flow/block[1]/lineArea/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[1]/lineArea/inlineparent/@background"/>

    <eval expected="90040" xpath="//flow/block[2]/lineArea/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[2]/lineArea/inlineparent/@background"/>

    <eval expected="90040" xpath="//flow/block[3]/lineArea/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[3]/lineArea/inlineparent/@background"/>

    <eval expected="90040" xpath="//flow/block[4]/lineArea/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[4]/lineArea/inlineparent/@background"/>

    <eval expected="188950" xpath="//flow/block[5]/lineArea[1]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[5]/lineArea[1]/inlineparent/@background"/>
    <eval expected="335700" xpath="//flow/block[5]/lineArea[2]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[5]/lineArea[2]/inlineparent/@background"/>
    <eval expected="126160" xpath="//flow/block[5]/lineArea[3]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[5]/lineArea[3]/inlineparent/@background"/>

    <eval expected="188950" xpath="//flow/block[6]/lineArea[1]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[6]/lineArea[1]/inlineparent/@background"/>
    <eval expected="335700" xpath="//flow/block[6]/lineArea[2]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[6]/lineArea[2]/inlineparent/@background"/>
    <eval expected="90200" xpath="//flow/block[6]/lineArea[3]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[6]/lineArea[3]/inlineparent/@background"/>

    <eval expected="199793" xpath="//flow/block[7]/lineArea[1]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[7]/lineArea[1]/inlineparent/@background"/>
    <eval expected="350000" xpath="//flow/block[7]/lineArea[2]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[7]/lineArea[2]/inlineparent/@background"/>
    <eval expected="99080" xpath="//flow/block[7]/lineArea[3]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[7]/lineArea[3]/inlineparent/@background"/>

    <eval expected="128370" xpath="//flow/block[8]/lineArea[1]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[8]/lineArea[1]/inlineparent/@background"/>
    <eval expected="269560" xpath="//flow/block[8]/lineArea[2]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[8]/lineArea[2]/inlineparent/@background"/>
    <eval expected="225250" xpath="//flow/block[8]/lineArea[3]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[8]/lineArea[3]/inlineparent/@background"/>

    <eval expected="151184" xpath="//flow/block[9]/lineArea[1]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[9]/lineArea[1]/inlineparent/@background"/>
    <eval expected="81704" xpath="//flow/block[9]/lineArea[1]/inlineparent/inlineparent/@ipd"/>
    <eval expected="161644" xpath="//flow/block[9]/lineArea[2]/inlineparent/@ipd"/>
    <eval expected="color=#ffff00" xpath="//flow/block[9]/lineArea[2]/inlineparent/@background"/>
    <eval expected="67704" xpath="//flow/block[9]/lineArea[2]/inlineparent/inlineparent/@ipd"/>
  </checks>
</testcase>