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