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

<test id="wae/features/uabehaviour/backkey/rules/3" class="A" 
	scope="wae" testtype="application" type="manual" source="wae#7.11.2.3" 
	device="client">
	<assertion>When the BACK key is activated, the WML1 user agent must 
	execute a prev task as defined in the WML1 specification.
	</assertion>
	<specnote>Create a card(card1) that brings to an other card (card2). 
	Make sure that the back key is available on both
	cards and that the back key of card2 brings you back to card1. 
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>please go to card2</p>
				<do type="accept" label="card2">
					<go href="#card1" />
				</do>
				<p>Have you brought back to this card using the BACK key?
					<br />
					<yesno>
				</p>
			</card>
		]]>
	</method>
	<cards>
		<card id="1">
			<![CDATA[
				<card id="card1">
					<p>This is card2<br/>
						Now use the back key to go back to card1
					</p>
				</card>
			]]>
		</card>
	</cards>
</test>
