<!-- 
            Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Aaron Cohen (Intel)
           Version: April 24, 2001
            Module: SMIL 2.0 Language Profile
           Feature: attribute value syntax error rule
         File Name: smil20-profile-attribute-syntax-error.smil
  Media Components: 1 image
 Expected Behavior: User agent should issue a syntax error,
                    because the syntax of the attribute value on the
                    image begin is incorrect.
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
	<body>
		<img id="smile" begin="3seconds" src="../images/smile.jpg"/>
	</body>
</smil>