<!-- 
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Lloyd Rutledge   
         File Name: destination.smil
  Media Components: 1 images
 Expected Behavior: shows "destination" image.  Used as destination
                    SMIL file in linking tests.
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout width="680" height="480" backgroundColor="white"/>
    </layout>
  </head>
  <body>
    <ref src="../images/destination.gif" dur="5s"/>
  </body>
</smil>