<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/timer/1" class="A" scope="wml" testtype="application" type="auto" source="wml13#11.7" device="both">
  <assertion>When the VALUE attribute of the TIMER element is specified as a positive
integer value and the NAME value is not specified, the VALUE attribute defines the default starting value for the timer.
Upon entering the card, the timer is started with this
value. If the card is not exited prior to the expiration of the timer, the
ONTIMER intrinsic event is delivered.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="ontimer">
<go href="<responseurl>">
<postfield name="test" value="pass"/>
<sessionvars>
</go>
</onevent>
<timer value="20"/>
<p>This test will automatically complete in 2 seconds.</p>
<auto_failed>
</card>]]>
  </method>
</test>

