<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/timer/4" class="A" scope="wml" testtype="application" type="auto" source="wml13#11.7" device="both">
  <assertion>When the NAME attribute of the TIMER element is specified as a string, it
defines a variable name. If that variable is not set and the VALUE attribute
of the TIMER element is specified, the variable is set to the value of the
VALUE attribute, and then the variable is used to initialize the timer.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1">
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="ontimer">
<go href="<responseurl>">
<postfield name="test" value="pass"/>
<sessionvars>
</go>
</onevent>
<timer name="test" value="20"/>
<p>This test will automatically complete in 2 seconds.</p>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

