<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/loop/1" class="C" scope="wcss:loop" 
	testtype="application" type="manual" source="wcss#17.3" device="both">
	<assertion>When no value has been specified for the -wap-marquee-loop
	property,the marquee must stop scrolling after 8 loops and must 
	be rendered normally.
	</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', without a value for the -wap-marquee-loop 
	property and then ask the user "has the text stopped scrolling 
	after '8' loops and appear blocked?"
	</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 <br/>
					must <br/>
					stop scrolling  <br/>
					after '8' loops <br/>
					and appear blocked
				</p>
				<p class="og">Has the text stopped scrolling after '8' 
					loops and appear blocked?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
