<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/wap-marquee/2" class="C" scope="wcss:marquee" 
	testtype="application" type="manual" source="wcss#17.1" device="both">
	<assertion>When the display property for an element is set to
	'-wap-marquee' in an external style sheet, the user-agent must 
	generate one marquee box.
	</assertion>
	<specnote>Display a WML document, referencing an
	external style sheet , in which the 
	display property of the P element is set to '-wap-marquee'.
	Include some text in the P  element in the WML document. Ask the
	user: "Is a marquee box with scrolling text being displayed?"
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p.ric { display: -wap-marquee }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p class="ric">A Marquee box</p>
				<p class="og">Is a marquee box with scrolling text being displayed? 
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
