<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/input/value/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.3" device="both">
  <assertion>When the VALUE attribute of the INPUT element is specified, it
defines the default value for the variable named by the NAME attribute. When
the INPUT element is displayed and the variable named by the NAME attribute is
already set, the value of the VALUE attribute is ignored.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <strings>
    <string id="1">startvalue
</string>
  </strings>
  <method>
    <![CDATA[<card newcontext="true" id="main"> <onevent type="onenterforward">
<refresh>
<setvar name="test" value="<string1>"/>
</refresh>
</onevent>
<p>Initial value is "<string1>":
<input type="text" value="othervalue" name="test"/>
</p>
<p mode="wrap">Was the initial value of the input field "<string1>"?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

