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


<testsuite id="ts0306-object-image">
	
	<metaInfo>
		<testTitle>OBJECT images toggle</testTitle>
		<shortTitle>Toggle Images in OBJECT elements</shortTitle>		
		<testElement>
			<elementName>OBJECT</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/objects.html#h-13.2">&hspec; OBJECT</hlink>
		</testElement>	
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-on-off-images">
            <provisions>
            	<provision xref="tech-on-off-images-1"/>
            </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Configure the user agent to not render images and reload the page.</item> 
				</list>
			</procedure>
			<testCode>
				<object data="../images/test.gif" type="image/gif">Test Image</object>
			</testCode>
      	<exResults>
				<list>
					<item>The user agent may satisfy this checkpoint by making images invisible, although this is not recommended.</item>
					<item>The user agent may also use techniques outlined in checkpoint 2.3 to provide access to unrendered images.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>