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

 
<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
   
    <conf:instruction>
        If the alternate content contains an audio element that cannot be played, 
        the processor must recursively attempt to find its alternate content to render.
        
        The reference and test must be the same.
    </conf:instruction>
    
    <conf:reference_markup>
        <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
            You should hear a beep <audio src="beep.wav"/>.
        </speak>
    </conf:reference_markup>
 
    <conf:test_markup>
        <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
            You should 
            <audio src="doesnotexist.wav">
                hear a
                    <audio src="doesnotexist.wav">
                        beep
                        <audio src="beep.wav">
                            error missing beep
                        </audio>
                    </audio>
            </audio>.
        </speak>
    </conf:test_markup>
    
</conf:test>
