<?xml version="1.0" encoding="UTF-8"?>
<test id="wae/media/multipart/form/1" class="A" scope="wae" 
	testtype="application" type="manual" source="wae#6.9.5" device="both">
	<assertion>A WAE user agent must support multipart messages returning 
	a set of values from a form.
	</assertion>
	<notes>"The client DOES support multipart messages"</notes>
	<specnote>Create a document that contains a form, and submit this form 
	as multipart/form-data. Make sure that the data submitted is of 
	multipart/form-data form.
	</specnote>
	<results>
		<result>
			<name>ENV_ENCTYPE</name>
			<value>multipart/form-data</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<card newcontext="true" id="main">
				<p>Please send the form</p>
				<form action="<responseurl>" enctype="multipart/form-data">
					<fieldset>
						form/1
						<input name="x" value="richard" />
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
						<input type="reset" value="reset" />
					</fieldset>
					<formsessionvars>
				</form>
				<auto_failed>
			</card>
		]]>
	</method>
</test>
