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

<test id="wae2/features/uabehaviour/backkey/rules/1" class="A" 
	scope="wae2" testtype="application" type="manual" source="wae2#7.11.2.3" 
	device="client">
	<assertion>The user agent must provide the end user access to a back 
	key at all times.
	</assertion>
	<specnote>This is  partial test because we can not test that the back 
	key will be available at "All Times". Create a card(c1) that brings to 
	an other card (c2). 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[
			<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 BACK Key?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card2" title="card2">
				<p>This is card2<br/>
					Now use the back key to go back to card1
				</p>
			</wml:card>
		]]>
	</method>
</test>
