<?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: 165
	@author david burke
	@version 1.1, 07/07/2007
-->

 
<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
        If the audio element is not successfully rendered, the SSML processor should 
        continue processing and should notify the hosting environment.
        
        The hosting environment should be notified that the audio element
        could not be rendered and you should hear the phrase end of test
    </conf:instruction>
    
    <conf:test_markup>
        <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
            Attempting to play a file that does not exist <audio src="doesnotexist.wav"/>.
            End of test.
        </speak>
    </conf:test_markup>
    
</conf:test> 
