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