<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/loop/4" class="C" scope="wcss:loop" 
	testtype="application" type="manual" source="wcss#17.3" device="both">
	<assertion>When the loop value is set to 0, the text must not scroll
	and still be visible to the user.
	</assertion>
	<specnote>Manual test: Display a WML document including a
	stylesheet in which the display property of the &lt;p&gt; element is 
	set to '-wap-marquee' and set the -wap-marquee-loop value to '0' 
	and then ask the user "Does the text appear static?"</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
											 -wap-marquee-loop: 0
								 }]]>

		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>the text <br/>
					must <br/>
					appear  <br/>
					static<br/>
				</p>
				<p class="og">Does the text appear static?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
