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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 3,v $
  Revision 1.5  2002/04/19 16:19:02  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:33  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/uaconformance/3" class="A" scope="wml2" 
	testtype="application" type="auto" source="wml2#5.13" device="both">
	<assertion>When a user agent encounters an attribute it does not 
	recognize, it must ignore the entire attribute specification(i.e. the 
	attribute and it's value).
  </assertion>
	<specnote>Create a card that contains a WML:ONEVENT element that sets 
	a variable using the WML:POSTFIELD element. The WML:POSTFIELD element 
	should contain an attribute that the user agent does not recognize. 
	Make sure that the variable is sent to the server.
	</specnote>
	<results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
	  		<wml:onevent type="enterforward">
  	 			<wml:go href="[[resulturl]]">
     	 			<wml:postfield totoopengroup="richard" name="test" value="pass" />
     				[[sessionvars]]
    			</wml:go>
  			</wml:onevent>
		 		<p>You should be taken to the next test in less than 5 seconds.</p>
				[[auto_failed]]
			</wml:card>
		]]>
  </method>
</test>
