<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/1" 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
	not set, it must default to 'scroll' and hence the text of the 
	marquee box must start 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 no value specified for the -wap-marquee-style 
	property, 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 as this is the default behaviour?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee }]]>
		</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 as this is the 
					default behaviour.
				</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 as this is the default behaviour?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
