animated-png-timeout.html (363B)
1 <html class="reftest-wait"> 2 <title>APNG: Second frame displays quickly, replacing red with green.</title> 3 <link rel="match" href="animated-png-timeout-ref.html"/> 4 <script> 5 function loaded() { 6 setTimeout(function() { 7 document.documentElement.classList.remove("reftest-wait"); 8 }, 1000); 9 } 10 </script> 11 <img src=../images/apng.png onload="loaded()"/>