<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/do/4" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.7" device="both">
  <assertion>When a DO element has a task other than NOOP, it shall be presented to the
user.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
This card has three DO elements: test1, test2, and test3. They are a
GO task, a PREV task, and a REFRESH task, respectively.
</p>
<do type="" name="test1" label="test1">
<go href="#card1"/>
</do>
<do type="" name="test2" label="test2">
<prev/>
</do>
<do type="" name="test3" label="test3">
<refresh/>
</do>
<p mode="wrap">Are the three options available?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<p>
This is a second card. Use the "back" option  to return to the main card.
<do type="prev" name="back" label="back">
<prev/>
</do>
</p>
</card>
]]>
    </card>
  </cards>
</test>

