<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/16" class="C" scope="wml:enctype" testtype="application" type="manual" source="wml13#9.5.1" device="both">
  <assertion>When the user agent only supports data submission as
"APPLICATION/X-WWW-FORM-URLENCODED" content type, it may ignore the ENCTYPE
attribute. 
</assertion>
  <notes>PR2309</notes>
  <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">
<p>Select this&nbsp;<anchor>
<go href="<deck1>">
</go>link</anchor>&nbsp;and then come back to
this screen.</p>
<p mode="wrap">Did the user agent display 'This is some text'?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
<onevent type="onenterforward">
<go href="<deck2>" method="post" enctype="multipart/form-data">
</go>
</onevent>
<onevent type="onenterbackward">
<prev/>
</onevent>
<p>
<do type="prev" label="Back">
   <prev/>
</do>
</p>
</card>

]]>
    </deck>
    <deck id="2">
      <![CDATA[<card id="main">
<p>
<do type="prev" label="Back">
   <prev/>
</do>
This is some text.
</p>
</card>
]]>
    </deck>
  </decks>
</test>

