1835164.html (281B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <audio id=a src=1835164.opus controls autoplay></audio> 4 <script> 5 a.onloadedmetadata = function() { 6 a.currentTime = 1e40; 7 a.play(); 8 } 9 a.onplaying = function() { 10 document.documentElement.removeAttribute("class"); 11 } 12 </script> 13 </html>