1905234.html (298B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <video id=a src="1905234.webm" controls autoplay></audio> 4 <script> 5 a.onloadedmetadata = function() { 6 a.play(); 7 } 8 a.onerror = a.onended = a.ontimeupdate = function() { 9 document.documentElement.removeAttribute("class"); 10 } 11 </script> 12 </html>