<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron M. Cohen   
         File Name: layout-showBackground2.smil
  Media Components: 1 JPG
 Expected Behavior: Tests showBackground = whenActive.
                    nothing is shown for 2s.
                    smile is shown for 2s with blue surround (on the right and bottom).
                    nothing is shown again.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <head>
        <layout type="text/smil-basic-layout">
            <root-layout width="640" height="480"/>
            <region id="r" top="15%" left="15%" height="60%" width="60%"
                showBackground="whenActive" backgroundColor="blue"/>
        </layout>
    </head>
    <body>
        <par dur="10s">
            <img region="r" src="../images/smile.jpg" begin="2s" dur="2s"/>
        </par>
    </body>
</smil>