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

  $Author: richard $

  $Revision: 1.5 $

  $Log: 2,v $
  Revision 1.5  2002/04/20 09:27:59  richard
  yesno

  Revision 1.4  2002/03/20 11:46:09  richard
  rewrite test

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


-->
<test id="wml2/markup/imagemodule/imgelement/2" class="A" 
	scope="wml2" testtype="application" type="manual" 
	source="wml2#6.8.1" device="both">
	<assertion>When the IMG element is used, and there is no internal 
	representation for the image, the image must be downloaded from the URI 
	specified in the SRC attribute.
	</assertion>
	<specnote>Create a card that contains an IMG element. Set the 
	WML:LOCALSRC attribute value to a value that does not exist, and the SRC 
	attribute to a value that does. Display the card and make sure the image 
	is displayed.
	</specnote>
	<results>
		<result>
			<name>submit</name>
			<value>yes</value>
		</result>
	</results>
	<method>
		<![CDATA[
			<wml:card id="main" title="main" newcontext="true">
				<p>
					<img wml:localsrc="blahopengroup" src="test.gif" alt="gif" />
				</p>
				<p>Is there an image displayed above?
					<br/>
					[[yesno]]
				</p>
			</wml:card>
		]]>
	</method>
</test>
