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

  $Author: ajmc $

  $Revision: 1.8 $

  $Log: 5,v $
  Revision 1.8  2002/06/17 14:33:05  ajmc
  Made this untestable for the reason specified in the specnote.

  Revision 1.7  2002/04/19 11:12:36  richard
  autofailed, missing auto_failed, yesno

  Revision 1.6  2002/02/27 18:15:57  richard
  set the type of the test element to auto

  Revision 1.5  2002/02/23 11:30:00  richard
  wml:card

  Revision 1.4  2002/02/22 15:56:14  richard
  wrong specnote, wrong class, write test

  Revision 1.3  2001/10/30 16:22:13  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:06  gb
  Added the standard header of Author, Revision and Log at the top of each template file.


-->
<test id="wml2/markup/contextandnav/wmlgoelement/5" class="B" scope="wml2" 
	testtype="application" type="auto" source="wml2#6.16.4" device="both">
	<assertion>When the TYPE attribute of the WML:GO element is specified it 
	must supply a hint to the content type of the content available at the 
	link target address.
	</assertion>
	<specnote>This is untestable as the type attribute is only specified as a 
	hint to the user agent what the content type at the given location is.  It is 
	up to the user agent how it handles this attribute, so can not be tested.
	</specnote>
	<results>
		<result ci="true">
			<name>ENV_TYPE</name>
			<value>alt</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card newcontext="true" id="main">
				<wml:onevent type="enterforward">
					<wml:go type="alt" href="[[responseurl]]">
						[[sessionvars]]
					</wml:go>
				</wml:onevent>
			</wml:card>
		]]>
	</method>  
</test>
