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

  $Author: richard $

  $Revision: 1.6 $

  $Log: 14,v $
  Revision 1.6  2002/05/22 15:06:20  richard
  add the text value to differentiate with the password value

  Revision 1.6  2002/03/27 16:32:46  richard
  ADD THE TYPE BECAUSE THEY ARE TEWT INPUT

  Revision 1.5  2002/03/12 12:03:09  richard
  rewroding

  Revision 1.4  2002/03/01 11:14:43  richard
  rewrite tests

  Revision 1.3  2001/10/30 16:22:37  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:19  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/formprocessing/forminitialisation/textinputcontrol/14"
	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 "text", the NAME attribute is 
	assigned, and the VALUE attribute is not specified, the initial value 
	of the control must be an empty string.
	</assertion>
	<specnote>Create a card that holds a text input control with the TYPE 
	attribute set to "text", no input mask, the NAME attribute assigned and 
	the VALUE attribute not specified. Make sure that the initial value 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="text" name="x" />
					</fieldset>
				</form>
				<p>Is the value displayed in the form control an empty string?
					<br />
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
