<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron M. Cohen   
         File Name: layout-showBackground1.smil
  Media Components: 1 JPG
 Expected Behavior: Tests showBackground = always
                    blue background of centrol region is shown for 2s
                    smile is shown for 2s
                    blue background is shown again for 2s.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <head>
        <layout type="text/smil-basic-layout">
            <root-layout width="640" height="480"/>
            <region id="r" top="25%" left="25%" height="50%" width="50%"
                showBackground="always" backgroundColor="blue"/>
        </layout>
    </head>
    <body>
        <par dur="6s">
            <img region="r" src="../images/smile.jpg" begin="2s" dur="2s"/>
        </par>
    </body>
</smil>