<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/style/8" class="C" scope="wcss:style" 
	testtype="application" type="manual" source="wcss#17.2" device="both">
	<assertion>When an invalid value is specified for the '-wap-marquee-style'
	property the user agent must ignore it and not display an error.
	</assertion>
	<specnote>Manual test: Display a deck with an included style
	sheet in which the value for the 'display' property is set as 
	'-wap-marquee' and the value for '-wap-marquee-style' property 
	for a &lt;p&gt; element is specified as 'hidden', and then include 
	some text in the &lt;p&gt; element.Confirm with the user that an 
	error wasn't displayed.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
											 -wap-marquee-style: hidden
								 }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<wml:do role="positive">
					<go href="#card1"/>
				</wml:do>
				<p class="og">Are No errors displayed ?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card1">
				<p>No errors display</p>
				<wml:do role="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>
