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