<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/control/select/element/multiple/2" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.6.2.1" device="both">
  <assertion>When the MULTIPLE attribute of the SELECT element is set to FALSE, the
user is permitted to select only a single option from within the element.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>
Try and select two of the following options.
<select name="test" value="" multiple="false">
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>
</p>
<p mode="wrap">Did the user agent prevent the selection of multiple options?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

