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


<testsuite id="ts0305-redirect">
	
	<metaInfo>
		<testTitle>META HTTP-EQUIV redirect</testTitle>
		<shortTitle>Toggle page redirects</shortTitle>		
		<testElement>
			<elementName>META</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/global.html#h-7.4.4.2">&hspec; META</hlink>
		</testElement>
		<testElement>
			<elementName>HTTP-EQUIV</elementName>
			<hlink href="http://www.w3.org/TR/html4/struct/global.html#adef-http-equiv">&hspec; HTTP-EQUIV</hlink>
		</testElement>		
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-configure-content-retrieval">
            <provisions>
            	<provision xref="tech-configure-content-retrieval-1"/>
            </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>This page automatically redirects the user to another page in 15 seconds.</item>
					<item>Configure the user agent to only refresh content on explicit user request.</item> 
				</list>
			</procedure>
			<testCode>								
				<div>This page will execute an automatic redirect 15 seconds after it has been loaded.</div>				
			</testCode>
			<testHead>
						<meta http-equiv="Refresh" content="15; URL=../action/redirect.html"/>
			</testHead>			
      	<exResults>
				<list>
					<item>The user agent may satisfy this requirement by allowing the user to access the new content on demand (e.g., by following a link or confirming a prompt).</item>
				</list>
			</exResults>
			<source>
				<div>
					&lt;meta http-equiv="Refresh" content="15; URL=../action/redirect.html"/&gt;
				</div>
			</source>
		</test>
						
	</content>

</testsuite>