<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/iname/6" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.2.1" device="both">
  <assertion>When the INAME attribute of the SELECT element is specified with a
variable name, and that variable is not set, and the VALUE or IVALUE
attribute is not specified, and the MULTIPLE attribute is set to "TRUE",
the selected index defaults to 0.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>No items are selected:
<select iname="test" multiple="true">
<option value="one">1</option>
<option value="two">2</option>
<option value="three">3</option>
</select>
</p>
<p mode="wrap">Are no items selected?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

