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