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


<testsuite id="ts0402-font-family">
	
	<metaInfo>
		<testTitle>font-family</testTitle>
		<shortTitle>TEXT font-family</shortTitle>		
		<testElement>
			<elementName>STYLE</elementName>
			<hlink href="http://www.w3.org/TR/html4/present/styles.html#h-14.2.3">&hspec; STYLE</hlink>
		</testElement>	
		<testElement>
			<elementName>CSS font-family</elementName>
			<hlink href="http://www.w3.org/TR/REC-CSS2/fonts.html#font-family-prop">CSS2 specification for font-family</hlink>
		</testElement>		
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-configure-font-family">
            <provisions>
            	<provision xref="tech-configure-font-family-1"/>
					<provision xref="tech-configure-font-family-2"/>					
            </provisions>
         </checkpoint>
		</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Configure the user agent to render the following test text using font families different than the author specified font families.</item> 
				</list>
			</procedure>
			<testCode>
				<div style="font-size: large">	  
					<p style="font-family: serif">Serif font</p> 
					<p style="font-family: sans-serif">Sans-serif font</p> 	
					<p style="font-family: monospace">Monospace font</p> 	
					<p style="font-family: cursive">Cursive font</p> 
					<p style="font-family: fantasy">Fantasy font</p> 
					<p style="font-family: 'times new roman', serif">Times New Roman, serif font set</p> 
					<p style="font-family: verdana, sans-serif">Verdana, sans-serif font set</p>
					<p style="font-family: courier, monospace">Courier, monospace font set</p> 
					<p style="font-family: 'caflisch script', cursive">Caflisch Script, cursive font set</p>
					<p style="font-family: 'alpha geometrique', fantasy">Alpha Geometrique, fantasy font set</p> 
				</div> 
			</testCode>
      	<exResults>
				<list>
					<item>The user agent allows the user to chose font families to be used to render text.</item>
					<item>The user agent makes available to the user a range of font families.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>