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

<test id="wml2/uabehaviour/formprocessing/forminitialisation/textinputcontrol/43" 
	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, the TYPE attribute is set to "password", neither the WML:NAME or 
	NAME attribute is assigned, and the VALUE attribute is not set, the 
	initial value of the control must be an empty string.
	</assertion>
	<specnote>Create a card that contains a password input control without the 
	WML:NAME, NAME and VALUE attributes set. Call the card and make sure that 
	when it is displayed, the initial value of the control is an empty string.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<form action="#card2">
					<fieldset>
						<p>input:</p>
						<input type="password" />
					</fieldset>
				</form>
				<p>Is the initial value of the control an empty string?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
