1798778.html (223B)
1 <html class="reftest-wait"> 2 <head> 3 <audio id=a src="adts-truncated.aac" controls></audio> 4 <script> 5 a.play(); 6 a.onerror = function() { 7 document.documentElement.removeAttribute("class"); 8 } 9 </script> 10 </head> 11 </html>