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


<testsuite id="ts0203-iframe">
	
	<metaInfo>
		<testTitle>IFRAME conditional content</testTitle>
		<shortTitle>Render IFRAME conditional content</shortTitle>
		<testElement>
			<elementName>IFRAME</elementName>
			<hlink href="http://www.w3.org/TR/html4/present/frames.html#h-16.5">&hspec; IFRAME</hlink>
		</testElement>
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
   	<checkpoints>
      	<checkpoint xref="tech-conditional-content">
         	<provisions>
					<provision xref="tech-conditional-content-1"/>
            	<provision xref="tech-conditional-content-2"/>
            </provisions>
         </checkpoint>
      </checkpoints>
 	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Disable the user agent's inline frame support.</item>
					<item>Reload the page and determine if the conditional content is available to the user agent.</item>
				</list>
			</procedure>
			<testCode>
				<iframe src="../frames/frame-target1.html" name="iframe1" title="Frame Test Suite Target 1" height="120px" width="50%" scrolling="yes">
       			<div class="message">When inline frames are disabled or not supported by a user agent, this message--nested within IFRAME elements--should appear.</div>
       		</iframe>			
			</testCode>
      	<exResults>
				<list>
					<item>When inline frames are disabled, the conditional content should be displayed.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
