<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/a/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.9" device="both">
  <assertion>When the HREF attribute of the A element is specified, it defines the
URL of a resource to be associated with the items within the A element.
Selecting the contents of the A element causes the resource referenced to be loaded.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
Select this&nbsp;<a href="#card1">link</a>&nbsp;to finish the test.
</p>
<auto_failed>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
<go href="<resulturl>">
<sessionvars>
<postfield name="test" value="pass"/>
</go>
</onevent>
<auto_failed>
</card>
]]>
    </card>
  </cards>
</test>

