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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 1,v $
  Revision 1.5  2002/04/19 16:19:01  richard
  autofailed

  Revision 1.4  2002/03/17 18:34:31  richard
  rewrit test

  Revision 1.3  2001/10/30 16:23:00  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:32  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/uaconformance/1" class="A" scope="wml2" 
	testtype="application" type="auto" source="wml2#5.13" device="both">
	<assertion>When a user agent encounters an element it does not recognize, 
	it must continue to process the children of that element.
	</assertion>
	<specnote>Create an WML:ONEVENT with its TYPE attribute set to
	'enterforward' inside a bogus element. The WML:ONEVENT element
	shall send a variable to the server. Make sure that the server
	receives the variable.
	</specnote>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
  			<opengroup>
	  			<wml:onevent type="enterforward">
  	  			<wml:go href="[[resulturl]]">
    	 	 			<wml:postfield name="test" value="pass" />
      				[[sessionvars]]
    				</wml:go>
  				</wml:onevent>
		  	</opengroup>
  			<p>You should be taken to the next test in less than 5 seconds.</p>
				[[auto_failed]]
			</wml:card>
		]]>
  </method>
</test>
