<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/iname/7" 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 set to a value greater than the largest
index of the enclosed OPTION elements, and the MULTIPLE attribute is set to
"TRUE", no option is selected.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="#card1">
<setvar name="test" value="9"/>
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
  <cards>
    <card id="1">
      <![CDATA[<card id="card1">
<p>No items are  selected:
<select iname="test" multiple="true">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
</p>
<p>Are no items selected?
<yesno>
</p>
</card>
]]>
    </card>
  </cards>
</test>

