<?xml version="1.0" encoding="UTF-8"?>

<test id="wae2/features/uabehaviour/navhistory/rules/1" class="A" 
	scope="wae2" testtype="application" type="manual" source="wae2#7.11.1.2" 
	device="client">
	<assertion>The user agent must implement the navigational history model
	that allows the author to manage backward navigation in a convenient and
	efficient manner.
	</assertion>
	<specnote>Create a card(c1) that brings to an other card (c2), that
	includes a WML:DO element allowing to go back to card c1. Make sure 
	that the WML:DO element brings you back to card c1. 
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main" title="main">
				<p>please go to card2</p>
				<wml:do type="accept" label="card2">
					<wml:go href="#card2" />
				</wml:do>
				<p>Have you brought back to this card using the WML:DO element?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card2" title="card2">
				<p>This is card2<br/>
					Now go back to card1
				</p>
				<wml:do type="prev" label="back">
					<wml:prev/>
				</wml:do>
			</wml:card>
		]]>
	</method>
</test>

