<?xml version="1.0"?>
<!DOCTYPE testsuite SYSTEM "http://www.w3.org/WAI/UA/TS/dtd/uaag-testsuite-2.dtd">


<testsuite id="ts0302-embed-video">
	
	<metaInfo>
		<testTitle>Toggle EMBED video</testTitle>
		<shortTitle>Toggle video embedded using the EMBED element</shortTitle>		
		<testElementList>
			<testElementItem specName="" cite="">EMBED is not part of the HTML 4.01 specification</testElementItem>
		</testElementList>	
		<creator>Colin Koteles</creator>						
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-configure-multimedia">
            <provisions>
            	<provision xref="tech-configure-multimedia-1"/>								
			   </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>		
		<test section="1">
			<procedure>
				<list>
					<item>Configure the user agent to not render the video content that is automatically rendered when this page loads.</item>
					<item>Configure the user agent to only render this video content upon explicit user request.</item>
				</list>
			</procedure>
			<testCode>
				 <embed src="../images/grommit.mpg" controls="volumelever" autostart="true" loop="true" width="200" height="200"/>
 			</testCode>
      	<exResults>
				<list>
					<item>The user agent can be configured to render the video content of this page only upon explicit user request.</item>
					<item>The user agent may satisfy this checkpoint by making video invisible, but this technique is not recommended.</item>
				</list>
			</exResults>
		</test>						
	</content>

</testsuite>