<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/input/type/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.3" device="both">
  <assertion>When the TYPE attribute of the INPUT element is specified as
"password", it indicates that the input field is a password entry box, and that
the input is to be displayed to the user in an illegible form.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
    <result>
      <name>test</name>
      <value>startvalue</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Initial value is "startvalue":
<input type="password" name="test" value="startvalue"/>
</p>
<p mode="wrap">Are the contents of the input field displayed in an illegible form?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

