<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/dirn/3" class="C" scope="wcss:dirn" 
	testtype="application" type="manual" source="wcss#17.4" device="both">
	<assertion>When the -wap-marquee-dir property value is set to 'ltr'
	the text must scroll from left to right.
	</assertion>
	<specnote>Manual test: Display a WML document including a stylesheet
	in which the display property of the &lt;p&gt; element is set to 
	'-wap-marquee' and the -wap-marquee-dir set to 'ltr' and then 
	ask the user:"Is the marquee scrolling from left to right?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
											 -wap-marquee-dir: ltr
								 }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>the marquee <br/>
					must <br/>
					scroll  <br/>
					from left to right<br/>
				</p>
				<p class="og">Is the marquee scrolling from left to right? 
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
