Timer: 0

Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen, Intel
Version: Mar 31, 2000, v1  
Module: SMIL Timing & Sync Module
Feature: Fill attribute
File Name: fill-freeze-excl-9-35.smil   
Media Components: 2 JPG
Expected Behavior: first image shown 2s, frozen for 2s, 
then second shown 2s,
then presentation ends.
<t:excl>
<t:img style="width:100;height:100" id="img1" src="../images/frown.jpg" begin="0s" dur="2s" fill="freeze" />
<t:img style="width:100;height:100" id="img2" src="../images/smile.jpg" begin="img1.begin+4s" dur="2s" />
</t:excl>