1290994-1.html (256B)
1 <!DOCTYPE html> 2 <html> 3 <script> 4 window.onload=function(){ 5 var a = document.createElement("div"); 6 document.documentElement.appendChild(a); 7 a.animate([{borderLeftColor:"black"}, 8 {borderLeftColor:"hsl(0,0e309%,0%)"}]); 9 }; 10 </script> 11 </html>