TIMER:
Timer: 0

EXPECTED BEHAVIOR:
SET will begin at 2 seconds and have a duration of 2 seconds.
At 1 second, blue box will appear.
At 2 seconds, blue box's background-color is set to red for 2 seconds.
At 4 seconds, blue box's background-color is back to normal.
**Note: the set is a child element of the img so targetElement is not needed.

SAMPLE CODE:
<t:img id="img1" style="width:150; height:150;background-color:blue">
<t:set attributeName="background-color" to="red" begin="2" dur="2"/>
</t:img>

INFORMATION:
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/01/2000
Module: Set
Feature: attributeName=background-color, begin, dur
File Name: set_attName_backgroundColor_img_nested_to_begin_dur.htm
Media Components: none