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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 4,v $
  Revision 1.5  2002/04/20 09:15:51  richard
  yesno

  Revision 1.4  2002/03/17 16:35:31  richard
   rewrite test

  Revision 1.3  2001/10/30 16:22:59  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/timerprocessing/4" class="A" scope="wml2" 
	testtype="application" type="manual" source="wml2#5.11" device="both">
  <assertion>When a WML:TIMER element's VALUE attribute is not set to a 
  positive number, the user agent must ignore the WML:TIMER element.
  </assertion>
  <specnote>Create a card that contains a WML:TIMER element set to a 
  value of '-5' seconds. The card should also contain a TIMER event 
  handler that will take the user to a second card indicating failure 
  of the test if it occurs.
  </specnote>
  <results>
    <result>
      <name>submit</name>
			<value>yes</value>
    </result>
  </results>
  <method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
  			<wml:onevent type="timer">
    			<wml:go href="[[resulturl]]">
     	 			<wml:postfield name="submit" value="no" />
      			[[sessionvars]]
    			</wml:go>
  			</wml:onevent>
		  	<wml:timer name="timer" value="-1" />
  			<p>Please wait 2 secondes and answer the question</p>
  			<p>Have you not been redirected to the next test?
  				<br/>
  				[[yesno]]
  			</p>
			</wml:card>
		]]>
  </method>
</test>
