<?xml version="1.0" encoding="UTF-8"?>
<test id="wcss/marquee/loop/3" class="C" scope="wcss:loop" 
	testtype="application" type="manual" source="wcss#17.3" device="both">
	<assertion>When the loop value has reached its maximum limit, the text
	must stop scrolling 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' and set the -wap-marquee-loop value to '6' 
	and then ask the user "has the text stopped scrolling 
	after 6 loops and appear blocked?"</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<stylesheets>
		<stylesheet id="1">
			<![CDATA[p { display: -wap-marquee;
												-wap-marquee-loop: 6
								 }]]>
		</stylesheet>
	</stylesheets>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>the text <br/>
					must <br/>
					stop scrolling  <br/>
					after '6' loops <br/>
					and appear blocked
				</p>
				<p class="og">Has the text stopped scrolling after '6' 
					loops and appear blocked?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
