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

<test id="wae/features/uabehaviour/backkey/rules/4" class="A" 
	scope="wae" testtype="application" type="manual" source="wae#7.11.2.3" 
	device="client">
	<assertion>When the TYPE attribute of a WML1 DO element is set to 'prev',
	the WML1 user agent must override the default behaviour of the BACK key
	with the task associated with the DO element. 
	</assertion>
	<specnote>Create a card with a DO element with its TYPE attribute set 
	to 'prev' and its associated task a GO element. Make sure that the task 
	associated with the GO element is executed when using the BACK key.
	</specnote>
	<results>
		<result>
			<name>test</name>
			<value>pass</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>Now use the back key to send the information to the server</p>
				<do type="prev" label="go">
					<go href="<resulturl>">
						<postfield name="test" value="pass" />
						<sessionvars>
					</go>
				</do>
				<auto_failed>
			</card>
		]]>
	</method>
</test>

