<?xml version="1.0" encoding="UTF-8"?>
<!--

  $Author: richard $

  $Revision: 1.1 $

  $Log: 22,v $
  Revision 1.1  2002/06/06 13:50:46  richard
  new spec

  Revision 1.5  2002/04/20 08:36:17  richard
  yesno

  Revision 1.4  2002/03/14 16:51:03  richard
   rewrite test

  Revision 1.3  2001/10/30 16:22:40  gb
  Modified all the test files in the wml2 directory such that it puts the <?xml?> declaration back at the top of the file, before the comment.

  Revision 1.2  2001/10/08 21:56:21  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/uabehaviour/formprocessing/forminteraction/menucontrol/22" 
	class="A" scope="wml2" testtype="application" type="manual" 
	source="wml2#5.4.3.3" device="both">
	<assertion>When the WML:NAME variable of the SELECT element is changed, 
	due to a user selecting a option, the user agent must not exhibit 
	display side effects, except when there is an explicit refresh task.
	</assertion>
	<specnote>Create a card with three OPTION elements within a SELECT 
	element. Display the card and choose an element different from the 
	default. Make sure there are no display side effects.
	</specnote>
	<results>
		<result ci="true">
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>Please select a different option that the pre-selected one and 
					make sure that the user agent displays no visual side effects
				</p>
				<form action="#card2">
					<fieldset>
						<p>Choice</p>
						<select wml:name="choice" wml:value="plane">
							<option value="plane">Airplane</option>
							<option value="train">Railway</option>
							<option value="car">Automobile</option>
						</select>
					</fieldset>
					<fieldset>
						<input type="submit" value="submit" />
					</fieldset>
				</form>
				<p>When a different option was chosen, did the user agent display 
					no visual side effects?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
