<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/6" class="C" scope="wcss:pictogram" 
	testtype="application" type="manual" source="wcss#17.2" device="both">
	<assertion>When the content of the marquee box is pictogram, 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 pictogram to be included in the marquee box and then ask 
	the user "Did the pictogram 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 must have a marquee effect
					<img localsrc="pict://www.wapforum.org/core/arrow/up" 
						src="wap.wbmp" alt="Fail" />
					<br/>
					The test has failed if the Wap picture is shown instead of 
					the pictogram.
				</p>
				<p class="og">Did the pictogram have a marquee effect?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
