1340344.html (355B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <meta charset="UTF-8"> 5 <script> 6 window.onload = function(){ 7 var anim = 8 document.documentElement.animate([{ "color": "hsla(6e147grad,16%,183.379675555%,0.0210463770007)" }]); 9 anim.ready.then(() => { 10 document.documentElement.classList.remove("reftest-wait"); 11 }); 12 }; 13 </script> 14 </head> 15 </html>