<!-- 
            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-root-backgroundColor.smil
  Media Components: 1 JPG
 Expected Behavior: Tests backgroundColor on root-layout.
                    Show frown center with yellow background color.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <head>
        <layout type="text/smil-basic-layout">
            <root-layout width="680" height="480" backgroundColor="yellow"/>
            <region id="r" top="25%" left="25%" height="50%" width="50%"/>
        </layout>
    </head>
    <body>
        <par dur="10s">
            <img region="r" src="../images/frown.jpg" />
        </par>
    </body>
</smil>