<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/intrinsics/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.10" device="both">
  <assertion>If the event binding element specifies an intrinsic event type which
applies to its parent element, it must be ignored by the user agent.
</assertion>
  <specnote>Added with wml version 1.3.</specnote>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Select this&nbsp;<anchor>
<go href="<deck1>">
</go>link</anchor>&nbsp;and then come back to
this screen.</p>
<p mode="wrap">Was the text 'This is some text' displayed?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<card id="main">
	<onevent type="onpick">
		<go href="#fail"/>
	</onevent>
<p>
	<do type="prev" label="Back">
   		<prev/>
	</do>
This is some text</p>
</card>

<card id="fail">
<p>
	<do type="prev" label="Back">
   		<prev/>
	</do>
The test has failed.
</p>
</card>
]]>
    </deck>
  </decks>
</test>

