<?xml version="1.0" encoding="UTF-8"?>

<test id="wml2/uabehaviour/formprocessing/forminitialisation/textinputcontrol/17"
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.4.2.2" device="both">
	<assertion>When using a text input control, the control is an INPUT 
	element and the TYPE attribute is set to "text", the initial value must be 
	pre-loaded into the control, when the NAME control variable is set.
	</assertion>
	<specnote>Create a card that holds a text input control, with the TYPE 
	attribute set to "text" and, the NAME and VALUE attribute set. Display 
	the card and make sure that the initial value is displayed.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<form action="#card3">
					<fieldset>
						<p>input:</p>
						<input type="text" name="toto" value="star!" />
					</fieldset>
				</form>
				<p>Is the initial value of the control &quot;star&quot;?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
