Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, 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-remove-excl-9-36.smil   
Media Components: 2 JPG
Expected Behavior: first image shown 2s, removed, 
then 2s of nothing shown,
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="remove" />
<t:img style="width:100;height:100" id="img2" src="../images/smile.jpg" begin="img1.begin+4s" dur="2s" />
</t:excl>