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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 1,v $
  Revision 1.5  2002/04/20 08:12:52  richard
  yesno

  Revision 1.4  2002/03/17 13:25:00  richard
  rewrite test

  Revision 1.3  2001/10/30 16:22:27  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:13  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/backkey/1" class="A" scope="wml2" 
	testtype="application" type="manual" source="wml2#5.9" device="both">
  <assertion>The WML2 user agent must provide the end user access to 
  a back key at all times.
  </assertion>
  <specnote>Create a document with at least two cards. Navigate to the 
  second card, then navigate back using the back key.
  </specnote>
   <results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
  <method>
  	<![CDATA[
  		<wml:card id="main" title="main" newcontext="true">
  			<wml:onevent type="enterforward">
  				<wml:go href="#card2" />
  			</wml:onevent>
  			[[auto_failed]]
  		</wml:card>
  		<wml:card id="card2" title="card2">
  			<p>This is card2</p>
  			<p>Is the back button available in this card?
  				<br/>
  				[[yesno]]
  			</p>
  		</wml:card>
  	]]>
  </method>
</test>
