<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/5" class="C" scope="wcss:style" 
	testtype="application" type="manual" source="wcss#17.2" device="both">
	<assertion>When the content of the marquee box is plain text, the
	device must display it.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet with the display property of the &lt;p&gt; element set 
	to '-wap-marquee' and a plain text to be included in the marquee 
	box and then ask the user "Did the text have a marquee effect?"
	</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>the text in the marquee box <br/>
					must<br/> 
					have a marquee effect
				</p>
				<p class="og">Did the text have a marquee effect?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
