<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/struct/head/access/7" class="A" scope="wml" testtype="application" type="manual" source="wml13#11.3.1" device="both">
  <assertion>When a user agent encounters a relative path in an ACCESS element
it shall convert it to an absolute path.  Then it should perform prefix 
matching against the PATH attribute
</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;to try to access a card that has relative path restrictions.
</p>
<p mode="wrap">Was the text 'You should be able to see this' displayed?
<br />
<yesno>
</p>
</card>]]>
  </method>
  <decks>
    <deck id="1">
      <![CDATA[<head>
<access path="<pathtotest>"/>
</head>
<card id="main">
	<do type="prev" label="Back">
		<prev/>
	</do>

<p>You should be able to see this</p>
</card>
]]>
    </deck>
  </decks>
</test>

