<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/4" class="C" scope="wcss:style" 
	testtype="application" type="manual" source="wcss#17.2" device="both">
	<assertion>When the -wap-marquee-style property of marquee display
	is set to 'alternate', the text of the marquee box must bounce 
	back and forth.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet with the display property of the &lt;p&gt; element set to 
	'-wap-marquee' and the -wap-marquee-style property to 'alternate' 
	and then ask the user:"Is the text in the marquee box bouncing back 
	and forth within the screen?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
											-wap-marquee-style: alternate
								 }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>the text in the marquee box must bounce back and forth within 
					the screen
				</p>
				<p class="og">Is the text in the marquee box bouncing 
					back and forth within the screen?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
