<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/9" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.5.1" device="both">
  <assertion>When the target of a GO element of a card is contained within the
current deck the user agent must ignore all postfield elements.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<refresh>
<setvar name="passed" value="Pass"/>
</refresh>
</onevent>
<p>Select this&nbsp;
<anchor title="link">
	<go href="#card1">
	</go>
link
</anchor>
&nbsp;to see if Result changes
<br/>
Result = $passed</p> 
<p mode="wrap">Is Result above still set to Pass?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<onevent type="onenterforward">
	<go href="#main">
		<postfield name="passed" value="Fail"/>
	</go>
</onevent>
</card>

]]>
    </card>
  </cards>
</test>

