<!-- 

















            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-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/2001/SMIL20/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>