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


<testsuite id="ts1105-text-size">
	
	<metaInfo>
		<testTitle>User Agent Bindings for Changing Text Size</testTitle>
		<shortTitle>Change Text Size</shortTitle>		
		<testElementList>
			<testElementItem specName="HTML 4.01" cite="http://www.w3.org/TR/html4/struct/text.html">Text</testElementItem>
		</testElementList>	
		<creator>Colin Koteles</creator>		
		
				
		<metaElement></metaElement>
		<testStyle></testStyle>
	</metaInfo>
	
	<requirementInfo>
		<checkpoints>
			<checkpoint xref="tech-default-input-config">
            <provisions>
            	<provision xref="tech-default-input-config-1"/>								
			   </provisions>
         </checkpoint>
				<checkpoint xref="tech-device-independent-ui">
         	<provisions>
            	<provision xref="tech-device-independent-ui-1"/>
            </provisions>
         </checkpoint>
</checkpoints>
	</requirementInfo>
	
	<content>
		
		
		
		<test section="1">
			<procedure>
				<list>
					<item>Using the keyboard or an assistive technology that emulates the keyboard, increase the size of the rendered text on this page.</item>
					<item>Using the keyboard or an assistive technology that emulates the keyboard, decrease the size of the rendered text on this page.</item>
				</list>
			</procedure>
			<testCode>
				<div>
				<p style="font-size: xx-small">XX-small size text</p> 
				<p style="font-size: x-small">X-small size text</p> 
   			<p style="font-size: small">Small size text</p> 
				<p style="font-size: medium">Medium size text</p>
				<p style="font-size: large">Large size text</p> 	  
				<p style="font-size: x-large">X-large size text</p> 			
			   <p style="font-size: xx-large">XX-large size text</p>	
			
				<p style="font-size: 14pt">14pt size text</p>
				<p style="font-size: 14px">14px size text</p>	
				
				<p style="font-size: medium">Medium size parent text</p>	 	
				<blockquote><p style="font-size: smaller">Smaller size child text</p></blockquote>
				<p style="font-size: medium">Medium size parent text</p>	 		
				<blockquote><p style="font-size: larger">Larger size child text</p></blockquote>
				
				<p style="font-size: medium">Medium size parent text</p>	 	
				<blockquote><p style="font-size: 150%">150% size child text</p></blockquote>
				<p style="font-size: medium">Medium size parent text</p>	 		
				<blockquote><p style="font-size: 75%">75% size child text</p></blockquote>				
				
				<p style="font-size: medium">Medium size parent text</p>	 	
				<blockquote><p style="font-size: 1.5em">1.5 em size child text</p></blockquote>
				<p style="font-size: medium">Medium size parent text</p>	 		
				<blockquote><p style="font-size: .75em">.75 em size child text</p></blockquote>	
				</div>
			</testCode>
      	<exResults>
				<list>
					<item>Using the input configuration of the default user agent bindings, the user can increase the size of the text on this page.</item>
					<item>Using the input configuration of the default user agent bindings, the user can decrease the size of the text on this page.</item>
				</list>
			</exResults>
		</test>
						
	</content>

</testsuite>
