<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2003 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 7
	@author will gardella
	@version 1.2, 22/07/2008
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
		This document should play the audio using the Content-Location specified by the meta tag
		instead of defaulting to the current document's URI.
		This is a manual test. Please change "http://www.example.com/res/" to be an absolute URI that points to a location containing a valid turca.wav.
	</conf:instruction>
	<conf:test_markup>
		<speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
			<meta http-equiv="Content-Location" content="http://www.example.com/res/"/>
			<s>
				This contains an audio element, a little Mozart piece.
				<audio src="turca.wav">Failed- the audio file was not found.</audio>
			</s>
		</speak>
	</conf:test_markup>
</conf:test>
