<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/tasks/go/20" class="C" scope="wml:multipartform" testtype="application" type="auto" source="wml13#9.5.1" device="both">
  <assertion>When the HREF attribute value of a GO element is an HTTP URI, the
METHOD attribute has a value of "post" and the ENCTYPE attribute is 
"multipart/form-data" the request must be performed according to 
these attributes.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>test</name>
      <value>pass</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="<multipartvalidator>" method="post" enctype="multipart/form-data">
<postfield name="name1" value="value1"/>
<postfield name="name2" value="value2"/>
</go>
</onevent>
<onevent type="onenterbackward">
  <go href="<responseurl>">
     <postfield name="test" value="$test" />
     <sessionvars>
  </go>
</onevent>
<auto_failed>
</card>]]>
  </method>
</test>

