<?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: 166
	@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 document cannot be played and text only output is not required, 
        the alternate content must be rendered. The alternate content may contain text.
        
        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">
            Humpty dumpty sat on the wall.
        </speak>
    </conf:reference_markup>
 
    <conf:test_markup>
        <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
            Humpty dumpty <audio src="doesnotexist.wav">sat on the wall</audio>.
        </speak>
    </conf:test_markup>
    
</conf:test>
