<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/speed/2" class="C" scope="wcss:speed" 
	testtype="application" type="manual" source="wcss#17.5" device="both">
	<assertion>When the -wap-marquee-speed property value is not specified,
	it must default to normal
	</assertion>
	<specnote>Manual test: Display a WML document including a stylesheeet
	and having three links each displaying a card with -wap-marquee-speed 
	set to 'slow' in the first and 'fast'in the third and not set in the 
	second and then ask the user:"Was the marquee scrolling speed getting 
	faster as you clicked on the links slow, default 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 }
				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>
