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

<test id="wml2/uabehaviour/navuiwmldo/typeprocessing/9" class="A" 
	scope="wml2" testtype="application" type="manual" source="wml2#5.10.1" 
	device="both">
	<assertion>When the WML:DO element's TYPE attribute is set to 'delete', 
	the user agent must select the default presentation associated with 
	that role.
	</assertion>
	<specnote>Create a card that holds the WML:DO element, with it's TYPE 
	attribute set to 'delete'. Within the WML:DO element use the 
	WML:GO element to go to a second card. Display the card, and make 
	sure that there is a default presentation available, and clearly marked, 
	to execute the task.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<wml:do type="delete">
					<wml:go href="#card2" />
				</wml:do>
				<p>Please go to card2 using the &quot;delete&quot; presentation</p>
				<p>Is a default presentation associated with the &quot;delete&quot;
					role displayed to take you to the second card?
					<br />
					[[yesno]]
				</p>
			</wml:card>
			<wml:card id="card2" title="card2">
				<wml:do type="prev">
					<wml:prev />
				</wml:do>
				<p>This is card2 <br />
					Now press the back button and answer the question.
				</p>
			</wml:card>
		]]>
	</method>
</test>
