<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/2" 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 'scroll', the text of the marquee box must start off 
	completely off one side, scroll all the way across and completely 
	off, and then start again.
	</assertion>
	<specnote>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 set to 'scroll', 
	then ask the user:"Does the text in the marquee box start 
	completely off one side, scroll all the way across and completely 
	off, and then start again.?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
											 -wap-marquee-style: scroll
								 }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>marquee box starts completely off one side, scroll all the way 
					across and completely off, and then starts again
				</p>
				<p class="og">Does the text in the marquee box start 
					completely off one side,scroll all the way across and completely 
					off, and then start again?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
