<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/speed/1" class="C" scope="wcss:speed" 
	testtype="application" type="manual" source="wcss#17.5" device="both">
	<assertion>When the -wap-marquee-speed property value is set to 'slow',
	'normal' and 'fast',the relation slow&lt;normal&lt;fast must be  true.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet and having three links each displaying a card with 
	-wap-marquee-speed set to 'slow','normal' and 'fast' respectively 
	and then ask the user:"Was the marquee scrolling speed getting 
	faster as you clicked links slow, normal and fast?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[
				p.slow { display: -wap-marquee;
								-wap-marquee-speed: slow }
				p.normal { display: -wap-marquee;
							 -wap-marquee-speed: normal	}
				p.fast { display: -wap-marquee;
							 -wap-marquee-speed: fast }
			]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p> Three different speeds for each card</p>
				<p>Please go to <a href="#card1">card1</a><br/>
					Then go to <a href="#card2">card2</a><br/>
					Finally go to <a href="#card3">card3</a>
				</p>
				<p class="og">Was the marquee scrolling speed getting 
					faster as you clicked links slow, normal and fast?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p class="slow">
					Marquee slow
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					Please go back to the previous card
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card2">
				<p class="normal">
					Marquee normal
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					Please go back to the previous card
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
			<wml:card id="card3">
			<p class="fast">
					Marquee fast	
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					toto<br/>
					Please go back to the previous card
				</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>

